From owner-freebsd-java Tue Jun 6 23:38:26 2000 Delivered-To: freebsd-java@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 20B4E37B6EE for ; Tue, 6 Jun 2000 23:38:23 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (penguin.egd.igd.fhg.de [192.102.170.145]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAAE6F for ; Wed, 7 Jun 2000 08:38:18 +0200 Message-ID: <393DEE92.79B591C4@rostock.zgdv.de> Date: Wed, 07 Jun 2000 08:41:22 +0200 From: Thomas Runge X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, de MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: jdk build Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org So, I tried to build jdk 1.2.2 like described in Kees' Webpage. The problem I have is, that Linux' java don't wants relative pathnames for the classpath. So the build fails right here: /usr/local/linux-jdk1.2.2/bin/java -classpath . InvokerGen < ../../../../src/share/javavm/include/invokers.txt > invokers.c Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen linux-jdk-1.2.2 installed via ports (which is actually a jdk-1.2.2-RC4), FreeBSD 4.0-STABLE Looks like a wrong .java_wrapper, any ideas? -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message