QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I download the Microsoft Java Virtual Module (JVM)?

Dynamic Works Institute - FAQs
Microsoft (because of a court battle with Sun Microsystems) no longer offers the base installer for the Microsoft Java Virtual Machine (JVM). If you have no version of the Microsoft JVM installed and need one in order to run ToolBook's DHTML, you can download and install the JVM using this link: Click here to download Microsoft VM I use Windows XP. When I try to load Tier 2 and 3 courses, all the course material is garbled and loading at the same time.

How can I uninstall the Microsoft Java Virtual Machine (JVM) from Windows XP?

The Broadband Reports Windows XP FAQ - dslreports.com
You might want to remove the Microsoft JVM, which Microsoft no longer supports, in favor of the more recent Sun Microsystems JVM. To remove the Microsoft JVM, perform the following steps: The HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM registry subkey (to remove the Microsoft Internet Explorer (IE) options When Internet Explorer 7 is installed on Windows XP, ctfmon.exe runs in the background without purpose, and when the Run entry for ctfmon.

How do I download Microsoft's JVM player?

alphaWorks : IBM Simulation Producer : FAQs
This Java player usually comes with Internet Explorer. However, if you have a newer version of Windows XP, the Java player will not be installed. You must download it from Microsoft's JVM Web site.

What Java virtual machine (JVM) do I use to run the AspectJ compiler?

AspectJ Frequently Asked Questions
Use the latest, greatest, fastest JVM you can get your hands on for your platform. The compiler's performance is dependent on the performance of the JVM it is running on, so the faster a JVM you can find to run it on, the shorter your compile times will be. At a minimum you need to use a Java 2 or later JVM to run the compiler (J2SE 1.3 for AspectJ 1.1). We realize that this constraint can be a problem for users who don't currently have a Java 2 JVM available.

Where can I download or upgrade to the latest version of Microsoft Java Virtual Machine?

Citadon
Microsoft has discontinued any direct downloads of their Java Virtual Machine from their web pages. Any user who requires the latest version of Java VM will need to install it through their Windows Update web page. You can read more about installing the latest Java VM build here. Back to top When I log into ProjectNet Docs, I receive this error message: Invalid Username/Password, please try again. Resolution: Usernames and passwords are case-sensitive, so be sure that Caps Lock is not turned on.

Are there any issues using AspectJ with the Microsoft JVM?

AspectJ Frequently Asked Questions
Since AspectJ requires Java 2 or later, it will not run on the Microsoft JVM, which does not support Java 2. No. Some previous versions of AspectJ had this requirement. In AspectJ 1.0, javac can still be used as ajc back end by using the -usejavac flag. You can also run ajc in preprocessor mode to generate Java source (.java) files to be compiled using javac or another java compiler. Neither option is supported in AspectJ 1.1.

Can Jakarta use Microsoft's JVM?

jGuru: Tomcat FAQ
Out of the box -- probably not unless MS started shipping the RMI classes. There's a little bit of RMI used in the admin of Tomcat. Other than that, it should run just fine. IBM has apparently packaged up the RMI classes missing from the Microsoft JVM and is distributing them at http://www.alphaworks.ibm.com/formula/RMI.

Can I use Protégé with the Microsoft Java Virtual Machine?

Protégé FAQ
No. Protégé requires a JDK 1.4 compatible virtual machine (Protégé 3.1 requires JDK 1.4 , Protégé 3.2 beta requires JDK 1.5). The last we are aware of, the MSJVM only supports JDK 1.1. Microsoft also plans to terminate support for the MSJVM on September 30, 2004.

Which kind off error can stop jvm in java?

Java Language FAQs
Actually, the JVM will exit if unchecked-exceptions (for example RuntimeException etc) are not caught.

I have a Java Application, how do I tune the JVM for performance?

Sun Fire CoolThreads Try and Buy Resource
Are there any special instructions I need to follow to install / deploy Oracle 10r R2 on the Sun Fire CoolThreads server? Open Source Software

Why your own virtual machine? Why not compile to JVM/.NET?

docs/faq.pod
Those VMs are designed for statically typed languages. That's fine, since Java, C#, and lots of other languages are statically typed. Perl isn't. For a variety of reasons, it means that Perl would run more slowly there than on an interpreter geared towards dynamic languages. The .NET VM didn't even exist when we started development, or at least we didn't know about it when we were working on the design. We do now, though it's still not suitable. Sure we will. They're just not our first target.

Can applications that run on CLDC-compliant virtual machines run on other Java Virtual Machines?

J2ME CLDC and K virtual machine: Frequently Asked Questions
Yes. CLDC-based applications can execute in other Java Virtual Machines, provided that the required CLDC libraries, profiles, and/or optional packages are also available.

How do I download from Microsoft?

Technical FAQs
Whether you’re downloading an encryption upgrade, a new browser or a service pack, all official Windows upgrades can be acquired from http://windowsupdate.microsoft.com/, shown above. Click on the “products update” link on the left-hand side, select the updates you wish to install, and follow the instructions.

What Java (JVM/JRE) versions are supported for use with RootCause?

RootCause/Aprobe FAQ
On Linux RootCause has been tested with Sun JVMs 1.4.0 through 5.0 and IBM's 1.4 JVM. Linux RootCause does not work with gcj. We have provided support for older versions of Java for specific customers: please contact us if you have a specific need. Some of our probes, most notably java_memstat make use of the JVMPI debugging interface, which has turned out to be unreliable in earlier versions, and which has been eliminated entirely in Java 1.6.

Sect. 20) Why not start up one copy of the JVM and share it among many Java programs?

Java Programmer's FAQ - Part D
If the JVM takes about 15MB (say) in overhead, and a program takes 3MB, then starting up a fresh JVM for each program is slow and wasteful. If a single copy of the JVM and libraries could instead be shared among multiple Java applications there would be less overhead and everything would run faster. That observation was the guiding force behind the echidna project to support a JVM that could run multiple applications. See the site http://www.javagroup.org/echidna/ for more details.

What is a JVM?

FAQ - Art of Illusion
A Java Virtual Machine (JVM) is a program running in your computer that emulates another machine: an imaginary machine designed to run programs written in Java. Because Art of Illusion is written in Java, it needs a JVM to run on. Sun provides JVMs for Windows, Linux, and Solaris. JVMs for other operating systems are provided by the OS manufacturers.

Is Microsoft's J++ Java?

Professor Smiley's Java FAQ's
No. J++ is not Java, and Microsoft has announced that they do not intend to support J++ in the future.

What is the difference between the MixJuice module and the Java package ?

FAQ about language spec of MixJuice
Java has the package mechanism besides the syntax of class, but their division of responsibilities is not complete. Both package and class share the role of name space. MixJuice classifies and divides the responsibilities of class and module, in order to make the language specification simple.

How do I check out a module definition as a Java project?

Eclipse Platform - CVS FAQ
To check out a module that is defined in the CVSROOT/modules file as a Java project, you may have to pre-create the target project as a java project in the workspace before performing the "Check Out Module".

How do I write java applets for the Amulet Module?

Amulet Technologies - FAQs
The Amulet HTMLCompiler does not support any java applets you create. However, the HTMLCompiler does support Amulet Widgets. Amulet Widgets are entered using the java applet tag, so that HTML editors can accept the source.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact