StandardServletContainer for Runtime Target in Eclipse
Posted
by chrsk
on Stack Overflow
See other posts from Stack Overflow
or by chrsk
Published on 2010-04-23T12:00:20Z
Indexed on
2010/04/23
12:03 UTC
Read the original article
Hit count: 424
For a generic project its possible to add a JRE_CONTAINER
to classpath, is something like this possible for the Web Container?
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
© Stack Overflow or respective owner