Date: Sun, 9 Nov 1997 20:29:32 +0200 (IST) From: Nadav Eiron <nadav@barcode.co.il> To: Ron Steele <ron@dc.infi.net> Cc: questions@FreeBSD.ORG Subject: Re: JDK setCursor error Message-ID: <Pine.BSF.3.91.971109202838.1145A-100000@gatekeeper.barcode.co.il> In-Reply-To: <3465B24E.FDB8129@dc.infi.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 9 Nov 1997, Ron Steele wrote: > I have been try for some time to get JDK1.1 working. Whenever I try to > run any AWT app, including appletviewer I get the dump below. I am > running the 1.1 FreeBSD port from > > http://www.csi.uottawa.ca/~kwhite/javaport.html > > and lesstif. FreeBSd and X are straight off the 2.2.2 CD. As far as I > can tell, CLASSPATH is set correctly. JDK is in /usr/local/jdk1.1 and > CLASSPATH is /usr/local/jdk1.1/lib/classes.zip. > > The DUMP: > > java.lang.UnsatisfiedLinkError: setCursor > at > sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:80) > at sun.awt.motif.MComponentPeer.<init>(MComponentPeer.java:99) > at sun.awt.motif.MCanvasPeer.<init>(MCanvasPeer.java:39) > at sun.awt.motif.MPanelPeer.<init>(MPanelPeer.java:33) > at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:47) > at sun.awt.motif.MToolkit.createFrame(MToolkit.java:153) > at java.awt.Frame.addNotify(Frame.java) > at java.awt.Window.pack(Window.java) > at sun.applet.AppletCopyright.<init>(AppletCopyright.java:45) > at sun.applet.AppletViewer.mainInit(AppletViewer.java:979) > at sun.applet.AppletViewer.main(AppletViewer.java:988) > > Thanks, > > Ron > Did you remove the font.properties file from the jdk1.1/lib directory??? Nadav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.971109202838.1145A-100000>