From owner-freebsd-java Mon Jun 1 09:14:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04002 for freebsd-java-outgoing; Mon, 1 Jun 1998 09:14:07 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from i-planet.i-planet.com (iplanet-T1-gw.mv.best.net [206.86.192.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03997 for ; Mon, 1 Jun 1998 09:14:04 -0700 (PDT) (envelope-from chris@i-planet.com) Received: from i-planet.com (mochila [10.0.0.221]) by i-planet.i-planet.com (8.8.7/8.8.7) with ESMTP id JAA12602; Mon, 1 Jun 1998 09:13:40 -0700 (PDT) Date: Mon, 1 Jun 1998 09:13:40 -0700 (PDT) From: "Chris Andrichak" Message-Id: <199806011613.JAA12602@i-planet.i-planet.com> To: "Doug Lo" , freebsd-java@FreeBSD.ORG Reply-To: "chris" X-Mailer: PonyEspresso 3.0.2 Subject: Re: Would anyone tell me what it means? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Doug Lo" wrote: ]Date: Mon, 01 Jun 1998 18:18:46 +0800 ]Hi, ] ]I run 'javac -encoding Big5 test.java' to compile chinese java program. ]I start netscape and load my chinese java applet, I got error messages: ] ]% Could not get localized resources: ]java.lang.UnsatisfiedLinkError: native method ]java/util/ResourceBundle.getClassContext not found: Undefined symbol ] at java.util.ResourceBundle.getLoader(ResourceBundle.java) ]* at java.util.ResourceBundle.getBundle(ResourceBundle.java) ] at netscape.softupdate.Strings.bundle(Strings.java) ] at netscape.softupdate.Strings.getString(Strings.java) ] at netscape.softupdate.Strings.targetDesc_LimitedInstall(Strings.java) ] at netscape.softupdate.SoftwareUpdate.(SoftwareUpdate.java) ]Using English Language Default. Offhand, I'd say that it couldn't find the Big5 localization file or that some certain symbol it was looking for in the file isn't in the file. Notice the 'Using English Language Default' statement at the bottom. It might be looking for this file: /usr/local/jdk1.1.5/lib/font.properties.zh_TW_Big5 which is in my distribution, at least. chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message