Question

I'm trying to get jar file using JDeveloper from EJB project, but every time I want to run, deploy or debug I catch imports exceptions. Like this:

cannot find class HttpServletRequest
cannot find class HttpServletResponse
package javax.ejb does not exist

and etc. After organize imports nothing is changed. What should I do?

Was it helpful?

Solution

Make sure that the JAR that you added is marked to be included in deploy. If you add this as a library there is a check box at the library level to say include in deployment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top