The company has a project that needs to use the development environment of the WebSphere Studio application Developer 5.0, which is older and can only be used with JDK1.4.
Project development is always an error:
JVM terminated Exit code=1
Helpless, the online post is poor, only according to eclipse parameters set, set the parameters of this tool.
Steps to resolve:
1. Change the JDK environment variable to 1.4
Set the following in the system variable:
Variable name: Java_home Variable value: C:\Program files\java\jdk1.4.0_25 variable name: CLASSPATH Variable value:.; %java_home%\lib; variable name: Path Variable value:%java_home%\bin;
Otherwise direct command, you will meet the following error:
2.CMD down to your installation directory:
CD D:\IBM\WebSphere studio\application Developer ie\v5.1.1>
Execute command: Wsappdevie.exe-data D:\WORKSPACE-VM d:\ibm\j2sdk1.4.2_05\bin\javaw.exe-vmargs-xmx600m-xms400m-xx:permsize= 64m-xx:maxpermsize=128m
To set the workspace, JVM, and parameters, refer to the following address description:
Http://wenku.it168.com/d_001008985.shtml
3. It is possible that you will encounter the following error message:
I'm sorry I haven't found a solution yet, but it's no longer an error to open the tools of WebSphere Studio.
WebSphere Studio Application Developer 5.0 optimization settings