126127128129130131132
if (!robocodeJar.exists()) { throw new RuntimeException("robocode.jar not found. robocode.home: " + robocodeHome); } // Now create the robocode engine. engine = new RobocodeEngine(new File(robocodeHome)); }