View Single Post
  #1 (permalink)  
Old 05-30-2008, 10:24 PM
techissue2008 techissue2008 is offline
Member
 
Join Date: May 2008
Posts: 3
techissue2008 is on a distinguished road
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
Reply With Quote
Sponsored Links