java2native compiler

macawet

Registered
Hi,

I'm searching for a native Mac osX java compiler.

I found one native java compiler for windows (Excelsior) and it really optimise my application(3 times faster).

My problem is that my application is very slow on mac osX and I'm still trying to optimise it.

Is there someone who knows a good native compiler for osX or have any ideas.

Thanx,
 
Project Builder in the Apple Developer Tools, perhaps? Or Xcode, if you're using Panther.

This has been asked before...
 
Thanks for the answer, but I'm searching for a java2native compiler to do a stand alone application and I found nothing about that...
 
i think gnu had a project for such a thing, but as i was just browsing their site i couldn't find it. it was in beta (alpha) form about 2 years ago. good luck.
 
Its called gcj, and I don't think it works well in OS X at the moment. The problem with gcj is that it doesn't do Swing, so if your program uses a GUI, you'll have to either use AWT or SWT.
 
Back
Top