1

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

Nav
  • 4,450
  • 10
  • 53
  • 84

2 Answers2

1

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

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • 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? – Nav Aug 20 '10 at 11:42
  • @Navid: I usually make a list (dir or ls) of files before installation, and then one list after installation. I move the diff. – VonC Aug 20 '10 at 11:55
1

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

Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124