Import eclipse project as J2EE
Posted
by wuntee
on Stack Overflow
See other posts from Stack Overflow
or by wuntee
Published on 2010-03-24T14:46:50Z
Indexed on
2010/03/24
14:53 UTC
Read the original article
Hit count: 353
I have created a J2EE project using maven and would like to import it as a J2EE project (ie: auto have the libs jars added to the classpath, tomcat jars to classpath, etc). How can I change an existing project to a J2EE project?
© Stack Overflow or respective owner