Hallo profis,
I have a problem with my program for reading the serial port every time i run the program i get in the console the following statement.I have added libjscc.dll to the reference libraries and still having he same problem
Exception in thread “main” java.lang.UnsatisfiedLinkError: no libjssc in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at jssc.SerialNativeInterface.<clinit>(SerialNativeInterface.java:34)
at jssc.SerialPort.<init>(SerialPort.java:93)
at rs232.serial.comm.read.serialREAD.main(serialREAD.java:14)
IN the problems i have 2 errors
Description Resource Path Location Type
Archive for required library: ‘lib/libjssc.dll’ in project ‘SensDev_Calibration’ cannot be read or is not a valid ZIP file SensDev_Calibration Build path Build Path Problem
Description Resource Path Location Type
The project cannot be built until build path errors are resolved SensDev_Calibration Unknown Java Problem
i am posting the screnshots of my program and
Attachments:
You must be
logged in to view attached files.