I have a Java program that works fine on my PC JVM 1.2, however, it does not work on the AS400. One of the methods is not found. I don't have the specifics, right now. I am wondering if anyone knows what version of Java, OS/400 V4R3M0 uses. Thanks
Anxiety does not empty tomorrow of its sorrows, but only empties today of its strength. – Charles Spurgeon
To find out what version of JVM you are running, type the command: java -fullversion
------------------ Tony Chen SCJP, ICS & ICSD (WebSphere)
SCJP Java 2 - IBM Certified Enterprise Developer - WebSphere V4.0 & V5.0 - IBM Certified System Administrator - WebSphere Network Deployment V6.0 - Canadian Securities Course (CSC) Certification
Ray Marsh
Ranch Hand
Joined: Jan 12, 2000
Posts: 458
posted
0
It's Java -version on the AS400, probably an IBM thing. Java version 1.1.7 for OS/400 V4R3M0. Thanks Anyone know the syntax for QSH on the AS400? It gives a $ prompt, but I don't know even basic directory commands. I tried DOS commands, they don't work. "Java", "Javac" and "Javadoc" work. It may be a Unix shell, I really don't know. I'm so !
[This message has been edited by Ray Marsh (edited May 24, 2001).]
QShell info can be found in the iSeries Information Center here. Here's the main Qshell Interpreter site. You can also right-click and Save Target As on this link, for the Qshell Interpreter Reference in pdf form (It's for V4R4, but it should still help).