Unsolved
4 Posts
0
973
September 4th, 2019 00:00
com.filepool.natives.FPLibraryNative.setLastError(I)V
Hi, this is my first message and I ask for some help.
For a while I have been developing an application to access CENTERA, for this I have downloaded the library and dlls of Centera_SDK-3.4.757. The first mistake I found was:
com.filepool.natives.FPLibraryNative.setLastError (I) V
In this community it is indicated that it is necessary that the dlls libraries be in a windows directory which is in the PATH and I have it. The code still does not work when generating a jar, but I still don't know why it works within the IntelliJ IDE.
I would need help to continue, this community is the only help I have.
Thanks in advance, Jesus.
No Events found!
jmmoraj
4 Posts
0
September 9th, 2019 02:00
I have observed that for the IntelliJ environment a 64bit virtual machine is being used and for the execution outside of IntelliJ a 32bit virtual machine is being used. For it to work correctly in both environments, it is necessary that in the PATH directory where the dlls are hosted, according to the execution, the corresponding dlls must be sometimes those of 64bit and other times of 32bit.