@pennstate1999 wrote:
Below is as basic as you can get. It wont run in MyEclipse. What setting am I missing? This will run on a command line. Please help
public class MyApp {
public static void main(String[] args){
System.out.println("hello world");
} // main
You’re on the forums of MyEclipse and the functionality you want help on isnt provided by us. Please post further queries to Eclipse forums – http://www.eclipse.org
What you need to do is create a runtime profile specifing MyApp as the main class and the java application should run.