users@glassfish.java.net

Re: Problem running standalone Glassfish client as Eclipse plugin

From: <glassfish_at_javadesktop.org>
Date: Thu, 03 Jun 2010 07:24:14 PDT

I am not at all familiar with the mechanics of Eclipse RCP, so I apologize in advance if this is of no help.

The gf-client.jar is not an OSGi module. It has a long manifest Class-Path which identifies all the JARs on which it depends. Many developers have already discovered this for one reason or another.

There are actually very few classes in gf-client.jar. Most of the classes and resources related to the app client container are in gf-client-module.jar which is an OSGi module. The items in gf-client.jar should be needed only when a user launches an app client using the appclient script.

Again, apologies for not being more familiar with this, but would it help to somehow use the gf-client-module.jar (given that it's an OSGi module) in the Eclipse RCP process?

- Tim
[Message sent by forum member 'tjquinn']

http://forums.java.net/jive/thread.jspa?messageID=472574