This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Report on SWT GIJ 3.3
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>,<java at gcc dot gnu dot org>
- Date: Thu, 20 Feb 2003 13:27:42 +0530
- Subject: Re: Report on SWT GIJ 3.3
- References: <41D1051F31A2674C99E41CA28EE734980A1F88@isp-ex2k.intellimade.net>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
>C:\thisiscool-gcc\examples\HelloSWT>gcj --classpath=swt.jar -C
HelloSWT.java
You should pass the "-fjni" option to GCJ while compiling
class files for use with JNI.
Ranjit.