1

I have Eclipse(3.4.2) installed in a central area(read-only), on a Linux machine. There are a lot of pre-installed plug-ins. But I want to add some of mine. I have a .jar file for the plug-in but I don't know where to place/extract it.

skaffman
  • 398,947
  • 96
  • 818
  • 769
deeJ
  • 672
  • 11
  • 31

2 Answers2

2

Here are two threads that contain information that should help - 1) Installing Eclipse (3.4+) plugins in a directory other than ECLIPSE_HOME/plugins, 2) Can an extra plugin directory be specified on command line.

Community
  • 1
  • 1
kc2001
  • 5,008
  • 4
  • 51
  • 92
0

If you only have a single jar file you will need to add it to the "/dropins" folder that is in the central area. You can not use the "add local site" option unless you have the entire updatesite

gamerson
  • 5,220
  • 1
  • 28
  • 45
  • Yeah I was fuzzy as well when p2/dropins first showed up. But I downloaded a 3.4.2 SDK zip and saw that it had dropins folder, which makes sense because p2 was introduced in Eclipse 3.4. – gamerson Jul 11 '11 at 12:20