This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

error while loading shared libraries: libjli.so

MGlolenstine

Wed Jun 07, 2017 7:55:26 pm

Ok, so I'm on ZorinOS 12.1 and after I installed Java with

sudo apt-get install openjdk-9-jre
and I typedjava -version I got this: Java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+171)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+171, mixed mode)
which is fine and all, but the problem began when I tried to start up the Processing from processing.org. I cd'd in its directory and ran ./processing, but all I got was user:~/processing-3.3.4$ ./processing
java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory and it ended the output, so nothing happened. Tried reinstalling Java and installing an older version, but no luck.

Please help, because I need Processing for school and school is nearing an end. If you need anything like an output, just comment.

Thanks to everyone!

EDIT: ran sudo find / -name "libjli.so" and this is the output, so the libjli.so does exist.

notyours@notyours-K53SD:~$ sudo find / -name "libjli.so"
/usr/lib/jvm/java-9-oracle/lib/jli/libjli.so
/usr/lib/jvm/java-9-openjdk-amd64/lib/amd64/jli/libjli.so
And about processing supporting my OS: Windows, Linux and MacOSX: https://processing.org/download/

Swarfendor437

Wed Jun 07, 2017 8:06:33 pm