I sincerely hope the answer to my question will be no.
I just wanted to quickly test a hypothesis on a simple java program (4 lines). I already tested that with C++ in Visual Studio where the experiment took 5 minutes.
Eclipse is different. First, I was unable to find where did it save my project - unlike NetBeans or Visual Studio, it doesn't provide Open in file browser
option.
Afterwards I had to google up "create jar file eclipse" since Project -> build
does not seem to produce a jar file, or anything else for that matter. The article I found is correct and works. But it has 10 steps and actually doing the thing takes long time because you have to specify the main class every time.
Is that normal? I make simple test programs quite often, this is definitely gonna slow me down a lot.
To clarify the question: How to quickly create a project and produce a jar file in Eclipse? (time limit 180 seconds)