java - Trouble importing project Eclipse -
i have java project trying load eclipse.
i given war file. unzipped war file , see there 4 folders
.settings build resources src - contains java source code appears webconent .classpath .project
how load project eclipse? see many options import not sure method should do. appreciated.
the .project file 1 can use import in eclipse. if project has pom.xml file (a maven project) can import "existing maven project"
for eclipse's .project file import - go import -> general -> existing projects workspace , select .project file
Comments
Post a Comment