0
votes

I have created an Eclipse plug-in project and able to create deployable jar using in-built Export wizard: Export>Plug-in Development>Deployable plug-ins and fragments

Can we automate above workflow using some commands to generate executable jar?

Summary: Is there any way to create executable jar via command prompt?

1
You use maven with Eclipse tycho - greg-449

1 Answers

1
votes

There are different ways to create a plug-in JAR via command prompt: