2

When I use the eclipse function export - executable jar etc ...

I get a message when It's making the jar

JAR export finished with warning. See details ...

Details : Could not read JAR file '.classpath'. Reason : error in opening zip file.

I have no idea what this means and what I need to do to solve this ...

Anyone an idea?

thx all

Darth Blue Ray
  • 9,445
  • 10
  • 35
  • 48
  • This is just a warning.In the export untick the .classpath and .project and once the export is done, see if the jar can actually run – Cratylus May 29 '11 at 11:50
  • And where do you untick them? I use export - executable jar .... the only thing I can change is the main class, what to do with the jar's in my project .. and where to put the file. that's it ... . – Darth Blue Ray May 29 '11 at 11:59

1 Answers1

0

When you are packaging your application with the Runnable Jar File, this message is usually associated with some kind of permission issue on a %TEMP% directory.

Runnable Jar file dialog

Check also if the option to generate a script display the same behavior when executed.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250