1 Reply Latest reply on Jul 11, 2002 6:55 PM by crackers

    java.comm for windows configuration

    sokardys

      I need access to the serial port. I download the java.comm library. I don't know where I must copy the files. I tried to put them in:

      JRE:
      /lib/ext/comm.jar
      /lib/ext/javax.comm.properties

      /bin/win32com.dll

      JBOSS:
      /lib/ext/comm.jar
      /lib/ext/javax.comm.properties

      /bin/win32com.dll

      and I think the problem is on the win32com.dll file.

      Can anyone help me?

      Thanks in advance.

      Sokar.

        • 1. Re: java.comm for windows configuration
          crackers

          The .dll needs to be in the (I think) windows/system32 directory. The .properties file needs to be in jre/lib and the .jar file needs to be in jre/lib/ext

          And if you set it up like this, you don't need to do anything with JBoss - because the javax.comm packages are loaded by the JVM extension mechanism.