Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Virtual Machine / August 2003

Tip: Looking for answers? Try searching our database.

JVM and Java for Windows XP 64 Itanium

Thread view: 
R... Vaughn - 21 Aug 2003 22:26 GMT
What JVMs are available for Windows XP 64 on Itanium.  We're working
with some hoemgrown engineering design apps that previously ran on
v1.3.1.

Also.  How do I check the version of the JVM?  I know that on Windows
I can check the version of Java by typing...example,
C:\>java -version
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

Is the above Sun, MS or what?  Is it the JVM or Java?

Thanks,
Robert
pete kirkham - 22 Aug 2003 09:08 GMT
> Also.  How do I check the version of the JVM?  I know that on Windows
> I can check the version of Java by typing...example,
[quoted text clipped - 7 lines]
> Thanks,
> Robert

That would be the version information for the JVM. I don't know what
versions MS provide, but I don't think that they support 1.4.1. It looks
like the information the Sun one provides.

The vendor is available as one of the system properties: look for the
java.vm.vendor property. To print all the JVM's system properties,
compile and run:

public class PrintSystemProperties {
  public static void main (String args[]) {
    System.getProperties().list(System.out);
  }
}

Pete
David Off - 27 Aug 2003 21:50 GMT
> What JVMs are available for Windows XP 64 on Itanium.  We're working
> with some hoemgrown engineering design apps that previously ran on
> v1.3.1.

Sun's 1.4 JVM and Weblogics JRockit are currently the only JVMs compiled
for 64 bit Itanium.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.