java error
2007-12-25 0:08:00
with Java version :
java version "1.3.1_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no awt 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:474)
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 java.awt.Toolkit.loadLibraries(Toolkit.java:882)
at <Unloaded Method>
at <Unloaded Method>
at com.sqribe.spf.SPFProc.ProcessPacket(Compiled Code)
at com.sqribe.spf.SPFMain.spf2html(Compiled Code)
at com.sqribe.spf.SPFMain.main(SPFMain.java:84)
How can i avoid this error? do i miss any libraries? what could be possibly
wrong ?
Thanks in advance.
*****************************************************************************
*********************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager or
the
sender immediately and do not disclose the contents to any one or make
copies.
** eSafe scanned this email for viruses, vandals and malicious content **
*****************************************************************************
*********************
Comments
Got something to say?
You must be logged in to post a comment.

