eclipse-ee4j / eclipse-ee4j/tyrus
Virgin sample project doesn't build
Open
- Dominant language
- Java
- Stars
- 128
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
I followed instructions to construct the "echo service" sample project and imported it into
eclipse. It doesn't quite build due to a missing dependency.
Description Resource Path Location Type
ClientManager cannot be resolved EchoTest.java /echo-service/src/test/java/com/example line 36 Java Problem
ClientManager cannot be resolved to a type EchoTest.java /echo-service/src/test/java/com/example line 36 Java Problem
The type org.glassfish.tyrus.client.ClientManager is not accessible EchoTest.java /echo-service/src/test/java/com/example line 14 Java Problem
I'm using eclipse and java 16 on windows.
Contributor guide
Assessment
This issue has not been assessed yet.