View Single Post
Old 02-09-2012, 11:53 PM   #1
bozzauto
Registered User
 
Join Date: Jan 2012
Posts: 217
How to compile Java

We all know Java compiles down into byte format which requires a JVM to run. Often for deployment we can not guarantee that our clients will have the JRE installed, nore can we supply them with a jar file. What solutions do people use to compile their Java code into native code for simple use and execution?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bozzauto is offline   Reply With Quote