Re: [Java-gnome-developer] Compiling java-gnome applications with GCJ
Brought to you by:
afcowie
From: Andrew C. <ca...@re...> - 2007-04-19 18:05:04
|
Yes, frysk, for instance, builds using GCJ; the exact options you need depends on your application and the libraries you are using. The easiest way is: gcj --main=<your-main-class> foo.jar which will compile foo.jar down to a native java binary. Andrew Алексей Титов wrote: > Hello. I want to compile java-gnome application with GCJ. Is it possible? What gcj options should I use? > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |