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

Re: [HTCondor-users] Condor 8.0.3 on Windows: JAVA_CLASSPATH_SEPARATOR bug?



I read that on Unix/Linux/Solaris CLASSPATH are separated by colons(:),
but on Windows CLASSPATH are separated by semicolons(;)

The two lines in the Windows condor_config

JAVA_CLASSPATH_SEPARATOR= ;
JAVA_CLASSPATH_SEPARATOR = :


have the result that JAVA_CLASSPATH_SEPARATOR is set to colons, which is wrong for Windows.....

So, in fact this is a bug!
For now I can fix it, by overriding its value in the condor_config.local, right?

Rob.



----- Original Message -----
From: Stut <spamrefuse@xxxxxxxxx>
To: condor-users <htcondor-users@xxxxxxxxxxx>
Cc: 
Sent: Monday, September 30, 2013 8:28 PM
Subject: Condor 8.0.3 on Windows: JAVA_CLASSPATH_SEPARATOR bug?

Hi,

I have installed the latest stable HTCondor (8.0.3) on a Windows 7 PC.
In C:\condor\condor_config  I have found the following two lines:

JAVA_CLASSPATH_SEPARATOR= ;
JAVA_CLASSPATH_SEPARATOR = :

(it's at line numbers 1782 and 1783).

I suppose this is a bug!?!?! Maybe a harmless bug?

Regards,
Rob.