Reputation: 4647
I've researched this and tried everything. Running Debian on a Raspberry Pi.
Trying to run java and getting this error:
"/home/pi/java/ejre1.7.0_21/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory"
I need someone to help me troubleshoot this.
Upvotes: 2
Views: 5782
Reputation: 6692
It will never work on that version of Debian, see this.
If you must run 1.7 you'll need a soft-float OS, otherwise try the 1.8 preview release which is hard-float.
Upvotes: 1