Hey everyone,
Can we create a java file that runs without the JVM? I have googled the topic and found out about excelsior Jet that is meant to convert the java code into native one so that it won't require a JVM. Is it true and should I download the software? Or is there any other way of doing so?
Regards,
Rubeea
rubeea.jaffari 0 Light Poster
Recommended Answers
Jump to PostShort answer: there are some hacks out there that try to avoid you needing a JVM - usually by packaging a version of a JVM and all the Java API classes into an executable with your classes. In general they don't work well, they prevent essential automatic security updates, and …
All 2 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.