Newbie on eclipse, I have a naive questions.
I have found nowhere in Eclipse to execute the equivalent command line "javac". If I understand well, "run" from the menu of Eclipse processes as javac + java. So my question is: Under Eclipse, how can we compile a .java with "javac" only ? Thanks.
For information, I notice this similar post How to run Javac from Eclipse does not answer my question. Mine is to "compile a .java file without running anything"