javac not found
Submitted by Tuesday, 31 January, 2006 - 18:16
on
I get the error message below from the console when I try to compile a buffer. I can't find a way of telling jEdit where javac is! I'm sure it's very funny if you know where but please help I've wasted hours looking on the forums for advice. Plugins > Console > Commando... Doesn't have a drop down list as descibed in one forum answer I read.
I have jEdit 4.2final and jdk 1.5.0 update 2
I can't believe I can't just tell jEdit where to find javac wherever it may be in my filing system. Help, please!
List->Error List'
window.
C:\Program Files\jEdit 4.2>
C:\Program Files\jEdit 4.2> javac -classpath "$CLASSPATH;C:\Program Files\Java\projects" -sourcepath "C:\Program Files\Java\projects" -nowarn -encoding Cp1252 "C:\Program Files\Java\projects\CalcApplication2.java"
Error while running process: java.lang.Exception: Command not found: javac
C:\Program Files\jEdit 4.2>
I have jEdit 4.2final and jdk 1.5.0 update 2
I can't believe I can't just tell jEdit where to find javac wherever it may be in my filing system. Help, please!
List->Error List'
window.
C:\Program Files\jEdit 4.2>
C:\Program Files\jEdit 4.2> javac -classpath "$CLASSPATH;C:\Program Files\Java\projects" -sourcepath "C:\Program Files\Java\projects" -nowarn -encoding Cp1252 "C:\Program Files\Java\projects\CalcApplication2.java"
Error while running process: java.lang.Exception: Command not found: javac
C:\Program Files\jEdit 4.2>