couldn't find client mode jvm in jdk-7u5-linux-x64.tar.gz
954451Aug 7 2012 — edited May 10 2013hi 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!