Eclipse - Make dynamic web application include other projects in workspace -


i'd exported .war file include other (referenced) projects in workspace.

when reference them in build path only, shows no "problems", classnotfoundexception thrown later, when try "run on server" or export.

using eclipse kepler, tomcat 7.0.42.

i've seen solution here: not able configure run path web application project in eclipse workspace; that's how works now. there more convenient way?

are running tomcat within eclipse? try this:

  1. run -> run configurations... (or debug configurations...).
  2. find tomcat v7.0 server @ localhost (or whatever it's named you) under apache tomcat on left-hand side.
  3. go classpath tab on right.
  4. select user entries , click add projects....
  5. select projects wish include.

that should place project on tomcat's classpath.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -