Skip to content
Snippets Groups Projects
Commit 606bab37 authored by Bc. Ondřej Novák's avatar Bc. Ondřej Novák
Browse files

Add script to launch Robocode

parent 0d0c1311
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Copyright (c) 2001-2017 Mathew A. Nelson and Robocode contributors
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://robocode.sourceforge.net/license/epl-v10.html
#
wd=`pwd`
cd "${0%/*}/resources/robocode"
pwd
java -Xss515m -DNOSECURITY=true -Xmx512M -cp libs/robocode.jar -XX:+IgnoreUnrecognizedVMOptions "--add-opens=java.base/sun.net.www.protocol.jar=ALL-UNNAMED" "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED" "--add-opens=java.desktop/sun.awt=ALL-UNNAMED" robocode.Robocode $*
cd "${wd}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment