Using RAD7 to create code that runs on Z/OS

General discussion on the JZOS batch launcher and toolkit
Post Reply
LKHorowitz
Posts: 3
Joined: Tue Jan 06, 2009 3:24 pm

Using RAD7 to create code that runs on Z/OS

Post by LKHorowitz »

I'm new to writing JAVA that will run on Z/os. I'm using RAD 7 to edit and compile my JAVA code. I want to read a sequential file on MVS with my JAVA program it looks like I should use Zfile. How/where do get the code to put on my PC so that RAD knows about the class. I don't want to run on my PC just use the IDE to compile code i can move. Thanks
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Download (in binary) the ibmjzos.jar file from <java_home>/lib/ext into your IDE and then put in in the IDE's CLASSPATH (Build path). This will allow you to write and compile code under RAD7 that uses the JZOS classes.
LKHorowitz
Posts: 3
Joined: Tue Jan 06, 2009 3:24 pm

Post by LKHorowitz »

Thank You Very Much -
Post Reply