Tagged Questions
JAVA_HOME is an environment variable which should point to the root directory of the JDK installation.
11
votes
5answers
13k views
Set environment variable in Ubuntu
In Ubuntu, I'd like to switch my JAVA_HOME environment variable back and forth between Java 5 and 6.
I open a terminal and type in the following to set the JAVA_HOME environment variable:
export ...
8
votes
8answers
12k views
What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?
Folks
In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries).
If I download Sun's JDK ...
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, ...
6
votes
7answers
9k views
Why does ANT tell me that JAVA_HOME is wrong when it is not?
I get the error:
C:\dev\ws\springapp\build.xml:81: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set ...
5
votes
5answers
13k views
Ant can't find Javac. No matter what I do it always claims JAVA_HOME is “C:\Program Files\Java\jre6”
...and that's wrong.
Here's the error I get:
BUILD FAILED
C:_TraderPlatform\Clients\Open\Open\Java\Applets\PPDataTransporter\nbproject\build-impl.xml:338: The following error occurred while ...
4
votes
3answers
345 views
How to detect Java is installed via REGEDIT.exe from a batch file?
I am looking for a batch file snippet that somehow reads the Windows registry and detects which Java JDK is on a Windows system and then asks the user which one they want to use and remembers the ...
3
votes
8answers
13k views
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 on Ubuntu. I am using a very simple Helloworld example, and the millions of ...
2
votes
2answers
170 views
Setting JAVA_HOME evironment variable in/for Ruby and RJB in windows
Though there seem to be a bunch of questions and answers related to setting the JAVA_HOME variable in Windows, I am not entirely sure where I am going wrong.
I've followed all sorts of different ...
2
votes
1answer
242 views
Buildr doesn't find JAVA_HOME from Intellij
I have Buildr installed on Ubuntu and it works fine running from command line. I've also installed the Buildr plugin for Intellij IDEA. But I can't run commands such as compile from the IDE. It gives ...
2
votes
1answer
293 views
Where can I configure Ant 1.8's environment variables on an Ubuntu box?
When trying to build with Ant, I'm getting an error that Ant can't find a compiler, and that JAVA_HOME is set to /usr/lib/jvm/java-6-open-jdk/jre. An echo check reveals that JAVA_HOME is set to ...
1
vote
1answer
48 views
configuring jdk1.4 & jdk1.5 on a linux machine
My web application must run on Jboss3.2.3 and jdk1.4.2_19. I have another java application (X) that requires jdk1.5 on the same machine (AMI Linux). So I need to set my JAVA_HOME to 2 java versions
...
1
vote
4answers
192 views
jenkins, specifying JAVA_HOME
I installed openjdk-6-jdk on my ubuntu box using apt-get.
In system info jenkins is telling me Java.Home is /usr/lib/jvm/java-6-openjdk/jre
However when I specify that directory as JAVA_HOME in ...
1
vote
1answer
38 views
How do I configure the java.home in a slave of a hudson server?
I am using a windows box to run the slave for my husdon. But I haven't found any effect way to configure JAVA_HOME and PATH for java on the box.
Does anyone know how I am able to do this?
1
vote
1answer
344 views
ant error JAVA_HOME does not point to SDK
I am trying to install SOLR and running "ant example" The build gets pretty far but then gives an error:
/root/apache-solr-3.2.0/solr/common-build.xml:250: The following error occurred while ...
1
vote
1answer
1k views
set $JAVA_HOME in eclipse but it goes to another path and say can not find java compiler
I add this line to /home/{user}/.bashrc file:
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
but when I want to run an ant file in eclipse got this error:
BUILD FAILED
...
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
410 views
JRuby wrong element type class java.lang.String(array contains char) related to JAVA_HOME
I am on Ubuntu x64 bit running:
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
and
jruby 1.4.0 (ruby ...
1
vote
3answers
1k views
JAVA_HOME points to the wrong place
I seem to have an incorrectly specified JAVA_HOME variable. I can get around it for many things but now I am seem to be stuck. I am trying to use the Google App Engine and upload an application.
When ...
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 ...
1
vote
9answers
3k views
Discover from a batch file where is Java installed?
I want to set the JAVA_HOME variable from a batch script
0
votes
3answers
80 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: ...
0
votes
1answer
30 views
Setting $PATH and $JAVA_HOME from IzPack install.xml
I see that $JAVA_HOME is a built-in variable in IzPack. Can I assign to it in a pre-install script and have the installer use that? Currently I am stuck on a machine that defaults to an open-source ...
0
votes
1answer
38 views
How can i remove an email from an string using a String class>
Which string class is to use when we want to remove an email address from a string.
need help and i am a newbie in java.
thanks
0
votes
1answer
149 views
JAVA_HOME variable
I set my JAVA_HOME variable to point to the jdk and I added %JAVA_HOME%\bin to the Path variable.
However, my ant script is not able to find the jdk. It's looking into the wrong folder for Java ...
0
votes
1answer
272 views
JAVA_HOME not set
i setup a crontab job to run a php script,
php ~/Documents/workspace/tools/src/main/php/testcron.php > mylog
and the log file shows:
JAVA_HOME is not set.
i tried export and saw
...
0
votes
5answers
341 views
Why do we add a semicolon in java PATH variable and not for the JAVA_HOME variable?
I have a very basic question to ask, that why do we need to add a semicolon at the end of PATH variable and why don't we add semicolon in JAVA_HOME variable?
I read lot of books and forums,
To ...
0
votes
3answers
3k views
weird problem with JAVA_HOME and maven dependencies
I have JAVA_HOME variable set to C:\Program Files\Java\jre6\ when I run maven package on the project it tells me that it can't resolve dependency
[ERROR] Failed to execute goal ...
0
votes
1answer
465 views
Trouble installing Rhodes framework
When I run rake run:android, I get the error (I'm using Ubuntu):
Your java bin folder does not appear to be on your path.
This is required to use rhodes.
Here is the relevant part of my ...
0
votes
3answers
479 views
Why System.getProperty(“java.home”) works different for Eclipse 3.4, 3.5, 3.6?
I develop plugins (to be honest I started not so long time ago) and test my plugins on different Eclipses. I have Eclipse 3.4, 3.5, 3.6 installed.
in C:\Program Files\Java there are:
jdk1.5.0_22
...
0
votes
1answer
658 views
Tomcat complaining about botched JAVA_HOME path
I have installed the JDK, to C:\jdk, the JAVA_HOME variable is set to C:\jdk\jdk, and when I echo %JAVA_HOME% I get C:\jdk\jdk. Yet Tomcat complains.
The JAVA_HOME environment variable is not defined ...
0
votes
7answers
50k views
How to set java_home on Windows 7?
I went to the Environment Variables in 'System' in the control panel and made 2 new variables.
one for user variables and one for system variables, both named JAVA_HOME and both pointing to
...
0
votes
2answers
604 views
Installing ant; clearly misunderstanding JAVA_HOME
Hey all,
I am installing ant on a Windows XP machine, and am following the instructions at Apache's manual site. It said to set JAVA_HOME, so I checked, saw there was no environment variable named ...
0
votes
3answers
321 views
linux red hat enterprise linux
I installed jdk1.6.0_16 on enterprise linux 4 and I also set teh JAVA_HOME in my ~/.bash_profile
echo $JAVA_HOME correctly shows the new path of the java file
export ...
0
votes
3answers
568 views
Mismatching JVM versions in deploying web-app between Eclipse and Tomcat
I have a web-app, built and compiled in Eclipse, which I want to deploy to my Tomcat 6 (I want to do it manually) and I get a UnsupportedClassVersionError exception which means the JVM tomcat is ...
0
votes
3answers
2k views
Windows JAVA HOME problems
I'm trying to experiment with OracleHelp for Java on my Windows Vista server. I downloaded Oracle help, and I'm following their installation instructions which states:
Unzip the OHJ installation ...