You are mixing JavaComm and RxTx together. Decide which one to go with! Having both files installed is not a good thing...
On Feb 23, 5:42 pm, dhananjaypadalkar <[email protected]> wrote: > i had completely uninstalled java & relative path setting > & copied the files attached with in ZIP to the paths > > comm.jar --- be placed in: > %JAVA_HOME%/lib > %JAVA_HOME%/jdk/jre/lib > %JAVA_HOME%/jre/lib/ext > > win32com.dll should be placed in: > %JAVA_HOME%/jdk/bin > %JAVA_HOME%/jdk/jre/bin > %JAVA_HOME%/jre/bin > %windir%System32 > > RXTXcomm.jar --- placed in: > %JAVA_HOME%/jre/lib/ext > %JAVA_HOME%/bin > > javax.comm.properties ---- placed in: > %JAVA_HOME%/jdk/lib > %JAVA_HOME%/jdk/jre/lib > %JAVA_HOME%/jre/lib > > rxtxSerial.dll ---- placed in: > %JAVA_HOME%/jdk/jre/bin > %JAVA_HOME%/jre/bin > %JAVA_HOME%/jdk/bin > > even though the same exception is there > > "Caught java.lang.ClassNotFoundException: com.sun.comm.Win32Driver > while loading driver com.sun.comm.Win32Driver > Error loading SolarisSerial: java.lang.UnsatisfiedLinkError: no > SolarisSerialParallel in java.library.path > Caught java.lang.UnsatisfiedLinkError: > com.sun.comm.SolarisDriver.readRegistrySerial(Ljava/util/Vector;Ljava/ > lang/String;)I while loading driver com.sun.comm.SolarisDriver" > > what should i do now -- You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
