Error messages when using "wiki." #37
-
Hi, I tried to use jwiki by adding the dependencies to my maven project and then importing these: However when I use lines from the given examples, I get error messages. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just realized what I was missing: |
Beta Was this translation helpful? Give feedback.
I just realized what I was missing:
Wiki wiki = new Wiki.Builder()
.build();
Now it's working.