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: 17 May 2005 10:18:07 -0600
- Subject: Re: GCJ and JDBC
- References: <200505171608.j4HG8Pm3014727@mx3.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Amir" == Amir Bukhari <ufz6@rz.uni-karlsruhe.de> writes:
Amir> When I don't use HSQlDB (that mean my application has no JDBC)
Amir> then it work fine.
Based on the stack trace, my guess is that the code in
Constructor.newInstance that tries to find the caller's class is
failing. You might be able to reproduce this with a smaller test
case that uses Constructor.newInstance.
Amir> Only one thing I
Amir> don't like, is that SWT application have dos console opened with
Amir> them!
Some Windows expert will need to answer this one.
Tom