compile java classes to binary?
I know you can compile java classes to .exe files in windows as I've seen it done, but what about compiling a bunch of java classes to a single binary under linux? ie like a binary archive, but all compiled etc, then you can just run it like any other app?
Cheers.
|