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! |
Answered by
SebastianZug
Jan 14, 2024
Replies: 2 comments 8 replies
|
Hi Carsten, |
5 replies
Answer selected by
cagix
|
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 ;-) |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Carsten,
take a view on LiaLiveExample. I built a 'HelloWorld' example for Java.
Best wishes.
Sebastian