When trying to start Java Workshop 2.0 (or some other Java applications) on Solaris 2, the following error is displayed:
java.lang.UnsatisfiedLinkError: setCursor
at sun.awt.motif.MComponentPeer.initialize(Compiled Code)
at sun.awt.motif.MTextAreaPeer.initialize(Compiled Code)
at sun.awt.motif.MComponentPeer.<init>(Compiled Code)
at sun.awt.motif.MTextAreaPeer.<init>(Compiled Code)
at sun.awt.motif.MToolkit.createTextArea(Compiled Code)
|