DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40583>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40583





------- Additional Comments From [EMAIL PROTECTED]  2006-10-06 07:07 -------
I think your last trial failed because you used : as path separator.

Even though you are in cygwin, the java.exe is the windows version. It 
expects ; as path separator.

To make CLASSPATH work on my cygwin installation, I have to use this style:
$ export CLASSPATH="c:/library_home/bopiler.jar;c:/library_home/junit/junit4/ju
nit-4.1.jar"

Either with forward or backward slashes.

Using it without quotes fails;
using : in stead of ; fails
using /cygdrive/c/... fails.

But, 
Cygwin has a tool called cygpath, that translates your UNIX-style classpath to 
windows path. See link:
<http://www.ics.uci.edu/~ics185/projects/project0/faq1.html>

Regards, Jan

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to