Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to fix Error: missing `server' JVM at '../java/jre1.7.0_80/lib/i386/server/libjvm.so'?

a62549e1-f493-410c-b3a0-886e9af59800Sep 14 2015 — edited Sep 15 2015

I've just installed jre 7 32-bit according to the following instructions:

Installation of the 32-bit JRE on Linux Platforms This procedure installs the Java Runtime Environment (JRE) for 32-bit Linux, using an archive binary file (.tar.gz).

. 2. Change directory to the location where you would like the JRE to be installed. Move the .tar.gz archive binary to the current directory. 3. Unpack the tarball and install the JRE. % tar zxvf jre-7u-linux-i586.tar.gz The JRE files are installed in a directory called jre1.7.0_ in the current directory. 4. Delete the .tar.gz file if you want to save disk space.

But when I try to run

../java/jre1.7.0_80/bin/java -classpath ./bin/ -Xmx1900M BLA

I get an error message

Error: missing server' JVM at/home/username/main/java/jre1.7.0_80/lib/i386/server/libjvm.so'. Please install or use the JRE or JDK that contains these missing components.

I checked and the file exist.

I'm working through ssh and I dont have sudo rights.

Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2015
Added on Sep 14 2015
3 comments
6,812 views