|
How to import java project to Eclipse?
I just got a java project which has jsp, java, struts and the .settings folder has
org.eclipse.core.resources.prefs
org.eclipse.jdt.ui.prefs
org.eclipse.ltk.core.refactoring.prefs
org.eclipse.wst.validation.prefs
.Project file has <name>org.eclipse.jdt.core.javabuilder</name>
<nature>org.eclipse.jdt.core.javanature</nature>
The jsp and java files are under src folder.
Since it is my first time to use eclipse platform, I do not know where should I put all those source files?
Is it a dynamic web application to have those *.prefs in .settings folder?
Thanks for help
|