scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

REPL: Fix issue where startup script would not be executed #601

Closed skalarproduktraum closed 1 year ago

skalarproduktraum commented 1 year ago

This PR fixes an issue where the REPL's startup code would not be executed when the REPL is first shown. It also removes the dependency on the Nashorn-based JavaScript interpreter, as it's not used in scenery anymore, and deprecated in OpenJDK.