0

I need to run the eclipse FeaturesAndBundlesPublisher application on a linux server. The clumsy way is to download eclipse and put it on the server but since I only need the FeaturesAndBundlesPublisher is there someway of getting that application as a standalone application?

u123
  • 15,603
  • 58
  • 186
  • 303

1 Answers1

1

Eclipse itself is a standalone application, though it contains many applications based on different arguments.

If you're unhappy with the big size or base, you can create a .product definition, then export the p2.publisher and its dependencies as a standalone application.

Kane
  • 8,035
  • 7
  • 46
  • 75