I was trying to export a Java project. I was able to create a JAR file by using the option Export -> Java -> JAR file. I am not able to import this jar file into Eclipse (no import option for java). Am I doing anything wrong here?
Using Eclipse Java EE IDE for Web Developers (Version: Juno Release)
There is a simplier way than exporting and importing the jar. Lets assume your project is named MyProject123. Just:
Eclipse will recognize that there is a project with that name in the workspace and will import it. All you have to do is to make refresh (press F5) on the new project.
To be able to import the project back instead of using JAR, try using 'Archive File' as follows.
File -> Export...
Choose General -> Archive File
as the export type like so :
and then,
File -> Import...
Choose General -> Archive File
and then set it up as follows :
Follow follwing Steps :
Import Project -> JavaEE -> App Client Jar File -> Browse and select jar -> OK
You are done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With