Re: (Aucun objet)

2003-04-01 Thread Alan Thompson
Hi Jean-Luis, I also do a lot of java work on Cygwin. In addition to the answer Randall gave you, I would also encourage you to use the -classpath argument to the javac and java commands, rather than using the CLASSPATH environment variable. This provides a more solid control the classpath

Re: (Aucun objet)

2003-03-31 Thread Randall R Schulz
Jean-Luis, Even though you're using CYGWIN, which provides a very Unix-like environment and inside of which the PATH has a Unix-like syntax, the Sun Java compiler is a Windows application and it expects CLASSPATH to be formatted according to the Windows convention. The path components are