Programming Tutorials

Comment on Tutorial - List all the serial and parallel ports in your system using Java By Ashish



Comment Added by : omar carpio

Comment Added at : 2009-09-06 13:17:37

Comment on Tutorial : List all the serial and parallel ports in your system using Java By Ashish
HI, like some guys in this tutorial I get this problem from java:
---------------------------------------------------------------------------
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
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

--------------------------------------------------------------------------
Please help to find the answer for this.....Thanks a lot!!!


View Tutorial