0

I have to prepare PCs for offline use.

I'm looking for a solution to update several different Eclipse-RCP applications on a PC from a central p2 repository without starting each application manually.

The idea is to provide a tool similar to "Apple Software Update" that notifies the user about all available updates, and installs them automatically.

Is there a solution for Eclipse-RCP applications / p2?

Marc
  • 37
  • 4

1 Answers1

0

Google for p2 update rcp, and the first result is Adding Self-Update to an RCP Application

Tonny Madsen
  • 12,628
  • 4
  • 31
  • 70
  • This does not answer my question. I'm already using p2 for updating my individual RCP applications. The questions refers to updating several RCP applications at once. – Marc May 01 '12 at 12:09
  • OK. That takes a little more work, but can be done. Unfortunately, there are ano easy to follow cook book for this :-) Basically, you must open the p2 director for each of the applications in turn and update them in much the same way as you use in the link above. You "just" need to know the root directory of each of the applications... – Tonny Madsen May 01 '12 at 18:05