run java application on mainframes

i have a financial application which needs to run java application on mainframes. Any ideas how i may do it. where do i get the jvm for the various OS. !
[160 byte] By [lalithasivekumar] at [2007-9-30 17:19:32]
# 1

Sun provides JVM for Linux, Solaris and Windows. The JVM for the otheres OS usually are provided by the company that makes the OS: Apple makes the JVM for Mac OS, for example. So have a look to the website of company that make the OS.

Abraham Otero,

http://people.javahispano.org/~abraham/

elabran at 2007-7-6 13:42:27 > top of Java-index,Administration Tools,Sun Connection...
# 2
For Java support on OS/390 and z/OS: http://www-1.ibm.com/servers/eserver/zseries/software/java/
cknelsen at 2007-7-6 13:42:27 > top of Java-index,Administration Tools,Sun Connection...
# 3
Sun appears to be in the midst of revision to their page that lists Java ports to other systems, on this page http://java.sun.com/j2se/1.4.2/ports.htmlSuggest that you E-mail them asking for the information
ChuckBing at 2007-7-6 13:42:27 > top of Java-index,Administration Tools,Sun Connection...
# 4

Thank you all for the reply. I have noted regarding jvm for OS390. Trouble is we have > 30 banks where this application has to be installed and run and these are very old systems like nsk and ve. so this would mean we need to have the jvm for all the different OS running. i would collect more info on the various OS before deciding if it can be done in java.

lalithasivekumar at 2007-7-6 13:42:27 > top of Java-index,Administration Tools,Sun Connection...