|
From: Titus B. <ti...@ca...> - 2001-10-04 16:42:41
|
-> Dear Jython Developers, -> -> i would like to to use Jython with Java Web Start. I would like to embed -> Jython Scripts in my application. I don´t want to use jythonc, because i -> want to deliver the Jython scripts independently of the jars of my -> application. Even our users should be allowed to write their custom -> jython scripts. My application has to run with or without WebStart. If i -> run my application without WebStart, it works. I use Jython 2.0. If i -> run my application with WebStart, i get the following Error Message: Web Start relies on everything being present in the JAR; see the Web Start page. --titus |