views:

19

answers:

2

Dear all,

Is it possible to download Glass-fish adapter plug-in for eclipse(Helios) separately not with 'Install New Software feature in eclipse'?

Because I want to archive this plug-in and use it on another eclipse instances.

Regards

+1  A: 

I prefer:

    /path/to/mydropins/
       glassfish
         eclipse
            plugins
              <= move the glassfish plugins.jar files here 
            features
              <= move the glassfish features.jar files here 

(see eclipse.ini to reference a shared dropins)

That way, any Eclipse installation which

VonC
But what should I do if I want to move only Glass-fish plug-ins and features not all ??? How do i find for example Glass-fish jars in those hundred jars?
Navid
@Navid: I usually make a list (dir or ls) of files before installation, and then one list after installation. I move the diff.
VonC
+1  A: 

You can download the GlassFish Tools Bundle for Eclipse from the home page of the GlassFish Plug-ins.

Pascal Thivent