I am having problems starting a project in Eclipse 4.2. I have a single class Java program called Conversion. Eclipse is building a great project. I can run the program from the command line by going to the / bin / folder in the project folder, which is located in the workspace, and typing java Conversion .
However, when I try to run the program from Eclipse, the console displays Error: Could not find or load main class Conversion .
Project name 10.12.12: Project .
source share