Hi,
I am using Eclipse3.0 and myEclipse3.8 beta.
I got problems when I try to setup J2ee project for our current project in myEclipse.
our code structure is fixed already. like
webmodule
—WEB-INF
—com.web.servlet (servlet files)
—jsps.page (jsp files)
but when I setup J2ee project, in web module, I must define Web Root folder and source folder, actually I want to use current path, I input “/”, but it doesn’t work. so how can I define WebRoot and source folder, if I leave it empty, the wizard won’t go next step.
I got same problem in setup EJB module, because I want to use current path as source path, I cannot use any subfolder like “/src”, because I cannot change our current code structure.
thanks
John