Skip to Main Content

Java Programming

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!

couldn't find client mode jvm in jdk-7u5-linux-x64.tar.gz

954451Aug 7 2012 — edited May 10 2013
hi everyone,

i want to test my code in client mode jvm. but i couldn't make it by adding -client, it's still in server mode. the output:-

brian@BLADE2:~/Downloads/jdk1.7.0_05$ ./bin/java -client -version
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

i changed jvm.cfg from "-client IGNORE" to "-client KNOWN", and again it told me this:-
brian@BLADE2:~/Downloads/jdk1.7.0_05$ ./bin/java -client -version
Error: missing `client' JVM at `/home/brian/Downloads/jdk1.7.0_05/jre/lib/amd64/client/libjvm.so'.
Please install or use the JRE or JDK that contains these missing components.

emm... it seems that oracle guys removed client mode from the original tar package, and i couldn't even find the needed libjvm.so in jre-7u5-linux-x64.tar.gz.

what should i do, if i really want my code run in jdk1.7's client mode?

thanks in advance~
any comments or suggestions are appreciated!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2013
Added on Aug 7 2012
9 comments
1,549 views