java.lang.UnsatisfiedLinkError: no awt in java.library.path
When I run my Swing application, I am getting the following error trace, and the screen is not opening
Exception in thread "main" java.lang.UnsatisfiedLinkError: no awt in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
JAVA version used : j2sdk1.4.2_13
OS : Red Hat Enterprise Edition 5.0
It seems that some native library is missing, please help me out in solving the issue.