Look in your program file and try to find the a folder called something like jre version 6(it should still be there if cgoban used to work well on your computer) and try to run it in command line(start > execute ... and type "cmd"). I did it like this:
Code: Select all
C:\>"C:\Program Files\Java\jre6\bin\java.exe" -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)If you got this output with the 1.6 version, you found the right file.
Now download the offline ".jar" of cgoban here:
==> http://files.gokgs.com/javaBin/cgoban.jar
Download it and you put it in a place like C:\cgoban\
Then just run :
Code: Select all
"C:\Program Files\Java\jre6\bin\java.exe" -jar C:\cgoban\cgoban.jarCgoban should open right away. Connect to your accound and make a demo game, click on the board and you should have sound.
After that, you can make a batch file of the previous command line to make it easier.
edith: I just tested this on ArchLinux and it didn't work with 'java version 1.6.0_20'...