matghazaryan
matghazaryan

Reputation: 5896

Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object

I am trying install SmartFoxServer 2X in ubuntu, but during installation I have this error

Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object

Upvotes: 0

Views: 7377

Answers (1)

John Zantey
John Zantey

Reputation: 11

I had the same issue on my Debian Squeeze install. something to do with the supplied jre... i changed the startup scripts to point to my installed $JAVA_HOME/jre

Upvotes: 1

Related Questions