Re: Problems related to changes to MainLauncherBooter

2006-10-16 Thread Venkata Krishnan
Hi Jeremy, As part of the the standalone distribution zip would it be a good thing to have a 'extensions' directory and a readme in it which will instruct the user about what that directory is meant for and what would typically get to be put there. So when the user extracts the distribution

Re: Problems related to changes to MainLauncherBooter

2006-10-16 Thread Venkata Krishnan
Hi Jeremy, Please ignore my prev. mail. I find this now done :) Thanks - Venkat On 10/16/06, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi Jeremy, As part of the the standalone distribution zip would it be a good thing to have a 'extensions' directory and a readme in it which will instruct

Problems related to changes to MainLauncherBooter

2006-10-15 Thread Peter Cousins
When running applications standalone typically the suggestion has been to use java -jar launcher.jar ${your-executable-jar} However, about a month ago changes were made to MainLauncherBooter that removed support for supplying a --classpath argument. Before this change, this

Re: Problems related to changes to MainLauncherBooter

2006-10-15 Thread Jeremy Boynes
Sorry for the confusion here. The intention is to support running applications through the launcher using $ java -jar launcher.jar ${your-executable-jar} The launcher is assuming that your-executable-jar is packaged as a executable jar with Main-Class and Class-Path attributes in the