Date: Wed, 13 Dec 2000 14:58:52 +0100 (CET) From: Zsolt Kuti <kuti@kuti.cetelem.hu> To: freebsd-java@freebsd.org Message-ID: <200012131358.OAA02950@kuti.cetelem.hu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012131358.OAA02950>