Error: no `server' JVM at `C:\Program Files\Java\jre1.5.0_10\bin\server\jvm

I'm getting this error while running under windows XP pro version 2002 SP2. I got the same error running either jdk 1.6 or JDK 1.5.0_10. It seems like the JVM that I installed does not support the -server option.

Is there anything that I should do during the installation?

Thanks for any help.

[314 byte] By [mango@kahanaa] at [2007-11-26 13:52:12]
# 1

As shipped by Sun, the JRE does not include the server jvm; the JDK does. If you want the server jvm in the JRE, copy the \server\ directory and contents from the JDK to the JRE.

If you installed using defaults,

copy from: C:\Program Files\Java\jdk1.5.10\jre\bin

copy to: C:\Program Files\Java\jre1.5.10\bin

ChuckBinga at 2007-7-8 1:29:48 > top of Java-index,Desktop,Runtime Environment...