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: Andrew Haley <aph at redhat dot com>
- To: Alex Karasulu <aok123 at bellsouth dot net>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 20 Mar 2006 10:30:47 +0000
- Subject: Re: [ARM] Issues running vm on Debian ARM port
- References: <441E547E.8040006@bellsouth.net>
Alex Karasulu writes:
> Hi all,
>
> No matter what I try to run I get the following error from the vm:
>
> Exception in thread "main" java.lang.NullPointerException
> at java.security.SecureClassLoader.defineClass(java.lang.String,
> byte[], int, int, java.security.CodeSource) (/usr/lib/libgcj.so.6.0.0)
> at java.net.URLClassLoader.findClass(java.lang.String)
> (/usr/lib/libgcj.so.6.0.0)
> at java.lang.ClassLoader.loadClass(java.lang.String, boolean)
> (/usr/lib/libgcj.so.6.0.0)
> at java.lang.ClassLoader.loadClass(java.lang.String)
> (/usr/lib/libgcj.so.6.0.0)
> at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
>
> The OS is Debian etch for armeb. The machine type is an armv5tel. I'm
> running the following in terms of gcc:
>
> minit3:~# gcc --version
> gcc (GCC) 4.0.3 (Debian 4.0.3-1)
>
> minit3:~# gcj --version
> gcj (GCC) 4.0.3 20051204 (prerelease) (Debian 4.0.2-5j2)
>
> classpath version 0.19-2
>
> Does anyone have any ideas regarding this error? Anyone have luck
> running the jvm on Debian ARM?
Last time I looked the ARM port of gcj still wasn't done. In
particular a libffi port still needs to be written.
Andrew.