1833870 Members
1582 Online
110063 Solutions
New Discussion

using Java in HPUX?

 
Henry Chua
Super Advisor

using Java in HPUX?

Hi guys,

Can I used java in HPUX? are there classes i that are designed to manipulate filesystem .. moving files etc.?

Best regards
Henry
3 REPLIES 3
Ranjith_5
Honored Contributor

Re: using Java in HPUX?

Hi,

Your question is a bit vague. Can you post your exact requirement. By the way java will work just by copying the directory contents and by setting the paths.

Regards,
Syam
Vibhor Kumar Agarwal
Esteemed Contributor

Re: using Java in HPUX?

Thats why Java is called platform independent.

You can bring the same class files you compiled on other platform.
There won't be any problem regarding file and folder manipulation.
Vibhor Kumar Agarwal
Bhushan Bumber
Frequent Advisor

Re: using Java in HPUX?

Hi Henry
There is no problem running java on the HP-UX box.Please get certified version from
http://www.hp.com/products1/unix/java/

take care
Bhushan
There is a solution to every problem.