Can someone please walk me through this i am having a really hard time on running and importing .java files i cannot seem to figure it out.
Printable View
Can someone please walk me through this i am having a really hard time on running and importing .java files i cannot seem to figure it out.
I assume you have a group of .java source files with the appropriate directory structure, and you want to put them in a project.
Create a new project; it should default to separate source and output directories, src and bin.
Once the project is created, copy and paste your source directory into the project src folder. Back in Eclipse, in Package Explorer, right click and refresh. All your files should appear and be compiled.