> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Matt Dazzo > Sent: Friday, February 01, 2008 10:02 AM > To: [email protected] > Subject: Java / Languages > > > What a question for a Friday. I need to find out if we have > virtual java available on our mainframe? We are running zOS 1.7. > > The FMID we have is HJVA14B and the description is IBM 64-Bit > SDK FOR z/OS. Can anyone tell me is this is virtual java? The > java -version command display is as follows; > > ST1MAT:/: >java -version > java version "1.4.2" > Java(TM) 2 Runtime Environment, Standard Edition (build 2.2) > IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 z/OS s390x-64 > j9mz64142-20061124 ( > JIT enabled) > > J9VM - 20061121_1035_BHdSMr > > JIT - r7_level20061020_1803) > > Also, how I determine what languages our LE can run and what > compilers we have ? The LE FMID is HLE7720. > > Thanks in advance for your help, Matt
What is "virtual Java"? You have a 64-bit Java compiler and interpreter at the 1.4.2 version with that FMID. You can run Java "class" and "jar" files using it. Language Environment is simply a common subroutine library. It is freely distributed with z/OS. It does not come with any compilers itself. LE compatable compilers that I am aware of are: Enterprise COBOL, Enterprise PL/I, VS FORTRAN. Each of these must be separately licensed from IBM. -- 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

