n01487477
Posts: 4779
Joined: 2/21/2006 Status: offline
|
quote:
ORIGINAL: NavalNewZ The initial problems start with the message "...'java' is not recognized as an internal or external command, operable program or batch file." Java and C++ are up to date on my system. I tried a few tweaks with this, and it has resulted in various error messages. I've not been able to figure out a solution based upon the info in the doco or here, so forgive me for not being patient enough (apparently) No problem, IF you have Java installed, the problem is a pathing problem with Java, which sometimes occurs unfortunately. Move the Tracker folder into the root c:\ to see if this quickly fixes the problem or I'll get you to set you Windows Environment variables correctly or get you to copy Java. This is an unfortunate thing that sometimes happens with Java installations on some machines. Let me know ... I'm going out for a bit, but here are some instructions if the Tracker move gave you no joy... Damian 1. Right-Click My Computer and select Properties 2. Then Click The Advanced Tab 3. Then Click Environment Variables 4. Select Path In The Bottom Box and Click Edit 5. Find Where You installed Java (E.g "C:\Program Files\Java\bin) Its different on each computer so check where it's installed 6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths 7. If this doesnt work then you may have to reinstall Java and Try Again Source(s): http://www.java.com/en/download/help/path.xml Setting Path on Windows For Windows XP: (additional notes) 1. Start -> Control Panel -> System -> Advanced 2. Click on Environment Variables, under System Variables, find PATH, and click on it. 3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value. 4. Close the window. 5. Reopen Command prompt window, and run your java code.
< Message edited by n01487477 -- 11/7/2009 8:38:30 AM >
|