[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] java question



Hi Jeff,

You can't have spaces in there and quoting doesn't work, so you will need to use the short, "8.3 formatted" (dir /x) path to java.exe:

JAVA = C:\Progra~1\Java\jdk1.6.0_21\bin\java.exe

You will also want to check your classpath separator is a semicolon:

JAVA_CLASSPATH_SEPARATOR = ;

That should get you a working java universe.

- Rob

On 8/1/2012 6:44 PM, Tkacheff CIV Jeffrey C wrote:
Sirs;

Just downloaded condor 7.8.1 and installed it on our cluster running
windows 7. The main application that we will be running thru condor
is a java application. But I am having a problem getting condor to
recognize that the machines have Java enabled. Using condor_status
-java returns nothing. In section 3.13 of the manuals, I see where
you setup the java stuff and followed the instructions. The exact
directory path to the java.exe is c:\Program
Files\Java\jdk1.6.0_21\bin. Should the JAVA variable in the
condor_config be set to JAVA = c:\Program Files\Java\jdk1.6.0_21\bin
or JAVA = c:\Program Files\Java\jdk1.6.0_21 or JAVA = c:\Program
Files\Java\jdk1.6.0_21\bin\java? Because there are spaces in the
directory path is that a problem? Do I need to surround the path in
double quotes? Single quotes? Is there any other variables I am
missing or should be setting?

I know that I have a good install of java because I can run the java
application directly on the machines.

Thx jeff



_______________________________________________ Condor-users mailing
list To unsubscribe, send a message to
condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can
also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/