Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: JNLP Problems: FileOpenService uninitialized Date: Fri, 27 Jan 2012 17:22:02 -0500 Organization: A noiseless patient Spider Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 27 Jan 2012 22:12:23 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="BSKXKq4dV+7jFlM4JDctyw"; logging-data="11647"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192UJ/DRDosB1URME16gfbJ3jSH23L56nQ=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 In-Reply-To: Cancel-Lock: sha1:6Br3UZu9sz32KBynaryQXOVieDE= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11622 On 01/27/2012 04:35 PM, Jeff Higgins wrote: > On 01/27/2012 02:48 PM, Novice wrote: >> I'm getting an UnavailableServiceException with the >> message"uninitialized" >> when I try to invoke the JNLP FileOpenService. >> >> At the suggestion of the Java Tutorial section on File Choosers, I'm >> trying >> to play with the JNLP file choosers for an application that will run in >> Java Web Start. I'm using Eclipse 3.7 and have the jnlp.jar as an >> external >> jar accessible to the project. The code compiles fine but the exception >> occurs when I execute this code: > >