Programming Tutorials

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



Comment Added by : Rahul Singh

Comment Added at : 2009-09-01 04:23:25

Comment on Tutorial : List all the serial and parallel ports in your system using Java By Ashish
Sir,
i am implementing the above code in windows xp,
and the following error is occured:
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

kindly help me to understand the real problem and also provide the solution if possible.
thanks.


View Tutorial