This page contains notes about using various runtime environments in ReCodEx as well as their internal usage inside Isolate sandbox. Only special cases are noted here.
By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository.