How can I install the Microsoft Java Virtual Machine (JVM) without having to restart the computer?
John Savill
August 22, 2002
1 Min Read
A. A typical JVM installation requires that you reboot your machine and alerts you to any problems the installer encountered. However, you can use the /q and /qq switches to control the reboot requirement and the reporting of any problems. To prevent the installation from rebooting the system but still have it notify you of any problems, you would add the /q switch. For example,
msjavx86 /c:"javatrig.exe /exe_install /l /q" /q:a /r:n
To prevent the installation from rebooting the system and from notifying you of problems, you would add the /qq switch. For example,
msjavx86 /c:"javatrig.exe /exe_install /l /qq" /q:a /r:n
To download the JVM and obtain more information, visit the Microsoft Web site.
Read more about:
MicrosoftAbout the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like