How to setup interactive books using Java #156
-
I would like to use interactive executable Java examples in my interactive books/presentations. Can you give me some tips on how to do this? I've searched the documentation and there are even examples for C and Prolog, but I'm not clear on how to integrate interactive Java examples. Thx! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Carsten, |
Beta Was this translation helpful? Give feedback.
-
If you need some special libraries, they can be added here: https://github.com/LiaScript/CodeRunner/blob/3382620c7d60e169758062cbc0146f07b63ed95c/Dockerfile#L30 You can either create a pull-request with your libraries, or simply tell us what you would like to add ;-) |
Beta Was this translation helpful? Give feedback.
Hi Carsten,
take a view on LiaLiveExample. I built a 'HelloWorld' example for Java.
Best wishes.
Sebastian