score:1

Accepted answer

create a new project in eclipse:

file > new > java project

this will create a project with a src folder. then copy and paste the java files into this directory via the file system. if the .java files are packaged you may need to create packages within the src folder.

click the src folder > file > new > package

Related Query

More Query from same tag