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
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]