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 u
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 sepa
Hello
I installed java (j2sdk1.4.0) in Windows.
In general I work in LInux and I developped an application in JAVA and
ANTLR.
I installed CYGWIN and I want to complie my JAVA application in
WINDOWS, i uses make for manage compilation.
I set my PATH variable for JAVA access and this work fi
3 matches
Mail list logo