Tagged Questions

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 ...
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
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
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
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 ...