This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compiling java-gnome applications with GCJ
- From: Alexey Titov <a_titov82 at mail dot ru>
- To: java at gcc dot gnu dot org
- Date: Wed, 11 Apr 2007 15:44:32 +0400
- Subject: Compiling java-gnome applications with GCJ
- Reply-to: Alexey Titov <a_titov82 at mail dot ru>
Hello. I want to compile java-gnome (http://java-gnome.sf.net) application with GCJ. Java-gnome contains java classes (packed in jar-files) and native .so libraries. I wrote a java file that uses these libraries.
Is it possible to compile my class to a native application? What gcj options should I use?