Installing Java on your IBM i server
Installing IBM Developer Kit for Java™ allows you to create and run Java programs on your system. The Java Virtual Machine (JVM) included in IBM Developer Kit for Java is the IBM® Technology for Java Virtual Machine and is available in both 32-bit and 64-bit versions.
IBM Technology for Java Virtual Machine is included
in licensed program 5770-JV1.
Licensed program 5770-JV1 is
shipped with the system CDs. To access the IBM Technology for Java option,
perform the following steps:
If you are unsure what JVM you currently using, you can check
using the following methods. If you see IBM J9 VM in the result, you are using IBM Technology for Java.
- Look in the job log for the job containing the JVM. There will be a message that states what JVM you are using.
- As part of the Java command you are using to run your application, add -showversion. You will see one additional line that shows the JVM you are using.
- From qsh or qp2term, run java -version.