To play the go game, I went to http://www.gokgs.com/download.jsp to start the client with Java Web Start. Essentially, it is a .jnlp file that can automatically update the client.
It is cool. Still, I am wondering how I can fetch the underlying .jar file from this .jnlp file. I checked my local java 6.0 cache directory, and didn't find any .jar file over there.
Anybody knows how to get a stand-alone version of this cgoban client?
JNLP is just an XML file. You can just open the .jnlp file and it will tell you where the .jar file is located. http://files.gokgs.com/javaBin/cgoban.jar
<jnlp codebase="http://files.gokgs.com" href="javaBin/cgoban.jnlp">
...
<jar href="javaBin/cgoban.jar" main="true"/>
The relevant attributes are the jnlp[codebase]
and the jar[href]
.
If you open jnlp file in text editor there is a link to jar file. In your case it is: http://files.gokgs.com/javaBin/cgoban.jar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With