|
From: Romain G. <rom...@je...> - 2001-08-07 23:40:50
|
Hi everyone !
I'm developing a programmer's editor called Jext. I intensively use
Jython as a scripting language to write the code of the interface menu
items. I used to provide a Java WebStart release of Jext. Yet, Jython seems
not to be able to use the classes which are stored within the jars
downloaded by WebStart. If, for instance, I try to import org.jext.Utilities
from jext.jar in a Jython script, assuming that jext.jar and jython.jar were
downloaded by WebStart, I got a "module not found: jext" error from Jython.
Is this planned to fix this, do you know any workaround ? (putting
jython.jar and jext.jar into the same jar does not fixes the bug).
Thanks (please CC your answers to rom...@je... :)
Romain "Java Swinguer !" Guy
rom...@je...
www.jext.org
"Now, don't you worry. The saucers are up there. The graveyard is out there.
But I'll be locked up safely in there."
- Paula Trent, Plan 9 From Outer Space
|