Could someone tell me how to import my Java program code to eclipse? Because im kinda confused with trying to import it. I generally use Dr. Java but I want to start using eclipse as i feel its more professional and i like the “feel” of it? So could someone explain to me how to go about doing this?
If you need anything just ask 😀
In order to import your code into Eclipse:
You will be prompted for the following:
This will create your project.
Next import the source:
This will copy the code from your original location (/project) into your Eclipse project (located in your workspace)