Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11624
| From | Novice <novice@example..com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JNLP Problems: FileOpenService uninitialized |
| Date | 2012-01-28 15:03 +0000 |
| Organization | Your Company |
| Message-ID | <Xns9FE86685FCB2Ejpnasty@94.75.214.39> (permalink) |
| References | <Xns9FE796A4211B6jpnasty@94.75.214.39> <jfv4pd$qsb$1@dont-email.me> <jfv7g7$bbv$1@dont-email.me> |
Jeff Higgins <jeff@invalid.invalid> wrote in news:jfv7g7$bbv$1@dont-email.me: > 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: >> >> <http://rubenlaguna.com/wp/2008/08/07/java-webstart-unavailableservice >> exception/index.html> > <http://netbeans.org/kb/docs/java/javase-jws.html> > <http://webstart.sourceforge.net/> > > I really appreciate your help with this Jeff. You must be better at googling than I am ;-) Maybe I'm having a stupid day but I can't figure out for the life of me how to actually install this plug-in in Eclipse. I've spent the last hour searching Eclipse help screens and googling for some insight into how to install WS4E but I keep coming up with fragmentary information that makes a lot of unwarranted assumptions about what I already know. I downloaded WS4E from Sourceforge easily enough and unzipped it into a directory. But that's where I'm stuck. According to a website I found, http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy- way/,the normal thing to do is to copy the plugins and features directories from the downloaded directory to their counterparts in Eclipse. The downloaded directory only has a plugins directory but I copied that in my Eclipse plugins directory and restarted Eclipse but I can't see one iota of difference in my Eclipse. I don't see any "Start JWS" option anywhere (although I may simply have failed to look in the right place because they don't tell you where to expect things to change) and my program still crashes on the "uninitialized" error. I tried using the Update Manager approach but I don't see WS4E anywhere. Again, though, they don't specify what update site to search to find it. I've tried http://sourceforge.net and http://webstart.sourceforge.net but I just get a "could not find" error for both. I tried using the "easy" method advocated at the link I cited but I still see nothing that looks like a Java Web Start option anywhere. Any suggestions you or anyone could offer here would be greatly appreciated. I fully expect that installing this plugin would solve my problem with the FileOpenService initialization error; I just can't figure out HOW to install it. -- Novice
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
JNLP Problems: FileOpenService uninitialized Novice <novice@example..com> - 2012-01-27 19:48 +0000
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-01-27 16:35 -0500
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-01-27 17:22 -0500
Re: JNLP Problems: FileOpenService uninitialized Novice <novice@example..com> - 2012-01-28 15:03 +0000
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-01-28 11:56 -0500
Re: JNLP Problems: FileOpenService uninitialized Novice <novice@example..com> - 2012-02-01 18:19 +0000
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-02-01 17:17 -0500
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-02-01 20:03 -0500
Re: JNLP Problems: FileOpenService uninitialized Jeff Higgins <jeff@invalid.invalid> - 2012-02-03 15:31 -0500
csiph-web