Home > Enterprise >  How to set up run configuration on eclipse?
How to set up run configuration on eclipse?

Time:07-06

I'm starting out learning how to code in Java and I'm trying to get the classic "Hello World" to run. All tutorials I have seen online haven't shown how to set up the run configuration to do this or maybe I'm just missing something very simple. Thanks in advance for helping! Here the code I have so far:

    public static void main(String args)
    {
        System.out.print("Hello World");
    }
}


CodePudding user response:

I think if you do the steps here again, your problem will be solved. Maybe you missed one of the steps: https://www.codejava.net/ides/eclipse/how-to-create-build-and-run-a-java-hello-world-program-with-eclipse

CodePudding user response:

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

[enter image description here][9]

  • Related