From owner-freebsd-java Wed Dec 13 5:55:50 2000 From owner-freebsd-java@FreeBSD.ORG Wed Dec 13 05:55:48 2000 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from matavnet.hu (mail.matavnet.hu [195.228.240.10]) by hub.freebsd.org (Postfix) with SMTP id DF83137B400 for ; Wed, 13 Dec 2000 05:55:47 -0800 (PST) Received: (qmail 8956 invoked from network); 13 Dec 2000 14:55:41 +0100 Received: from mail.cetelem.hu (HELO server.cetelem.hu) (195.228.218.103) by mail.matavnet.hu with SMTP; 13 Dec 2000 14:55:41 +0100 Received: from kuti.cetelem.hu (192.9.210.105 [192.9.210.105]) by server.cetelem.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id YZ51NQNY; Wed, 13 Dec 2000 14:50:31 +0100 Received: (from kuti@localhost) by kuti.cetelem.hu (8.9.3/8.9.3) id OAA02950 for freebsd-java@freebsd.org; Wed, 13 Dec 2000 14:58:52 +0100 (CET) (envelope-from kuti) Date: Wed, 13 Dec 2000 14:58:52 +0100 (CET) From: Zsolt Kuti Message-Id: <200012131358.OAA02950@kuti.cetelem.hu> To: freebsd-java@freebsd.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear All, I am asking for your help in building OpenJIT on FreeBSD 4.1. Configure apparently runs OK, but then I get: gmake ./libOpenJIT_g.so VARIANT=DBG gmake[1]: Entering directory `/usr/home/kuti/OpenJIT-1.1.15' /usr/local/jdk1.2.2/bin/javah -d CClassHeaders -old org.OpenJIT.Compile Warning: JIT compiler "OpenJIT" not found. Will use interpreter. java.util.MissingResourceException: Can't find resource for base name com.sun.tools.javah.resources.FreeBSD_i386, locale en at java.util.ResourceBundle.getBundle(ResourceBundle.java:423) at java.util.ResourceBundle.getBundle(ResourceBundle.java:339) at com.sun.tools.javah.Util.initPlatform(Util.java:163) at com.sun.tools.javah.Util.getPlatformString(Util.java:148) at com.sun.tools.javah.OldHeaders.write(OldHeaders.java:96) at com.sun.tools.javah.Gen.run(Gen.java:156) at com.sun.tools.javah.Main.run(Main.java:174) at com.sun.tools.javah.Main.main(Main.java:48) Error loading resources. Please file a bug report. gmake[1]: *** [CClassHeaders/org_OpenJIT_Compile.h] Error 10 gmake[1]: Leaving directory `/usr/home/kuti/OpenJIT-1.1.15' gmake: *** [debug] Error 2 I suspect that something is incomplete in the FreeBSD jdk1.2.2 and when running javah it doesn't find resourcefile called FreeBSD_i386[.?] that ought to belong to the default locale "en". (I looked into the sources, ...com/sun/tools/javah/resources, and have seen an empty FreeBSD_i386.properties file). I don't know how to circumvent the problem and get OpenJIT build on my system. May I ask how others build OpneJIT for jdk1.2.2? Thanks Zsolt ------------- Zsolt Kuti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message