// shall I write some keywords here to boost search engine ranking?

Monday, October 01, 2007

Error: no 'server' JVM at '...'

Some workstation or server will not come with server JVM after you install JDK on it. When you run server JVM by 'java -server MyApp', you will get the error such as:

Error: no `server' JVM at `C:\Program Files\Java\jre1.6.0\bin\server\jvm.dll'.
There is a little trick to get the server JVM up and running:
  1. Copy 'server' folder from the JDK's JRE's bin folder (example: C:\Program Files\Java\jdk1.6.0\jre\bin\server)
  2. Paste the 'server' folder to JRE's bin folder(example: C:\Program Files\Java\jre1.6.0\bin)
  3. Done

12 comments:

Anonymous said...

You are awesome!

This worked perfectly!!!

Lily said...

Thanks, it works :)

Anonymous said...

Just use the JDK, don't do this.

Anonymous said...

Excellent... it's working fine.

Maxence said...

Perfect!!!
Thank you so much :)

Anonymous said...

what a dirty trick Dude! :D

Anonymous said...

Thanks, it works perfectly. ;-)

Anonymous said...

Thanks ... That Great.. It works...

Anonymous said...

Thx man...my problem succesfully solved.

Groo said...

Thanks, it helped me too

Anonymous said...

Very good note! Thank you!

Anonymous said...

Thanks so much man! Saved me a lot of time and a ton of hair :)