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
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
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
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
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
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
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