After installation, you should NOT change the directory structure of the migration tool in anyway, since doing so might result in erratic or unexpected behavior.
This Installation Guide is organized as follows:
| Software / Hardware | Requirement | |
|---|---|---|
| Operating System | The migration tool runs on the following
operating systems:
|
|
| Java Virtual Machine | Java 2 Standard Edition 5.0 Update 6; JRE alone will not suffice. Make sure <j2se-install-dir>/bin directory is in the PATH environment variable. Set the JAVA_HOME enviroment variable to the installation directory (for example, c:\j2se_5_0_6) | |
| Free disk space | Minimum: 40 MB | |
| RAM | Minimum: 128 MB Recommended: 256 MB |
It is assumed that your system's CLASSPATH is already set up
to include the directories and JAR files required by your application
for
compilation. The directories and files are inherited during
compilation/build steps carried
out
after running the tool.
Note: The JAR files in your JDK's
lib/ext
directory may conflict with those of the migration tool. In this case,
delete the JARs contained in your JDK's lib/ext/ directory.
% cd /tmp
% unzip <asmt zip file>
The directory structure appears as follows.
<INSTALL_DIR>/asmt/
|
|-- bin
|
|-- doc
|
|-- examples
|
|-- lib
|
|-- log
|
`-- util
You can permanently set these variables in the asmigrate.sh script. To do so, open the file in any text editor. At the beginning of the file are the following lines:
# JAVA_HOME=Set the variables accordingly and remove the '#' in front of the lines.
# ASMT_HOME=
# J2EE_HOME=
% cd /tmp
% unzip <asmt zip file>
The directory structure appears as follows.
<INSTALL_DIR>/
|
|
|-- bin
|
|-- doc
|
|-- examples
|
|-- lib
|
|-- log
|
`-- util
You can permanently set these variables in the asmigrate.sh script. To do so, open the file asmigrate.sh in any text editor. At the beginning of the file are the following lines:
# JAVA_HOME=Set the variables accordingly and remove the '#' in front of the lines.
# ASMT_HOME=
# J2EE_HOME=
Using WinZip or
another uncompress utility, unzip the archive file.
The directory structure appears as follows.
C:\asmt\
|
|-- bin
|
|-- doc
|
|-- examples
|
|-- lib
|
|-- log
|
`-- util
You can permanently set these variables in the asmigrate.cmd script. To do so, open the file asmt.cmd in any text editor. At the beginning of the file are the following lines:
rem set JAVA_HOME=Set the variables accordingly and remove the "rem" in front of the lines.
rem set ASMT_HOME=
rem set J2EE_HOME=