You must install EAServer 6.0.2 on top of an EAServer 6.0 or 6.0.1 installation. You can run the upgrade either on the command line or by using a script.
If Eclipse is installed on a different machine than
EAServer, see “Upgrading the Eclipse plug-in”.
Upgrading EAServer from the command line
Unzip the EAServer 6.0.2 EBF into a temporary location.
On the command line, run:
upgrade.bat /default %{djc.home} %{eclipse.home}
djc.home is the EAServer installation directory and eclipse.home is the Eclipse installation directory.
The upgrade program asks you whether to upgrade JDK versions 1.4.2 and 1.5.0. If you select to upgrade a JDK version, the program prompts you for the installation location.
Upgrading EAServer using a script
Unzip the EAServer 6.0.2 EBF into a temporary location.
Edit the upgrade.properties file to configure these values:
Property |
Description |
Default |
---|---|---|
eclipse.upgrade |
Upgrade Eclipse; true or false |
false |
eclipse.home |
Location of Eclipse installation to upgrade; ignored if eclipse.upgrade is false |
|
jdk14.upgrade |
Upgrade JDK 1.4; true or false |
false |
jdk14.default.path |
Location of JDK 1.4 installation to upgrade; ignored if jdk14.upgrade is false |
|
jdk14.upgrade.version |
Upgrade JDK 1.4 to this version; ignored if jdk14.upgrade is false |
jdk1.4.2_15 |
jdk15.upgrade |
Upgrade JDK 1.5; true or false |
false |
jdk15.default.path |
Location of JDK 1.5 installation to upgrade; ignored if jdk15.upgrade is false |
|
jdk15.upgrade.version |
Upgrade JDK 1.5 to this version; ignored if jdk15.upgrade is false |
jdk1.5.0_12 |
Run:
upgrade.bat /silent %{djc.home}
The upgrade program reads upgrade.properties, and completes the upgrade.