Search code examples
eclipseeclipse-juno

Unable to find Deployment assembly Eclipse Juno


I am trying to set up "Web Deployment Assembly in project properties".

I want to add "jtds-1.3.0.jar" to the project. But I cannot find "Deployment Assembly" option under properties of the project.

Please suggest me how to do that.


Solution

  • That means that either:

    • Your Eclipse distribution doesn't contain WTP (which Eclipse distribution did you download? make sure you downloaded a distribution that includes WTP, such as "Eclipse for JavaEE developers").
    • Your project isn't defined as a Dynamic Web Project. Check the Project Facets; if you don't see "Dynamic Web Module" there, then that would explain your problem. You will most likely have to recreate your project.