RE: [Biojava-l] Using SeqIOTools in a JNLP context

2005-06-22 Thread Keith Turner
ny insight I'd appreciate it. Thanks for your reply, Andreas. -Original Message- From: [EMAIL PROTECTED] on behalf of Andreas Prlic Sent: Tue 6/21/2005 5:08 PM To: Cc: Subject: Re: [Biojava-l] Using SeqIOTools in a JNLP context Hi Keith, You

Re: [Biojava-l] Using SeqIOTools in a JNLP context

2005-06-21 Thread Andreas Prlic
Hi Keith, You should get an java.security.AccessControlException: access denied from webstart. To access the filesystem from an application started with webstart requires special permission. This means you have to sign your application and the user has to permit the execution. see e.g. htt