Hello, good afternoon. Some time ago they made me a wrapper of this library:
https://github.com/libplctag/libplctag4j
everything has worked fine for me, but now i need to use it on a 32bit pc, with java 8 i get this error:
src\b4j\example\b4xmainpage.java:60: error: no se puede acceder a LibPlcWrapper
public com.tillekesoft.libplcb4j.LibPlcWrapper _presionwsplc = null;
^
archivo de clase incorrecto: C:\Program Files (x86)\Anywhere Software\B4J\libraries\libplcb4j.jar(com/tillekesoft/libplcb4j/LibPlcWrapper.class) el archivo de clase tiene una versión incorrecta 55.0, debería ser 52.0 Eliminar
o
asegúrese de aparecer en el subdirectorio correcto del classpath.
I tried to contact the person who created the B4J library for me, without success. can someone help me thanks.