This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and JDBC
- From: Tom Tromey <tromey at redhat dot com>
- To: "Amir Bukhari" <ufz6 at rz dot uni-karlsruhe dot de>
- Cc: <java at gcc dot gnu dot org>
- Date: 18 May 2005 10:48:01 -0600
- Subject: Re: GCJ and JDBC
- References: <200505171719.j4HHJ2EU000804@mx3.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Amir" == Amir Bukhari <ufz6@rz.uni-karlsruhe.de> writes:
Amir> Here is a simple program which use Constructor.newInstance. it work as it
Amir> expected in both JVM and GCJ (executable file)
Thanks. I don't know what to tell you at this point other than you
could try to get a -g build and see if you can debug the problem (we
could help you with this to some degree).
Tom