Workshops of doom.
February 16, 2005, 10:53 am3 Responses to “Workshops of doom.”
Kev wrote on March 1, 2005
That isn’t the case for our undergraduates though, they use javac from the very start. I think this is preferable, personally; hiding internals from programmers with an IDE isn’t a good way to learn. You need to understand the basics before you can effectively use tools to make life easy for yourself.
machekku wrote on March 2, 2005
Personally, I don’t think that knowing ‘javac sth.java’ (or it was another command?) would help me much to learn Java ![]()
Pressing F5 is as “magical” as typing ‘javac sth.java’, but at least you don’t have to leave the editor to do this, and you don’t have to search for the line containing the error ![]()
Care to comment?

I had 4-month Java course, and I learned how to compile a program at the last week. Why? I because I used IDE to develop the project. At the very end, I just asked someone how to use javac (or something like this).