Mr Smith
Mr Smith

Reputation: 3486

Project in Eclipse not finding javax.servlet.* with open liberty

I'm trying to run a java project with open liberty, but the servlet API is not being found.

code

What is missing?

Update

Here is some extra info.

Java 1.8
OL 21.0.0.11
myeclipse 2020.9.16
Facets: Dynamic Web Module 3.0
Open Liberty Features
<featureManager>
    <feature>javaee-8.0</feature>
    <feature>restConnector-2.0</feature>
    <feature>monitor-1.0</feature>
    <feature>localConnector-1.0</feature>
</featureManager>

Upvotes: 0

Views: 102

Answers (0)

Related Questions