> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Kirk Wolf > Sent: Wednesday, June 20, 2007 1:11 PM > To: [email protected] > Subject: Re: Compiling Java on z/OS (Was: why do we need > BPXBATCH, JZOS et. al.?) > > > McKown, John wrote: > > > > Thanks for that information. I agree with you about doing Java > > development off of the z/OS platform. I, personally, use Netbeans on > > Linux. I then upload the entire Netbeans project subdirectory to the > > z/OS system. In an actual production environment, however, > I might be > > tempted to do the compile on z/OS just to be sure that the > JVM and the > > .class files are compatable. > > > > > > > > John, > > I understand the argument to recompile on z/OS. But after > many years > of working with production z/OS java applications, we have > never found > a problem running classes compiled by either the Sun or Eclipse Java > compilers. (You do need to make sure that you are building with the > correct JDK level and target JVM level). > > I could be wrong, but I think that the z/OS SDK's javac compiler uses > Sun's code (in java) for compiling to byte-codes. > > Kirk Wolf > Dovetailed Technologies
Hum, have you ever run in a shop with a paranoid Change Control manager? <grin> Nothing gets into production unless it goes though change control. For programs, that means moving the source to the correct source library, then recompiling it just to be sure that the executable was indeed created from the source. No moving of compiled programs directly into a library. That violates our auditing standards. -- 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

