How to export each open project in Eclipse as its own JAR?

Posted by Freiheit on Stack Overflow See other posts from Stack Overflow or by Freiheit
Published on 2010-03-15T14:57:15Z Indexed on 2010/03/15 14:59 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I have several projects open in an Eclipse workspace. Like so:

com.harbl.project.one
com.harbl.project.two
com.harbl.project.three

I would like to export those as JARs in a batch such that I wind up with the following JAR files:

./com.harbl.project.one.jar
./com.harbl.project.two.jar
./com.harbl.project.three.jar

Is this possible with one of the Eclipse wizards or working sets? Is my only option to export each one individually?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about jar