简体   繁体   English

Eclipse不会作为JAR导出

[英]Eclipse won't export as a JAR

I realize similar questions have been asked, but mine seems to be unique. 我意识到有类似的问题已被提出,但我的问题似乎是独一无二的。 When I attempt to export my project as a JAR the project itself does not appear in the export window. 当我尝试将项目导出为JAR时,项目本身不会出现在导出窗口中。 Can anyone help me? 谁能帮我?

Also, I'm not sure if this changes anything, but I used a Java Decompiler to decompile the source, put it in a folder, and created a project with the same name as said folder to be able to edit it. 此外,我不确定这是否会发生任何变化,但我使用Java Decompiler对源进行反编译,将其放在一个文件夹中,并创建一个与所述文件夹同名的项目,以便能够对其进行编辑。 As well I have asked the devs of the JAR and they said it was fine. 我也问过JAR的开发者,他们说没关系。

Does the project have an output folder? 项目是否有输出文件夹? Is it an actual Java project that is compiling? 它是一个正在编译的实际Java项目吗? Take a look at the build path and see if anything is funky. 看看构建路径,看看是否有什么是时髦的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM