On Tue, 17 Nov 2009 10:19:15 -0600, McKown, John <[email protected]> wrote:
>What I'd like to do is write and compile my Java on Linux/Intel. But to do so > using things such as JRIO, JZOS, and so on, I need the z/OS jar files readable > on my Linux system. I would really like to have them actually reside on my PC. We routinely compile Java on Windows and run it on zOS, AIX and Solaris. We also routinely compile Java on zOS and run it on zOS, and Solaris. All you need is to make sure you have the required jars on your classpath. And you want to be consistent in your JDK levels. If you compile on 1.4.2, you want to run on 1.4.2 (or higher, of course). Cheers, Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

