Good Evening,
since 2 Weeks I try to bring my java knowledge up to speed. I created a
simple Mollier Chart using two PropSI calls ... you can find the source
and instruction here :
https://github.com/mayersre/HumidAirCP using an
ant build in an eclipse project.
When I use the nightly builds, download and copy libCoolProp.so to
/usr/lib all works out of the box.
When I try to compile the Java wrapper for CoolProp myself it does not
work at all. I end up with unsatisfied Link errors. I strictly follow
the build procedure from
http://www.coolprop.org/dev/coolprop/wrappers/Java/index.html, when the
build is ready and I run my project I get the error mentioned above. I
simply copy the resulting build/libCoolProp.so over the downloaded
precompiled /usr/lib/libCoolProp.so and then it fails.
I use the latest build using git clone and git pull every day.
Any guidance will be helpful
Kind regards
Reiner