jonny Alva wrote:I didn't want to use the command line because if you make at least 1 mistake in the code while doing it in the command line.
Not to take the thread off track from the OP's question, but I encourage you to rethink your logic. That's like arguing I should use a calculator when learning how to add and subtract, because if I make one mistake with pen and paper my answer is wrong.
As Sheriff Campbell said near the beginning of this thread, if you are just starting out, I encourage you to turn off the
IDE and instead learn how to write code using a simple text editor with the native javac and java command line compiler and application. While an IDE might appear to make your life easier, it can make you reliant on it if you don't know the basics. But, don't just take this simple Ranch Hand's word for it. You can read similar opinions from most of the
Sheriffs and Bartenders in this thread.