From: Carlos Q. <car...@we...> - 2001-09-06 22:48:48
|
Hi folks I'd like to add the option to install jython in my jEdit plug in, which embeds jython into the editor. Although I can easily add jython.jar I would like to also includes the Lib dir. On the other hand users that already have jython may want no to install it by default, so an optional action is required. I'd like to be able to start the installer from inside the Java Program Is that possible? I've tried to do this jython-21a3.main(args) But this is not possible to compile. How can I proceed? Regards |