Reputation: 31
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. 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. As well I have asked the devs of the JAR and they said it was fine.
Upvotes: 3
Views: 878
Reputation: 16413
Does the project have an output folder? Is it an actual Java project that is compiling? Take a look at the build path and see if anything is funky.
Upvotes: 1