File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes JVM launcher? 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 » Java in General
Reply Bookmark "JVM launcher?" Watch "JVM launcher?" New topic
Author

JVM launcher?

Manoj Maniraj
Ranch Hand

Joined: Mar 25, 2009
Posts: 38
Hi all,

Is there anything called JVM launcher in java? What is JVM Launcher?

Cheers,
Manoj


http://manojmaniraj.blogspot.com
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Manoj Maniraj wrote:Hi all,

Is there anything called JVM launcher in java? What is JVM Launcher?

Cheers,
Manoj


A JVM Launcher is a program that starts a JVM running. java.exe is an example of one, but you don't have to use java.exe to start a Java application. You can write your own JVM Launcher. Here's one example of how to do it.

You'll probably also find this helpful


Joanne
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35248
    
    7
One of the interesting features your own JVM launcher could have is that it's free to run Java code in other ways than by invoking the main method of a particular class. It could call some other method, or it could even call several methods in different classes.


Android appsImageJ pluginsJava web charts
shailaja siddappa
Greenhorn

Joined: Apr 14, 2009
Posts: 16
JVM launcher- is related to class path.

check out the path & class path settings where jdk has been installed.

once you set the java path properly, you wont get launcher error.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8439

Which launcher error are you referring to?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JVM launcher?
 
Similar Threads
problem with hibernate
How do I specify the /3GB switch in the java VM arguments
customize the entry point of program
Where is the JVM located?
Isn't Main Parts of Eclipse Written in Java?