aspose file tools
The moose likes Beginning Java and the fly likes To check if JVM is installed in the system Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "To check if JVM is installed in the system" Watch "To check if JVM is installed in the system" New topic
Author

To check if JVM is installed in the system

Rohit Ramnath
Greenhorn

Joined: May 08, 2006
Posts: 6
Hi guys,

how can i check whether the machine in installed with JVM? if not then i need to provide the link to download and install.

Thnx,
Rohit
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35442
    
    9
is this a web application where you want to run an applet?


Android appsImageJ pluginsJava web charts
Rohit Ramnath
Greenhorn

Joined: May 08, 2006
Posts: 6
yes its a web application where i m running an applet. how can i check whether the system has JVM installed? if not, i need to tell them to download from a link which i will provide.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35442
    
    9
That's what "alternate HTML" in the applet tag is for: Using the Applet Tag
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: To check if JVM is installed in the system
 
Similar Threads
how can i know the JVM is already installed on my computer ?
WSAD 5.1.2...Going Crazy!!! java.lang.Object
Checking the Browser JVM
JRUN JVM Configuration
Grey box instead of applet