Author
no `server' JVM
Harpreet Singh janda
Ranch Hand
Joined: Jan 14, 2010
Posts: 317
I am trying to run below command
and system is giving below error :
Please help
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
As far as I know, the 32-bit version of Sun Java does not include the server version of the JVM; it's only included with the 64-bit version.
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
Jesper Young wrote: As far as I know, the 32-bit version of Sun Java does not include the server version of the JVM; it's only included with the 64-bit version.
Not sure if this is true -- as I used the 32 bit JVM (with server JIT) for years.... BTW, to the OP, are you using a JRE or a JDK?
Henry
Books: Java Threads, 3rd Edition , Jini in a Nutshell , and Java Gems (contributor)
Harpreet Singh janda
Ranch Hand
Joined: Jan 14, 2010
Posts: 317
jre 1.5
and os is Win XP
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
Download a JDK, and try it with that JVM.
Henry
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Jun 02, 2010 10:59:05
0
Yeah, I use server mode in 32-bit Windows JDK JVM.
subject: no `server' JVM