File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes No more support for MSJVM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "No more support for MSJVM " Watch "No more support for MSJVM " New topic
Author

No more support for MSJVM

Garima Bajpai
Greenhorn

Joined: Dec 13, 2007
Posts: 1
Hi,

This is my first post at Javaranch, so please pardon me for any protocol lapses.

Backgroud: Information obtained from http://www.microsoft.com/mscorp/java/faq.mspx

With effect from 31 Dec 2007, Microsoft is not including the MSJVM in its software and SKUs. Software and SKUs that currently include the MSJVM will continue to be retired or replaced by versions not containing the MSJVM.

Issue:
I need to enquire which applications depend on MSJVM environment, specifically I need to find this out for a jar file.

Please let me know as to :
1) How to know which JVM a jar file uses, if it is the default or some other?
2) How can I change JVM used by a jar file?

Your guidance in this will be highly appreciated.

Thanks,
Garima Bajpai
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
A jar file does not use a specific JVM, that's a system setting. But at this point it's fair to say that no recent Java software can run on the MS JVM anyway, since that only supports Java 1.1, which has been obsolete for several years now.

There may be age-old software that relies on MS-specific classes, and so would be unable to run on a Sun JVM, but even that that sounds unlikely at this point.

But it's easy to test if a particular library or application is compatible with the Sun JVM, so I wouldn't be too concerned about this.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: No more support for MSJVM
 
Similar Threads
Qualities of JDK 1.1.8 (MS JVM)
Running Java on Windows XP
diffrence between Sun's java and Microsoft java
i'm sure you answered this a million times...just one more try:)
How to make an Applet that runs of both MSJVM and Sun JVM?