Operating System - HP-UX
1833010 Members
2443 Online
110048 Solutions
New Discussion

Re: Configuration java with HP-UX 11.00

 
BR716056
New Member

Configuration java with HP-UX 11.00

Hello.

We don't know what do we have to do to configure java 1.4 into a HP-UX 11.00.
We need JNI and the java.library.path is not correct.
Could you help us?
Thank you.
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: Configuration java with HP-UX 11.00

Hi Isaac,

First of all i'm not a java expert.

JNI better check next link.

http://search.java.sun.com/search/java/?qt=jni

You will get 559 hits on this question.

Second java.library.path is not correct.
Check your path in the .profile or

#echo $PATH
on the command line. If it doesn't show the path to the right library add the path to your .profile

Hope it helps you.

Kind regards,

Robert-Jan.

Ps. http://www.hp.com/products1/unix/java/index.html
BR716056
New Member

Re: Configuration java with HP-UX 11.00

Thank you very much.