Error occurred during initialization of VM: java/lang/object

Hello,I get the following error when i try to start the Sun Java System Application Server Platform Edition 8.1 2005Q1:Error occurred during initialization of VM: java/lang/objectCan anyone help me with this?
[243 byte] By [rozbeh80] at [2007-11-26 7:39:21]
# 1

This error most probably indicates an issue with JDK you pointed to while installing your appserver. You must have chosen "already installed JDK" and either entered the wrong path or pointed to JRE instead of JDK.

You can try modifying your <sjsas_root/config/asenv.conf> [asenv.bat on windows] and set AS_JAVA to the right JDK location.

Other option would be appserver reinstall with pointing it to correct JDK path or choosing "install budled JDK".

Sultal at 2007-7-6 19:43:16 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thank you . I looked in asenv.bat and I found that the value wasset AS_JAVA=C:\Sun\AppServer\jdkso i changed it to my java_home path and it worked.
rozbeh80 at 2007-7-6 19:43:16 > top of Java-index,Application & Integration Servers,Application Servers...