Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     [Tips] Use a specific version of the JavaVM on JUDE!

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
Joba
Posted on: 2006/10/20 9:50
Developer
Joined: 2006/6/6
From:
Posts: 969
[Tips] Use a specific version of the JavaVM on JUDE!
Java 1.4 is a recommended Java environment for JUDE. (In version 3.1 or later, JDK5.0 has been also supported! Check out System Requirements).
So some users might be using Java1.5 on other Java application tools but want to use Java1.4.

This is a tip for users who want to set the specific version of Java to JUDE!!

1. Open the JUDE Start-up batch file. (a jude.bat for JUDE/Community and a jude-pro.bat for JUDE/Professional) You can find it in the JUDE install folder.
2. Remove "rem" from the two lines and change the value for "JAVA_HOME" to the install folder of your preferred J2SDK.
3. Then run JUDE.

Quote:

rem set JAVA_HOME=C:\j2sdk1.4.2_02
rem set PATH=%JAVA_HOME%\bin

TO

set JAVA_HOME=[set the install folder of your preferred J2SDK here]
set PATH=%JAVA_HOME%\bin

Threaded | Newest First Previous Topic | Next Topic | Top