Eclipse-错误的可执行jar文件

Eclipse-错误的可执行jar文件

问题描述:

当我使用eclipse函数导出时-可执行jar等...

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

制作罐子时我收到一条消息

I get a message when It's making the jar

JAR导出完成并显示警告.查看详细信息...

JAR export finished with warning. See details ...

详细信息:无法读取JAR文件'.classpath'.原因:打开zip文件时出错.

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 ...

有人知道吗?

全部

使用 %TEMP%目录上的权限问题.

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.

还要检查生成脚本的选项在执行时是否显示相同的行为.

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