Alan Chandler wrote:
org.eclipse.wst.internet.webbrowser,
org.apache.forrest.eclipse.servletEngine
src/org/apache/forrest/eclipse/job/ForrestRunner.java
Can't resolve the following import statelments
import org.apache.forrest.eclipse.servletEngine.Jetty;
import org.apache.forrest.eclipse.servletEngine.Server;
import org.eclipse.wst.internet.webbrowser.internal.Trace;
import org.eclipse.wst.internet.webbrowser.internal.WebBrowserUIPlugin;
I actually set up wtp all in one package (includes eclipse and wtp all
together), and all the other prerequisits mentioned seem also to be
installed. So what am I missing?
What version of Eclipse and wtp are you using ? Try running eclipse
with the -clean option and see if that helps.
Anil