A few questions
Submitted by Monday, 17 May, 2010 - 08:39
on
I'm experimenting with jEdit and I downloaded the console plug-in so I don't have to open a command window. I can successfully compile and run my programs from the menu options on top but I also tried typing in the commands at the prompt but they fail.
To compile my program I've been typing: javac Experiment.java
To run my program I've been typing: java Experiment
But Jedit complains and has an exit code of 2
What's the deal?
To compile my program I've been typing: javac Experiment.java
To run my program I've been typing: java Experiment
But Jedit complains and has an exit code of 2
What's the deal?