Operating System - HP-UX
1846627 Members
2246 Online
110256 Solutions
New Discussion

Re: Java Runtime Environment startup

 
Jim McKee
Occasional Contributor

Java Runtime Environment startup

Where/when/how does the Java Runtime Environment get started during boot up of HP-UX 11.0?

I have an application that I try to start as the very last step, rc2.d/S995, in the system startup that gives me an error that the JRE needs to be started first. If I wait for the startup to complete, login, and run the application it finds the JRE and runs. I have looked ever where but I can't find a startup file for JRE.



But I'm feeling much better now........
1 REPLY 1
David Rodman
Frequent Advisor

Re: Java Runtime Environment startup

I have a JRE setup as part of my netscape server. The only thing that it is doing is setting the enviroment variables for the class libraries.
Try comparing the environments between when it does work and not...
look closely at the LD_LIBRARY_PATH

good luck.