Search code examples
javaeclipseimportrecovery

Import of excuting jar doesn't work in eclipse


I deleted my project permanently and I want to import my old executing .jar into eclipse.

Eclipse import function does not find anything it the jar file.

Can someone give me a tip or recover the file?

Here is a screenshot of eclipse

Thank you

Click here for the file to recover


Solution

  • You cannot recover the project. You did not set to export source files while exporting, there are only .class files.

    For future reference select Export Java source file and resources while exporting the project.

    Export Options

    Reference: http://www.albany.edu/faculty/jmower/geog/gog692/ImportExportJARFiles.htm