java - Cannot add a project to a tomcat server in eclipse -
i cannot add project server in eclipse - why that?
i installed necessary tools (web dev, java ee, server adapters, tomcat itself, everything)
i configured runtime environments, adjusted java versions jdk 6 (because should run on tomcat 6) still left side of dialogue add recources empty when creating new server.
what else try?
ps: using juno on w7 prof.
you didn't create project "dynamic web project", eclipse doesn't recognize web project. create new "dynamic web project" or go properties -> projects facets , check dynamic web module
Comments
Post a Comment