Date: Fri, 19 Apr 2002 20:31:31 +0200 From: Erwan Arzur <erwan@netvalue.com> To: David Dooley <dpd@ngfl.gov.uk> Cc: freebsd-java@freebsd.org Subject: Re: Message-ID: <3CC06283.7060506@netvalue.com> References: <20020419164543.2c87b0f4.dpd@ngfl.gov.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
David Dooley wrote:
> Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen
> gmake[3]: *** [../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c] Erro
> r 1
> gmake[3]: Leaving directory `/usr/tmp/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm'
> gmake[2]: *** [optimized] Error 2
> gmake[2]: Leaving directory `/usr/tmp/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm'
> gmake[1]: *** [all] Error 1
> gmake[1]: Leaving directory `/usr/tmp/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm'
> gmake: *** [all] Error 1
> *** Error code 2
>
> Stop in /usr/ports/java/jdk13.
/usr/tmp is very particular in the linux emulation layer, because it's
in fact /usr/compat/linux/usr/tmp. The linux JRE cannot find the
bootstrap classes which are not where they should b, thus your build
bombing out.
I'd suggest not to build this particular port in /usr/tmp (i guess you
have a symlink /usr/ports -> /usr/tmp) ...
--
UNIX *IS* user friendly. It's just selective about who its friends are.
--unknown
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC06283.7060506>
