|
Advertisement
|
Forum posts by Miguel Angel:1 page [ 1 ]
Posted in Java Answers Forum, Jun 5, 2002, 12:12 PM
Visual Cafe for Java 2.0 has a menu option to compile to an Applet or anApplication from the same source. The Professional Development Edition also hasan option to compile to x86 native code although your source stays as 100%Java.If you want to convert an applet to an application what you should do is change the init() method into a constructor...
Posted in Java Answers Forum, Jun 5, 2002, 12:00 PM
You can simply add build targetsthat use Jode to create obfuscated JAR files in a different delivery directoryBut If your only target platform is Windows, you may native compile your app - optimized Pentium code is much less comprehensible than Java bytecode (even if obfuscated). Still, an experienced person shall beable to reverse engineer...
1 page [ 1 ]
|