Jar Export Shortcut Key in Eclipse?

eclipse, jar, java

Solution

At present, there is no predefined keyboard shortcut for exporting Jar.

Solution

Add a custom shortcut in Windows->Preferences->General->Keys by defining a Custom key binding

All the Eclipse commands and their associated shortcut keys are displayed here. You can use the predefined ones or assign/change new shortcuts here.

After assigning the shortcut, it will show the user defined key binding. For me it shows my custom combination Ctrl + Alt + R as follows:

Problem

I need to know the Jar Exporting Shortcut Key in Eclipse to destination.I don't know if it is possible or not. I am export jar file now Right click on Project folder and select export then select JAR like this way.But i feel to difficult every day using like this. So Can you please suggest me any shortcut key for export jar file in eclipse.

Original source

Related problems