I have successfully integrated the tag.java file in my personal project, but I don't seem to be able to run it.
the project gets built but throws a runtime exception:
Looking for library 'plctag'
Adding paths from jna.library.path: null
Trying libplctag.so
Adding system paths: [/usr/lib/x86_64-linux-gnu, /lib/x86_64-linux-gnu, /lib64, /usr/lib, /lib]
Trying libplctag.so
Looking for version variants
Looking in classpath from org.springframework.boot.loader.LaunchedURLClassLoader@4520ebad for plctag
2021-04-07 15:46:00.060 ERROR 12863 --- [ task-2] .a.i.SimpleAsyncUncaughtExceptionHandler : Unexpected exception occurred invoking async method: public void com.sample.project.executeWorkFlow()
java.lang.UnsatisfiedLinkError: Unable to load library 'plctag': Native library (linux-x86-64/libplctag.so) not found in resource path..
I tried searching for this but dont think anybody on earth faced this error.
please some one help..
thanks you