160 pts.
 to create a java file
How to create a java file in i5/OS Kindly guide me.

Software/Hardware used:
ASKED: July 16, 2008  5:53 AM
UPDATED: August 30, 2010  2:45 AM

Answer Wiki:
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  GAC   300 pts.
All Answer Wiki Contributors:  GAC   300 pts. , Tpinky   4,165 pts. , Schmidtw   11,220 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 11,220 pts.

 

Thank you. I got it

 160 pts.