This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [ARM] Issues running vm on Debian ARM port
- From: Tom Tromey <tromey at redhat dot com>
- To: Alex Karasulu <aok123 at bellsouth dot net>
- Cc: java at gcc dot gnu dot org
- Date: 20 Mar 2006 12:27:07 -0700
- Subject: Re: [ARM] Issues running vm on Debian ARM port
- References: <441E547E.8040006@bellsouth.net>
- Reply-to: tromey at redhat dot com
>>>>> "Alex" == Alex Karasulu <aok123@bellsouth.net> writes:
Alex> Exception in thread "main" java.lang.NullPointerException
Alex> at java.security.SecureClassLoader.defineClass(java.lang.String,
Alex> byte[], int, int, java.security.CodeSource)
Alex> (/usr/lib/libgcj.so.6.0.0)
I don't recall seeing this before.
It would help if you could run this with gdb and see exactly where it
is failing. You might want a debug build of libgcj to do this.
Tom