JayPi4c / RobbiSimulator

Based on the hamster simulator (https://www.java-hamster-modell.de/simulator.html), a Robbi Simulator is created here in the course of the module "Fortgeschrittene Java-Technologien".
MIT License
0 stars 0 forks source link

Fixing ClassLoader Problems #58

Closed JayPi4c closed 1 year ago

JayPi4c commented 1 year ago

In the simulation some problems in the with inner classes could occur because of lazily loaded classes. This is now fixed.