-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virgin sample project doesn't build #866
Comments
Probably a searate issue, it appears that some ad-hoc parsing of java version is going awry. G:\share\projects\tyrus\echo-service>javac -version G:\share\projects\tyrus\echo-service>mvn clear package G:\share\projects\tyrus\echo-service> |
That's a typo: |
Same result with mvn clean package |
Sorry, but no. With |
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.
The text was updated successfully, but these errors were encountered: