OASIS-learn-study / minecraft-storeys-maker

Minecraft extension to make your own stories in, with and for Minecraft - it's like being a movie director!
https://www.learn.study
GNU Affero General Public License v3.0
15 stars 10 forks source link

Isolate ClassLoader #378

Open vorburger opened 2 years ago

vorburger commented 2 years ago

Scripts (BOTH the JS and the Java) should be loaded through an "isolated" ClassLoader.

This is (also, but not only) required for #58.

vorburger commented 2 years ago

https://stackoverflow.com/questions/1399505/sandboxing-jsr-223