You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: