Skip to content
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

Libraries to compile and run ModelServerWithStore.java #2

Open
mh-github opened this issue Dec 15, 2017 · 0 comments
Open

Libraries to compile and run ModelServerWithStore.java #2

mh-github opened this issue Dec 15, 2017 · 0 comments

Comments

@mh-github
Copy link

What are all the libraries required to compile and build ModelServerWithStore.java?

javac on this class gave 37 errors:

...................................
...................................
symbol: class KafkaStreams
location: class ModelServerWithStore
src/main/java/com/lightbend/modelserver/withstore/ModelServerWithStore.java:78: error: cannot find symbol
final QueriesRestService restService = new QueriesRestService(streams);
^
symbol: class QueriesRestService
location: class ModelServerWithStore
src/main/java/com/lightbend/modelserver/withstore/ModelServerWithStore.java:78: error: cannot find symbol
final QueriesRestService restService = new QueriesRestService(streams);
^
symbol: class QueriesRestService
location: class ModelServerWithStore
37 errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant