Skip to content

Runs in eclipse, but not a compiled jar #60

Answered by Charles92011
Charles92011 asked this question in Q&A
Discussion options

You must be logged in to vote

This turned out to be a misconfigured pom.xml

<dependency>
  <groupId>javax.websocket</groupId>
  <artifactId>javax.websocket-api</artifactId>
  <version>1.0</version>
  <!--<scope>provided</scope>-->
</dependency>

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Charles92011
Comment options

You must be logged in to vote
2 replies
@Charles92011
Comment options

@kinsleykajiva
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants