I had started working on Eclipse IDe 3.6. I had written a normal java program and when I tried running it(right click/run), am unable to find the ‘run as java application‘ option. What am I missing here(Setting up the run configuration ?). Please help !!
Share
You can try and add a new run configuration: Run -> Run Configurations … -> Select “Java Appliction” and click “New”.
Alternatively use the shortcut: place the cursor in the class, then press
Alt + Shift + Xto open up a context menu, then pressJ.