> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Westerman > Sent: Sunday, August 05, 2007 11:29 PM > To: [email protected] > Subject: Re: if a Java application works fine in linux, will > it works on Z/OS? > > > So far, I have not run into anything that didn't work when I > moved it to > Z/OS. It's supposed to work that way, but I'm sure that there will be > something that bites me when I least expect it. > > Brian
Most likely something that uses a JNI routine. JNI == Java Native Interface which allows calling a "compiled" program that will only run on a particular OS/Architecture. I think that JZOS does this for it's access to z/OS legacy type datasets. Which makes sense. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

