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

learn more… | top users | synonyms

0
votes
1answer
32 views

Java application and jre management

I just released a new version of my java software. The new version needs jre7, while the old version did not. Now when my clients upgrade my software they get UnsupportedClassVersionError. The ...
1
vote
3answers
79 views

Set JAVA_HOME to be the root of java installation

I'm currently using hadoop and in the config part there's "define JAVA_HOME at least to be the root of your java installation" I'm actually confused about it. Say, my JAVA_HOME when using: echo ...
0
votes
5answers
67 views

Checking/getting JAVA_HOME Variable from Java

Inside a Java program, how can I read the JAVA_HOME variable (to be sure it is set the correct way)? Similarly, how can I get the path of the bin folder? That is, the path usually set in Windows ...
1
vote
1answer
59 views

Ant set platforms.JDK_1.6.home whithout parameter

I'm having a problem trying to run ant on a windows machine. I get the following error: BUILD FAILED C:\Users\USER\testing\mercurial\project\NetbeansProject\nbproject\build-impl.xml:111: The J2SE ...
-1
votes
1answer
70 views

Error: JAVA_HOME is not defined correctly [closed]

I am a very newbie to Unix environment and Unix scripting. I am trying to build the code on Unix but when I am trying to do I am getting this weird exception below. Can anyone please help me fixing ...
2
votes
1answer
237 views

Java_home in Maven

When I ran mvn -version, I noticed the java_home points to ...jdk\jre (as shown below). Is that wrong? Isn't it supposed to point to ...\jdk.x.y.z (without the \jre)? If so, how do I reset it? (In ...
0
votes
0answers
121 views

Service cloud-management start/status no JDK please set JAVA_HOME

Everything worked well untill i updated the server. The virtualization platform is on ubuntu with KVM. If i wanted to start my cloud-management with service cloud-management status i got an error: ...
0
votes
1answer
259 views

Axis 2 can't see JAVA_HOME on my Mac (soapUI and wsdl2java)

Question : Why can Axis 2 not see where Java home is? Have I set it incorrectly? Summary : I'm attempting to use Axis 2 with soapUI to generate Java objects from a wsdl on my Mac. However, I get the ...
2
votes
3answers
439 views

How to set JAVA_HOME in Mac permanently?

I am trying to set JAVA_HOME by entering export JAVA_HOME=/Library/Java/Home at terminal. It sets the JAVA_HOME for current session. How can I set it permanently?
1
vote
2answers
506 views

Java environment variables set correctly, but java is not finding the jars

Summary Java environment variables correctly set, as seen from echo-ing them. However, jars are only seen when explicitly included with javac command. Details This is not specifically related to ...
0
votes
1answer
126 views

export JAVA_HOME with spaces in Cygwin

I'm trying to set my JAVA_HOME in Cygwin with this command: export JAVA_HOME="/cygdrive/c/Program Files/Java/jdk1.7.0_10" But when I do cd $JAVA_HOME, I'd get this error: $ cd $JAVA_HOME -bash: ...
0
votes
2answers
65 views

Why this version of java?

On my Red Hat server, java -version outputs; $ java -version java version "1.6.0_27" Java(TM) SE Runtime Environment (build 1.6.0_27-b07) Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed ...
0
votes
2answers
185 views

JAVA_HOME error in Titanium Studio on Linux Mint

I will try and keep this as concise as possible since I need to get this figured out quickly. Back when I setup Titanium Studio 2.1.1.201207271312 on Linux Mint 13 64-bit system, I had all kinds of ...
0
votes
2answers
1k views

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 and straightforward (easy!). However, when I try to run ...
0
votes
1answer
245 views

How to properly set JAVA_HOME in /etc/environment

I am trying to add JAVA_HOME system-wide and also add JAVA_HOME/bin to PATH (Ubuntu 12.04). If I add the following 2 lines at the end of /etc/environment, I cannot login anymore afterwards. If I add ...
-1
votes
2answers
489 views

How to fix JAVA_HOME not set on Ubuntu when hadoop-env.sh is already set?

I already set the hadoop-env.sh to : # export JAVA_HOME=/usr/lib/jvm/java-6-sun but still have the same error when I start the hadoop : Warning: $HADOOP_HOME is deprecated. starting namenode, ...
1
vote
1answer
158 views

JAVA_HOME not setting for RJB

I am installing RJB by ruby gem on UBUNTU 11.* I added the export JAVA_HOME=/usr/lib/jvm/java-6-... export PATH=$PATH:$JAVA_HOME/bin to the .bashrc file at home directory. But still it throws the err ...
0
votes
1answer
1k views

