I'm in an application development class learning the very basics of java. I've been using TextMate for my coding purposes, but now my simple apps need to be able to request input in a command line form and then return results based on it.
I can compile and run, but it won't request that info and then keep running.
Somebody said that I need to just run it through the command line and I was hoping to do that, but I'm not really sure how. I also compile quite often and it would be nice to have a shortcut key to do it
Is there some other editor that has this functionality? I don't mind Eclipse/NetBeans/XCode but they seem like overkill for the stuff I'm doing.
Thanks in advance
I can compile and run, but it won't request that info and then keep running.
Somebody said that I need to just run it through the command line and I was hoping to do that, but I'm not really sure how. I also compile quite often and it would be nice to have a shortcut key to do it
Is there some other editor that has this functionality? I don't mind Eclipse/NetBeans/XCode but they seem like overkill for the stuff I'm doing.
Thanks in advance