Date: Sun, 09 Nov 1997 07:53:34 -0500 From: Ron Steele <ron@dc.infi.net> To: questions@freebsd.org Subject: JDK setCursor error Message-ID: <3465B24E.FDB8129@dc.infi.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3465B24E.FDB8129>