Tagged Questions

8
votes
8answers
13k 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 ...
7
votes
5answers
201 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, ...
5
votes
6answers
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
352 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
14k 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
201 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
307 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
3answers
74 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, ...
1
vote
4answers
268 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
420 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
92 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
91 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 ...
0
votes
3answers
150 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
41 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
5answers
372 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
1answer
484 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
1answer
711 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
2answers
643 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 ...