With the new modularized set-up of the JDK, it is generally discouraged to have any classes in the default package (i.e. no package, root of jar). We need to modify warbler to put any copied or generated Java classes inside a package.
This will relate to modularization, which I'll open a separate issue for.