Tue Oct 21, 2008 8:04 pm
i am new to eclipse jee environment.
I want to create a new project using java and jsp.
please help me to create a new project in eclipse
Tue Oct 21, 2008 8:06 pm
1) Decide where you want everything to go. If you use maven as your
build program, this is decided for you. Java code in src/main/java,
resources in src/main/resources, other web application files in
src/main/webapp. Don't forget your WEB-INF file. This is mandated by the
J2EE and JavaEE specs. Go to java.sun.com.
2) Use Eclipse's New facility to create a project, then folders, then
classes, interfaces, and enums.
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.