EDIT: ****this may not be a Salix issue but I contacted admin@KGS and they said:
----------------------------------------------------------------------------------------------------------------------------------------------------------Hi Dennis P,
Well, it doesn't seem wise to run the software with sudo...
Anyway I know nothing about Salix OS. So it's hard for me to help. Try checking the permissions on your computer.
Regards,
glue
Here's the deal:
My goal is to run a working version of Cgoban3 from my machine so that I can (a) use it as a client to play on KGS and (b) use it offline to review games in Smart Go Format (SGF).
I know that my Java Web Start is working because the Web Start link on this page works: http://panda-igs.joyjoy.net/java/gGo/
Yet on this page it does not: http://www.gokgs.com/download.jsp
I have attempted to decipher the error messages and the sense I get (since I can't actually understand what I'm reading) is that there is a permissions problem. So I ran:
Code: Select all
sudo javaws http://files.gokgs.com/javaBin/cgoban.jnlp
Code: Select all
ava.io.IOException: Cannot run program "/usr/lib/java": java.io.IOException: error=13, Permission denied
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.sun.javaws.JnlpxArgs.execProgram(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 13 more
Any ideas?