Using RDz to access the MF I create a connection in the Remote Systems View of the z/OS Projects prespective in this Connection I have access to: A) My Home Dir (/u/user90x) B) the entire USS enviroment (root -> /) C) My MVS files (TSO =3.4) D) My submited JCL jobs (JES) E) Unix Shell ----------------------------------------------------- RDz (Eclipse) has 2 tools I use to get code into Eclipse (import) and take code out of Eclipse (export) to export code the the MF I need to use Remote Sytems -> Remote Jar File I click ONLY the src folder to export I click the Browse buton to select a MF location (path and name) I have 2 choices: 1) I can click thru the Unix tree to /u/user900 (this will take a long time) then enter the name of the Jar I am exporting MainframePlay.jar 2) I can click the root (/) then enter the path/name of the Jar I am exporting /u/user900/MainframePlay.jar I can now refreash My Home in the RDz Remopte System View and see the jar I now have the jar (my Java code) on the MF, I need to run it There are 3 ways to run Java on the MF 1) via RDz (for debugging) <- we start with this one 2) via a Unix Shell 3) via JCL I will open the Run menu to Run/Debug Configurations and open Host Java Appl I create a new Host Java Run/Debug Config and enter: Pick the MVSF connections Pick the Project Pick the Main class Leave the remote working dir as '.' (this will be My Home /u/user900) Give the Run/Debug config a name I MUST set the CLASSPATH to include the jar file I put on the MF I need to Browse the USS tree to find my jar