Title: RE: application fails on some Suns

I would guess it's that font issue with TypeFont not being installed.
Or the path to it not being set up right.
Why won't SUNs get a clue...
aaron

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 21, 2002 3:33 PM
To: [EMAIL PROTECTED]
Subject: application fails on some Suns

I recently started writing a java application that will be used by
many people in my organization at work.  We have several hundred Suns,
mostly running Solaris 2.6.  My application, right now, runs fine on
most workstations, but on some machines I get this error:

-----------------------------------------------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/apxtools/java/1.3/jre/lib/sparc/libfontmanager.so: ld.so.1:
/apxtools/java/1.3/bin/../bin/sparc/native_threads/java: fatal:
libmawt.so: open failed: No such file or directory
      at java.lang.ClassLoader$NativeLibrary.load(Native Method)
      at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
      at java.lang.Runtime.loadLibrary0(Runtime.java:749)
      at java.lang.System.loadLibrary(System.java:820)
      at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:37)
      at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
      at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:120)
      at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
      at java.awt.Window.<init>(Window.java:186)
      at java.awt.Frame.<init>(Frame.java:315)
      at java.awt.Frame.<init>(Frame.java:294)
      at javax.swing.JFrame.<init>(JFrame.java:174)
      at MscTools.<init>(MscTools.java:118)
      at MscTools.main(MscTools.java:443)
------------------------------------------------------------------------------

Comparing a Sun that runs this OK with one that doesn't, I see that
the one that doesn't is older, but I can't find what's wrong.  They're
both running Solaris 2.6.  The Java installation is mounted on both
machines from the same NFS server.

Has anyone seen this kind of problem?

Thanks,
Rich

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to