How to compile.
Submitted by Wednesday, 25 October, 2006 - 01:38
on
Hi,I'm using Ubuntu. I installed jEdit and also the Console Plugin, however, when I try Plugins -> Console -> Javac
I'm getting this:
This shell runs operating system processes.
Press TAB with an empty command line to list built-in commands.
Run built-in with --help argument to get a brief usage message.
Run %help to view Console plugin online help.
Errors generated by compilers and some other programs are listed
for easy one-click access in the 'Plugins->Error List->Error List'
window.
/home/morgue> javac -classpath "$CLASSPATH:/home/morgue/workspace/Week 5 - GUI" -sourcepath "/home/morgue/workspace/Week 5 - GUI" -encoding UTF-8 "/home/morgue/workspace/Week 5 - GUI/NumberGuess2.java"
Process javac exited with code 127
/bin/bash: javac: command not found
/home/morgue>
What should I do?
I'm getting this:
This shell runs operating system processes.
Press TAB with an empty command line to list built-in commands.
Run built-in with --help argument to get a brief usage message.
Run %help to view Console plugin online help.
Errors generated by compilers and some other programs are listed
for easy one-click access in the 'Plugins->Error List->Error List'
window.
/home/morgue> javac -classpath "$CLASSPATH:/home/morgue/workspace/Week 5 - GUI" -sourcepath "/home/morgue/workspace/Week 5 - GUI" -encoding UTF-8 "/home/morgue/workspace/Week 5 - GUI/NumberGuess2.java"
Process javac exited with code 127
/bin/bash: javac: command not found
/home/morgue>
What should I do?