Anyway, I have read ALL the info regarding PATH’s etc. (If you have anything to add, PLEASE, I would appreciate it), but I wonder if there is a newer version of robocode that I can use as a programming intro for my son.
I know nothing about Robocode, but since no one else has replied:
The newest version is a month old. You can find this out from their website. In fact, for almost any application you want to download, you can find out what the latest version is by visiting their website.
Judging by the previous thread, it seems Java isn’t making its way to your path. (The path is basically a list of places Windows will look in to find programs to run from a command prompt; if Java isn’t on here, it will not know what “java” means.) I assume you already have Java installed and have successfully run the Robocode setup thing. Have you tried following the steps to update your path? If not, do that, then try following the advice in the previous thread to run robocode.jar.
If all this installing and path variable junk has got you down, there are a few learn-to-code type things available right in a web browser these days. Codecademy is a popular one (Mayor Bloomberg is evidently a fan), but I have no personal experience with it and so cannot offer a recommendation.
I have followed those instructions but it made no difference. I did not delete any other info in the path, I just added the Java location separated by a semicolon.
Should I have deleted the other paths?
Thanks for your help and for the programming website which I am going to check out.
No, do not delete any of the stuff that is already there.
Two things: Does the Java portion end in a /bin? (It should.) And if you copy and paste the Java portion into the location bar of an Explorer window, does it take you to a directory containing a file called java.exe?
I program computers for a living and shit like that will catch me off-guard all the time. Sometimes all it takes is someone asking the right question and your brain flips a switch (like when looking at those pictures that can be interpreted as either a vase or two faces) and you see that little, tiny, humongously important error. (The frankly dreadful UI for changing system variables in Windows does not help, either.)