[jsword-devel] Announcing J-Sword 0.9.7
Mark Goodwin
jsword-devel@crosswire.org
Mon, 5 Apr 2004 20:20:24 +0100
I've tried again and I still have the same problem. The error seems to
indicate there's a problem with finding a signed entry within the jar,
rather than it not being able to find the jar itself. Forgive me if
I'm being stupid; it's a while since I've done any JNLP stuff.
Binary downloads seem to work fine, (I've tried tar.gz), and I've built
successfully from the CVS sources (it takes 3 min 48s to build on my
Mac!).
I'm working on getting an application bundle cobbled together for other
OS X users.
On 5 Apr 2004, at 19:48, Joe Walker wrote:
> DM Smith wrote:
>
>> I found the problem. In http://www.crosswire.org/jsword/stable the
>> jsword.jnlp file has the wrong base.
>> It is:
>> <jnlp spec="1.0+" codebase="http://www.crosswire.org/jsword/jnlp"
>> href="jsword.jnlp">
>> and it needs to be:
>> <jnlp spec="1.0+"
>> codebase="http://www.crosswire.org/jsword/stable/jnlp"
>> href="jsword.jnlp">
>> If you were to run the nightly first and then the stable, JSword
>> would come up, but it would be the nightly and not the stable. Since
>> it worked and you clicked on the button for the stable, you might
>> wrongly conclude that the stable works.
>
> I fixed the base problem, but there is more to it. It appears that
> webstart uses the filename and host to differentiate between to
> applications. (or maybe this is a bug in the 1.5 webstart launcher)
>
> Anyway I've also altered the path to the stable version. I'm getting 2
> instances show up in the webstart gui now.
>
> Thanks.
>
> Joe.
>
>
> _______________________________________________
> jsword-devel mailing list
> jsword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/jsword-devel