Tagged Questions
0
votes
1answer
2k views
set JAVA_HOME for openJDK 6 [closed]
duplicate of:
http://serverfault.com/questions/311739/setting-up-apache-james-server?rq=1
0
votes
1answer
802 views
How come JAVA_HOME not automatically set for all users after installing openjdk-6 on Ubuntu 12.04?
On a freshly installed box, Java was not installed, so I installed openjdk-6 via apt-get install openjdk-6-jre openjdk-6-jdk. When I try to start my Hadoop service, it complains that JAVA_HOME is not ...
0
votes
2answers
4k views
The annoyed configuration of java-6-openjdk
I want to change the java environment to java-6-openjdk.
/etc/environment:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
...