@REM @REM (c) https://github.com/MontiCore/monticore @REM @REM The license generally applicable for this project @REM can be found under https://github.com/MontiCore/monticore. @REM
@echo off call config.bat echo Starting RMIModelServer on port %PORT% with Autopilot folder: %AUTOPILOT_FOLDER% java "-Djava.rmi.server.codebase=file:rmi-model-server.jar" "-Djava.rmi.server.useLocalHostname" -cp rmi-model-server.jar rwth.rmi.model.server.RMIServer %PORT% %AUTOPILOT_FOLDER% os=windows no_time %* pause