Skip to content
Troubleshooting

Download missing or no JAR

Why a project has no JAR to download, and how to get the source or the built file.

Updated

On this page
  1. Why didn't I get a JAR?
  2. Download JAR is slow
  3. The source download is always available

#Why didn't I get a JAR?

SituationWhyWhat to do
Datapack, Skript, Discord bot, website, Blockbench modelThese types don't produce a JARUse Download (ZIP). See Downloads.
Java project, build failedA JAR only exists when the build succeedsSee Compile failed.
Java project, "Build succeeded but no JAR found"The build produced no output JAR (unusual build configuration)Press Fix with AI, or ask the chat to make the build produce a JAR.
Java project, JAR rejectedThe JAR had no compiled classes or no plugin.yml / fabric.mod.json / mods.tomlCodexe won't hand over a JAR your server can't load. Ask the chat to fix the descriptor.
Project still verifyingCompile is paused while Codexe checks the projectWait for Ready, then Download JAR.

#Download JAR is slow

If the current files haven't been built yet, Download JAR compiles first. That can take a minute (plugins) or several (mods).

#The source download is always available

Download gives you every file as a ZIP at any time, whatever the project's status, so you never lose access to your code.

Download missing or no JAR | Codexe Docs