Date: Tue, 11 Dec 2001 20:54:29 -0600 From: Bruce Burden <brucegb@realtime.net> To: freebsd-java@freebsd.org Subject: Compiling jdk1.3.1 Message-ID: <20011211205429.R28452@tigerfish2.my.domain> In-Reply-To: <20011211223318.GB2002@gnuppy>; from billh@gnuppy.monkey.org on Tue, Dec 11, 2001 at 02:33:18PM -0800 References: <20011211130254.GA9181@gnuppy> <Pine.SUN.3.91.1011211081543.19495A-100000@pcnet1.pcnet.com> <20011211223318.GB2002@gnuppy>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi gang, I am looking for pointers to correct this problem: /usr/bin/sed -e 's!interpreter\.o!../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/&!g' > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/interpreter.d /usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes" -d ../../../build/bsd-i386/classes -d ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn ../../../src/share/javavm/runtime/InvokerGen.java rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c /usr/local/linux-jdk1.3.1/bin/java -classpath ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen < ../../../src/share/javavm/include/invokers.txt > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen gmake[3]: *** [../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' gmake: *** [all] Error 1 *** Error code 2 I believe that I have the correct patch code installed, although I can't find it right now. Since others have got this code to compile, I must be missing something obvious... Thanks, Bruce 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?20011211205429.R28452>