Toge wrote:- I have Java 6 update 26 and Java 6 update 31 (64-bit). KGS works fine with stone sounds too. If I install the latest Java then CGoban loads Java 7 where stone sounds are missing.
When you install Java 7 it will set your default Java version to launch any Java program in the Java 7 VM. You can configure it to launch all your programs in 1.6 if you default it to that, but I wouldn't suggest that.
SO what you need to do is modify the shortcut for KGS to launch only that program in a Java 6 VM.
Download the JAR file so you don't web start it every time.
Step 1: Save this file somewhere sensible. "C:\Program Files\KGS\" Perhaps?
http://files.gokgs.com/javaBin/cgoban.jarStep 2: Right click Desktop -> new shortcut
Step 3: Right click shortcut -> properties
Step 4: Edit the target field so that it points to the Java.exe with the new audio parameter false and the cgoban.jar. For example
"C:\Program Files\Java\jdk1.6.0_38\bin\java.exe" -Dsun.sound.useNewAudioEngine="false" -jar "C:\Program Files\KGS\cgoban.jar"
Tada! Now only KGS runs with the out of date Java.