View Single Post
Old 04-22-2004, 03:36 AM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
".class" files can be easily decompiled, and there's no way around that.

There are programs that turn Java into machine-executable code (same as C code). This breaks portability, and of course the compilers will usually lag behind the JVM in Java compatability, but they exist. See gcj.
__________________
GitS
Belisarius is offline   Reply With Quote