Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

no font manager in java.library.path

328 views
Skip to first unread message

Jonas Blåberg

unread,
Jan 4, 2002, 8:44:57 AM1/4/02
to
hi!

When starting a program (i.e kregedit in iPlanet application server) I
get the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no
fontmanager in java.library.path
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:50)
at java.lang.LinkageError.<init>(LinkageError.java:43)
at java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:42)
at java.lang.ClassLoader.loadLibrary(Compiled Code)
at java.lang.Runtime.loadLibrary0(Runtime.java:470)
at java.lang.System.loadLibrary(System.java:778)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:57)
at java.security.AccessController.doPrivileged(Native Method)
at <Unloaded Method>
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at <Unloaded Method>
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:124)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:63)
at java.awt.Font.initializeFont(Font.java:262)
at java.awt.Font.<init>(Font.java:292)
at com.kivasoft.tools.NASUtil.getIconFont(Unknown Source)
at <Unloaded Method>
at com.kivasoft.regedit.RegEdit.main(Unknown Source)

Does anyone know how the CLASSPATH should be set for this to work?

/jonas blåberg

Jonas Blåberg

unread,
Jan 7, 2002, 9:30:42 AM1/7/02
to
Actually I solved this problem myself using truss (I'm on a Solaris box).

The problem was solved by adding libdps.so.5 to the LD_LIBRARY_PATH.

/jonas


jonas....@home.se (=?ISO-8859-1?Q?Jonas_Bl=E5berg?=) wrote in message news:<ae9ccfdd.02010...@posting.google.com>...


> hi!
>
> When starting a program (i.e kregedit in iPlanet application server) I
> get the following error:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no
> fontmanager in java.library.path

[ZIP]

0 new messages