1758541 Members
2190 Online
108872 Solutions
New Discussion юеВ

vea gui

 
Juan M Leon
Trusted Contributor

vea gui

Hello, does anybody seen the following error when trying to start vea gui.

Exception in thread "main" java.lang.UnsatisfiedLinkError: no mawt in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1073)
at java.awt.Toolkit.(Toolkit.java:1117)
at java.awt.Component.(Component.java:406)

We verified the jar file and it exist and has 444 permissions. Since the
classpath variable is specified in the vea script we dont have to set the
JAVA_CLASSPATH variable( I tired anyway and I still seeing the same error.

Any help will be appreciated.

Thank you
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: vea gui

Hello Juan,

What is the state and source of your java installation.

Did you get approved depots from http://www.hp.com/go/java ?

Did you install all necessary patches?

Does swverify \* show any problems with depot based java installations?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jeff Schussele
Honored Contributor

Re: vea gui

Hi Juan,

It's probably your Java version.
I believe the newer VEA needs Java V1.3 or higher.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Juan M Leon
Trusted Contributor

Re: vea gui

Hello, thank you all for your reply. The problem was related to a missing link under the jre/lib/PA_RISC2.0/motif21 the file name was libmawt.sl
After the link was created the gui started without errors.

Thank you