floydg
Posts: 2052
Joined: 6/27/2004 From: Middletown, NJ Status: offline
|
quote:
ORIGINAL: ade670 Guys, I am having issues with trying to get 1,4 tracker to run. I have followed the instructions as stated on the site and I get two problems: For info I am running win 7 64bit on a Q6600 Rig. Problem 1 - When installing the x86 version of Java I get: C:\Matrix Games\witp-tracker>java - Xms384m -Xmx512m -jar "WitPTracker.jar" 'java' is not recognized as an internal or external command,operable program or batch file Problem 2 - When I install the 64bit version I get the following: Exception in thread "main" java.lang.unsatisfiedLinkError: C:\Matrix Games\witp-tracker\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform. posted on Tech thread too. Any help welcome 2. Java is not recognized as an internal or external command Java is either not installed, or there is a pathing problem. Solution 1. Check you have Java JRE installed. Solution 2. Move Tracker folder to the Desktop or c:\ Solution 3. Copy java.exe from your C:\Program Files\Java\jre6\bin to the WitpTracker folder (remember copy not move) Solution 4. (The best but most difficult) 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.
|