My application uses an educational UI framework (Arena) that requires a custom classloader. Normally, I would create a script that runs java -Djava.system.class.loader=...
but on Windows this will fail unless java
is in the user's PATH.
What is the best way to make my application (with its custom classloader) standalone and runnable without needing to configure PATH?