Tagged Questions

6
votes
5answers
171 views

Towards the “true” definition of JAVA_HOME

I have mac os X, and java runs fine... However, I'm noticing that there is no clear definition of JAVA_HOME in many packages which require JAVA_HOME to be set : For example MAVEN : "JAVA_HOME, ...
1
vote
2answers
212 views

What path does one specify for JAVA_HOME on a Mac OS environment?

When an application or plug-in install states that the JAVA_HOME variable point you my JDK, what export statement do I need to put in my .bash_profile?
1
vote
1answer
90 views

Where to set JDK to be used for SunOne server?

Where to set the JDK to be used by the SunOne server on Solaris? Is it all configured via an environment variable like JDK_HOME or JAVA_HOME, or is there a config file for the SunOne server somewhere ...