Console Plugin on Windows
Submitted by Thursday, 12 August, 2004 - 01:26
on
Does anyone else have problems with the way javac command works under windoze? When I choose the javac option from the menu the default value for the classpath variable is:
$CLASSPATH;C:\your\current\working\directory
Now this is wrong and gives me an illegal argument exception from javac. However if you switch $CLASSPATH to a proper windows system variable notation %CLASSPATH% all is well.
This is a really anoying me, and I could not get rid of despide installing new version of jedit, and the new version of console plugin. Unfortunately I don't know anyone else who has the same issue.
Could it be caused by my Cygwin install which probably hass an env variable $CLASSPATH defined?
$CLASSPATH;C:\your\current\working\directory
Now this is wrong and gives me an illegal argument exception from javac. However if you switch $CLASSPATH to a proper windows system variable notation %CLASSPATH% all is well.
This is a really anoying me, and I could not get rid of despide installing new version of jedit, and the new version of console plugin. Unfortunately I don't know anyone else who has the same issue.
Could it be caused by my Cygwin install which probably hass an env variable $CLASSPATH defined?