Hi
Does java support exe kind of installable like in c/c++( is it platform dependent)?if so who it works??
Can we right an application, which run on any machine (i.e. platform dependent) with out need of JVM installed on that machine
-
can we have a java application with out need of JVM?? (2 messages)
- Posted by: sudhindra hebbar
- Posted on: October 08 2004 07:56 EDT
Threaded Messages (2)
- can we have a java application with out need of JVM?? by Stefan Zobel on October 10 2004 15:01 EDT
- can we have a java application with out need of JVM?? by Kingshuk Bandyopadhyay on October 11 2004 04:21 EDT
-
can we have a java application with out need of JVM??[ Go to top ]
- Posted by: Stefan Zobel
- Posted on: October 10 2004 15:01 EDT
- in response to sudhindra hebbar
Hi Does java support exe kind of installable like in c/c++( is it platform dependent)?if so who it works??Can we right an application, which run on any machine (i.e. platform dependent) with out need of JVM installed on that machine
Hi,
you may want to have a look at "Excelsior JET"
http://www.excelsior-usa.com/jet.html
Regards,
Stefan -
can we have a java application with out need of JVM??[ Go to top ]
- Posted by: Kingshuk Bandyopadhyay
- Posted on: October 11 2004 04:21 EDT
- in response to sudhindra hebbar
Hi Does java support exe kind of installable like in c/c++
GNU compiler for java - http://gcc.gnu.org/java/ supports compilation from java source code (or byte code) to machine code.
> ( is it platform dependent)?
Not sure I have understood. Isn't exe (machine code) by its very nature processor and operating system dependent ?
> if so who it works??Can we right an application, which run on any machine (i.e. > platform dependent) with out need of JVM installed on that machine http://gcc.gnu.org/java/faq.html