[Artemis-users] Artemis and Java WebStart

2007-08-08 Thread Michael Nuhn
Hi! I am trying to let our users start Artemis with Java WebStart. I have noticed that it is possible to open a file on startup by giving it in the jnlp file like this: ... application-desc main-class=uk.ac.sanger.artemis.components.ArtemisMain argument[% Url to sequence here %]/argument

Re: [Artemis-users] Artemis and Java WebStart

2007-08-08 Thread Tim Carver
Hi Michael You probably just need to add '+' to the second argument. This should then reproduce how it is run on the command line, i.e.: art URL1 + URL2 Regards Tim On 8/8/07 14:06, Michael Nuhn [EMAIL PROTECTED] wrote: Hi! I am trying to let our users start Artemis with Java WebStart. I

Re: [Artemis-users] Artemis and Java WebStart

2007-08-08 Thread Michael Nuhn
Hi, Tim! You probably just need to add '+' to the second argument. This should then reproduce how it is run on the command line, i.e.: art URL1 + URL2 Thanks a lot, that did the trick! Greetings from Germany, Michael. ___ Artemis-users mailing list