Newbie ? on Console Compile
Submitted by Friday, 2 June, 2006 - 14:48
on
I am new to JEdit. I am using the latest version of JEdit-jEdit 4.3pre4. When I use the console to compile my source code, I see the following in the system window:
javac -classpath "$CLASSPATH;C:\jdk50Study\src\access" -sourcepath "C:\jdk50Study\src\access" -g -deprecation -encoding Cp1252 "C:\jdk50Study\src\access\Mini.java"
However, when the JDK runs the command, I see the follwoing error:
java.lang.RuntimeException: Unrecognized command: javac -classpath <.... I left this long list out>
Can anyone shed some light on this issue for me. I really need to get JEdit working.......
Thank you for any words of advice.
Russ