Skip to content

Libraries to compile and run ModelServerWithStore.java #2

@mh-github

Description

@mh-github

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions