I've been trying to install robocode, and I thought everything was going smoothly but when I try and open the installed Robocode it blinks black and shuts down quickly. The wiki has been down so every guide I've found leads to a dead end. I'm on windows 10 and I have Java JDK 12.0.2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Reid,
I just tried to run Robocode on windows 10 with Oracle Java SDK 12.0.1
similar to yours. On my system Robocode run without any problem.
Did you set up JAVA_HOME to point to the JDK home (e.g. C:\Program
Files\Java\jdk-12.0.2), and PATH to include %JAVA_HOME%\bin.
When you write 'java -version' in a command prompt, it should tell you that
you run on Java 12, and when you write 'javac -version' it should also give
you the correct version.
I've been trying to install robocode, and I thought everything was going
smoothly but when I try and open the installed Robocode it blinks black and
shuts down quickly. The wiki has been down so every guide I've found leads
to a dead end. I'm on windows 10 and I have Java JDK 12.0.2
Hello,
I've been trying to install robocode, and I thought everything was going smoothly but when I try and open the installed Robocode it blinks black and shuts down quickly. The wiki has been down so every guide I've found leads to a dead end. I'm on windows 10 and I have Java JDK 12.0.2
Hi Reid,
I just tried to run Robocode on windows 10 with Oracle Java SDK 12.0.1
similar to yours. On my system Robocode run without any problem.
Did you set up JAVA_HOME to point to the JDK home (e.g. C:\Program
Files\Java\jdk-12.0.2), and PATH to include %JAVA_HOME%\bin.
When you write 'java -version' in a command prompt, it should tell you that
you run on Java 12, and when you write 'javac -version' it should also give
you the correct version.
It any error write out anywhere?
Best regards,
Den fre. 1. nov. 2019 kl. 02.49 skrev Reid Noyb juneside@users.sourceforge.net: