Lokasenna -> RE: WitPTracker AE Release 1.0 (12/19/2015 10:57:33 PM)
|
quote:
ORIGINAL: ny59giants OK, trying to get Tracker up and running on my new computer (Win10). Just installed the newest version (8.0.660.18) of Java (32 and 64 bit). Of course, I have a few issues now. What needs to be change? And to what? How do I edit to make it happen? Signed, still software challenged after all these years [:D] [image]local://upfiles/15133/932B5746470C499B98DF85720E0D47F9.jpg[/image] You need to call Java 6, instead of just "java". Using the "java" command will call the default Java version on your machine, which unless you have changed your Java settings manually will be an up-to-date version. Find the folder on your computer that has Java 6 installed, and replace the "java" portion of the command line like so: java -Xms384m -Xmx512m -jar "WitPTracker.jar" change to "C:\...\java6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar" Where "C:\...\java6\bin\java.exe" points to the directory your java6 installation is in. This is usually, but not always, in Program Files.
|
|
|
|