JAVA_HOME is not defined correctly

I'm very new to Ubuntu, so I would appreciate some help. I am installing Apache ActiveMQ, and for this I need maven to be installed. First I installed jdk and jre java packages, and edited ...
0
votes
2answers
172 views

Correctly setting JAVA_HOME path to copy file and save locally in XP

This might be a simple problem, but I'm trying to set my java_home environmental variable to my JDK directory, so I can run a command in the command prompt to copy a WSDL file and save it locally. I ...
1
vote
0answers
38 views

Trying to set JAVA_HOME for a ControlTier Installation on a VirtualBOX install of Solaris 10 (AMD) gets me a: JAVA_HOME not set or set incorrectly

I have googled like a crazed idiot and am slowly losing my will to live here :) The problem is, that I need to set up ControlTier and for that I need an installation of JRE and JDK (version 6u26 and ...
0
votes
0answers
41 views

scan for TOMCAT distributions and obtain the used JAVA version [closed]

do you know other possibilities of changing the used JAVA version of TOMCAT instead of changing the global environment variable JAVA_HOME ? I want to scan all computers in a network for TOMCAT ...
1
vote
4answers
186 views

java_home not being set properly

I have 2 Java installed on my machine. 1.5 and 1.6. For the project, I need 1.5. I have set all of my path variables to appropriate i.e. echo %JAVA_HOME% <PATH_TO_1.5_JDK> which is what i ...
0
votes
1answer
41 views

setting java_home weird error

I have an ubuntu machine.. In my ~/.bashrc I have set java_home as export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java export PATH=$JAVA_HOME/bin:$PATH but still when i do $which java I get ...
1
vote
2answers
420 views

Unexpected maven directories

I've just downloaded Maven 3.0.4. My variables are: M2_HOME C:\Program Files (x86)\apache-maven-3.0.4 JAVA_HOME C:\Program Files\Java\jdk1.6.0_35 and my PATH C:\Program Files\Common ...
1
vote
2answers
451 views

What do I set as JAVA_HOME?

I just installed Ubuntu desktop 12.04 and installled Java 6 JDK via: sudo apt-get install openjdk-6-jre When I issue a `java -version command, I get: OpenJDK Runtime Environment (IcedTea6 ...
1
vote
2answers
253 views

Unable to set JAVA_HOME in ssh session (on root user)

I want a ssh session with root account and env variable JAVA_HOME. I have export JAVA_HOME in /etc/bash.bashrc. When running command, ssh -t root@localhost "source /etc/bash.bashrc; echo ...
1
vote
1answer
2k views

Which of these is my JDK path, and which is JAVA_HOME?

I just installed Linux Mint and am trying to configure SpringSource Tool Suite which requires you to direct it to the system "JDK path". Although I haven't explicitly downloaded/installed Java on this ...
3
votes
1answer
666 views

What is the correct path for JAVA_HOME on a Linux system that uses alternatives?

Determining the correct path for JAVA_HOME is a bit complex on an Ubuntu system because it uses alternatives. On my machine this is how alternatives creates at least two levels of indirection before ...
3
votes
1answer
514 views

How Jenkins internally set JAVA_HOME on Mac?

I have interesting issue. Using Jenkins build master on Linux, and having one Mac Mountain Lion node (the thing described here works fine on Linuxes and Windows, but having problem only on this Mac ...
2
votes
2answers
509 views

JAVA_HOME on win 2008 server points to different places from different calles

my problem is with JAVA_HOME variable. When i echo it inside cmd, it points to jdk as it should, when i echo it from powershell, it points to jre7 and when i echo it with php script from web it points ...
0
votes
0answers
130 views

How to pass JAVA_HOME to Tomcat via WSO2

I have WSO2 Apps Server running as a Service on Windows 7. JAVA_HOME is set to C:\Program Files\Java\jdk1.7.0_05 I can access the admin screens at https://localhost:9443 and that's all running ...
0
votes
0answers
183 views

Can't save PATH or JAVA_HOME variables, Oracle Linux 6

I am on Oracle Linux 6 and I am trying to add the path: "/root/jrockit-jdk1.6.0_33-R28.2.4-4.1.0" to the PATH and JAVA_HOME variables. SO I login as root and I try: export ...
0
votes
1answer
705 views

JAVA_HOME not found as Sudo

I have a bash script on a Linux box that runs a Jar file. When logged in as a regular user I don't have permission to run the script, but it prints the following log: *INFO * Using JVM found at ...
1
vote
1answer
588 views

I am trying to find the JAVA_HOME path

I ran echo %JAVA_HOME% to find my path. I know it is the wrong path but I am not sure how to fix it. Any help would be appreciated. C:\Users\Cynthia>echo %JAVA_HOME% C:\Program ...
1
vote
1answer
444 views

JAVA_HOME issue with logging class

I get the following error even when my JAVA_HOME is set correctly. C:\workspace-sts-2.8.0.RELEASE\JBClient\target>echo %JAVA_HOME% C:\jdk1.6.0_31 I am not doing any logging I just have the ...
-1
votes
1answer
374 views

Setting JAVA_HOME for portable eclipse

I am running Windows XP. I have a portable eclipse installed on a usb and when I tried installing the Android SDK it said "Java SE Development kit (JDK) not found" and told me to set the JAVA_HOME ...
0
votes
1answer
286 views

Issues with IzPack Install on Ubuntu 12.04

I just installed Ubuntu 12.04 on my computer and am trying to get IzPack working correctly to no avail. I've installed IzPack just fine, but setting the JAVA_HOME environment variable is causing ...
6
votes
1answer
8k views

Difference between JAVA_HOME and JRE_HOME

I have a script that starts Tomcat and it looks like this: rem set JRE_HOME=C:\Program Files\Java\jdk1.7.0_03 set JRE_HOME=C:\Program Files\Java\jre7\ set ...
0
votes
3answers
3k views

“Error: JAVA_HOME is not defined correctly.” in building Jikes rvm

When I built the Jikes RVM on Unbuntu, I got this error. Any idea? bin/buildit localhost production ---> Config: production /bin/bash --login -c '/bin/bash --login -c " cd ...
1
vote
1answer
1k views

Hadoop: JAVA_HOME is not set

Like everyone else in the world, I'm following this hadoop tutorial. I get to the point where I format HDFS, and I get this: user@linux01:~$ sudo $HADOOP_INSTALL/bin/hadoop namenode -format Error: ...
-1
votes
2answers
329 views

getting the error even after setting JAVA_HOME property

This is the error that i get when i try to run the application based upon google app engine through netbeans. But i have set the JAVA_HOME variable :(see the pic) BUILD FAILED ...
2
votes
4answers
629 views

JAVA_HOME and java -version

I'm using a Windows .bat script and I set JAVA_HOME as C:/Program Files/Java/jdk1.6.0_32 when I do a java -version, it still shows the 1.3 How can I fix this? What am I doing wrong?
0
votes
2answers
1k views

What is the good way of setting JAVA_HOME system wide in Linux? /etc/profile or /etc/profile.d/custom.sh?

There doesn't seem to be an official answer as to where to set your system wide JAVA_HOME in Linux, at least I haven't found one (looked on Oracle website and some google fu). Many forums and ...
1
vote
2answers
1k views

Error when trying to set the $JAVA_HOME - Error : JAVA_HOME is not set

I have Linux CentOS release 5.5 and i'm trying to install sun-java6-jdk. I've noticed that if i execute the following command, i have: java -version java version "1.6.0_21" Java(TM) SE Runtime ...
2
votes
3answers
269 views

Can't deploy to Heroku the app with RJB gem

I've set the JAVA_HOME variable heroku config:add JAVA_HOME=/usr/lib/jvm/java-6-openjdk checked that heroku config shows this variable with value, then pushed: git push heroku master and still ...
-1
votes
4answers
6k views

JAVA_HOME incorrectly set. How to reset it?

When I try to run mvn (Apache Maven, that is), I keep getting error "JAVA_HOME" not set. I follow the instructions to set the JAVA_HOME variable as follow; In the terminal: user@localhost$export ...
2
votes
6answers
4k views

JAVA_HOME not setting

While working on Hadoop Implementation in Pseudo-Distributed Operation, I found following exception of JAVA_HOME variable not setting, but When I tried to echo it, it was set. Variable is preset in ...
10
votes
5answers
11k views

“Unable to locate tools.jar” when running ant

When running ant, I get the following message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib\tools.jar I have JAVA_HOME set to C:\Program Files\Java\jdk1.7.0_02, ...
3
votes
0answers
893 views

JAVA_HOME variable is not recognized in Win 7 Pro 32 bit

I have set JAVA_HOME system variable to C:\Program Files\Java\jdk1.6.0_30 and added %JAVA_HOME%\bin to Path variable. When I check list of variables using new session of cmd I cannot see JAVA_HOME ...
0
votes
7answers
16k views

Tomcat is not running even though JAVA_HOME path is correct

When I am trying to run tomcat using startup.bat I get the following error, The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: ...

1 2