All Questions
Tagged with javaenvironment-variables
2 questions
4votes
2answers
72kviews
How to set environment variable JAVA_HOME that will be saved on exit? [duplicate]
Possible Duplicate: How do I set a user environment variable? (permanently, not session) I use Suse. First I had jdk7 installed, so JAVA_HOME was: /usr/java/jdk1.7.0_05/ I uninstalled jdk7 and ...
2votes
1answer
4kviews
How to switch java environment for specific process?
I use openjdk in my work, but sometimes I need oracle's jre or even specific version of oracle's jre. As I know, I should update JAVA_HOME value and /usr/bin/java or /etc/alternatives/java link ...