Top "Java-home" questions

JAVA_HOME is an environment variable which should point to the root directory of the JDK installation.

JAVA_HOME is not defined correctly on Ubuntu?

I am trying to install some software (Shibboleth) in Ubuntu 14.04. I already have Java 7 OpenJDK installed in /usr/lib/jvm/, …

java ubuntu java-home
How can I install Netbeans with JDK 10

I try the command line with JavaHome: netbeans-trunk-nightly-201803230002-javase-windows.exe --javahome "C:\Program Files\Java\jdk-10" It should work, but …

java netbeans installation java-home java-10
echo %JAVA_HOME% returns %JAVA_HOME%

When I do echo %JAVA_HOME% it returns %JAVA_HOME% on windows 10 what did I do wrong?

java windows environment-variables java-home
Working With Hadoop: localhost: Error: JAVA_HOME is not set

I'm working with Ubuntu 12.04 LTS. I'm going through the hadoop quickstart manual to make a pseudo-distributed operation. It seems simple …

bash hadoop ubuntu-12.04 java-home
SET JAVA_HOME in windows bat file not working

why is SET JAVA_HOME in this bat file not overriding the environment variable JAVA_HOME? someFile.bat @ECHO OFF …

batch-file environment-variables java-home
SQLDeveloper not starting

When i try to start SQLDeveloper, it is giving me the following error in command prompt: Error: This product requires …

sql oracle-sqldeveloper java-home
How to set environmental variables using Ansible

I need to set the variables like JAVA_HOME and update PATH. There are a number of ways of doing …

ansible java-home
Setting up java classpath and java_home correctly in Ubuntu

I am getting the error Exception in thread "main" java.lang.NoClassDefFoundError: When I try and run a compiled class …

java ubuntu path classpath java-home
JAVA_HOME environment variable and Java JDK fun

I wanted to get Java running at 1.6xxx - I changed the JAVA_HOME variable and pointed it to the …

java java-home
JConsole location in Linux

I am trying to run jconsole from my machine but I can't find the location of the .sh . I have …

java linux jvm jconsole java-home