Re: Can Harmony compile into Native Executable

2007-03-29 Thread Tim Ellison
Chirag wrote: > I require AOT Compilation that will protect my source code as well as > improve the execution time of my Swing Application. As an aside, AOT does not guarantee improved performance, it really depends upon the application. Modern JITs use profile directed feedback to guide performa

Re: Can Harmony compile into Native Executable

2007-03-29 Thread Egor Pasko
On the 0x2A8 day of Apache Harmony [EMAIL PROTECTED] wrote: > I require AOT Compilation that will protect my source code as well as improve > the execution time of my Swing Application.Code obfuscation can render my > code to some extent in a useless state but AOT compilation can protect my > co

Re: Can Harmony compile into Native Executable

2007-03-29 Thread Chirag
I require AOT Compilation that will protect my source code as well as improve the execution time of my Swing Application.Code obfuscation can render my code to some extent in a useless state but AOT compilation can protect my code in a lottle more secure way and it will improve the state of my p

Re: Can Harmony compile into Native Executable

2007-03-29 Thread Tim Ellison
Chirag wrote: > I have my Application developed in Swing and would like to compile into Exe? I'd like to know what you mean exactly. Do you mean AOT native code compilation, or just having a stand alone application executable? or something else? Regards, Tim

Re: Can Harmony compile into Native Executable

2007-03-28 Thread Pavel Pervov
On 3/28/07, Chirag <[EMAIL PROTECTED]> wrote: I have my Application developed in Swing and would like to compile into Exe? Like GCJ does? java.awt.FocusTraversalPolicy Yes. javax.swing.event. MouseInputAdapter Yes. -- Pavel Pervov, Intel Enterprise Solutions Software Division

Re: Can Harmony compile into Native Executable

2007-03-28 Thread Alexey Petrenko
What do you need exe file for? To avoid "java -jar dfdkjdskhskd.jar blablabla.Main" command line string or to hide your sources? SY, Alexey 2007/3/28, Chirag <[EMAIL PROTECTED]>: I have my Application developed in Swing and would like to compile into Exe? Are following classes supported in Har

Re: Can Harmony compile into Native Executable

2007-03-28 Thread Mikhail Fursov
On 3/29/07, Chirag <[EMAIL PROTECTED]> wrote: I have my Application developed in Swing and would like to compile into Exe? No, Harmony does not compile Java classes to standalone binaries today. This technique have more limitations to Java developer then benefits. You can use code obfuscator