aplikasi eprocurement bappenas

December 17, 2007 by gregorgede · Leave a Comment
Filed under: Uncategorized 

found these messages in wrapper.log :

Launching a JVM…
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
JVM exited while loading the application.

use these following steps to solve the problem above :

find a file named unpack or unpack200 in your jdk1.6.0 directory. usually in lib or bin, then do this :

$ cd /usr/local/src/jdk1.6.0/jre/lib

$ /usr/local/src/jdk1.6.0/bin/unpack200 rt.pack rt.jar

$ /usr/local/src/jdk1.6.0/bin/unpack200 charsets.pack charsets.jar

$ /usr/local/src/jdk1.6.0/bin/unpack200 deploy.pack deploy.jar

$ /usr/local/src/jdk1.6.0/bin/unpack200 javaws.pack javaws.jar

$ /usr/local/src/jdk1.6.0/bin/unpack200 jsse.pack jsse.jar

$ /usr/local/src/jdk1.6.0/bin/unpack200 plugin.pack plugin.jar

now try running your application again, it should works fine now.



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!