Hi Jacky,
You can code your application on your desktop computer and then copy/save it in the IFS (integrated file system) of the AS/400.
Then, you use the CrtJvaPgm command on the i5 side or use the Java command on the QShell interpreter (StrQSh).
You can create individual .java files and even use a .jar with the sources to compile them. As the i5 has its own JVM, you can generate the byte code and save it to the IFS and then use the Java or RunJva commands to run your application (there are performance considerations for this last option).
Good luck!.
=========================================================
If you want to enter your Java directly through green-screen, use the EDTF command. This is an editor for streamfiles like SEU is an editor for source file members.
Tom
Last Wiki Answer Submitted: May 4, 2010 7:46 am by GAC300 pts.
All Answer Wiki Contributors: GAC300 pts. ,
Tpinky4,165 pts. ,
Schmidtw11,220 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I apologize for the seemingly useless answer. I misunderstood the question. I am not sure how to do what you are asking as OS/400 systems are not my specialty.
I apologize for the seemingly useless answer. I misunderstood the question. I am not sure how to do what you are asking as OS/400 systems are not my specialty.
Thank you. I got it