Hello,
So for some reason I started encountering this problem where the .jar files don’t get added to the final ape. More specifically, the classes are not seen in the application.
After I build the App, I go into bin/classes and there is no plugin folder there. I tried compiling the “IncludeAllFeatures” project, but have the same problem.
Ultimately this gives me an error when I try to require(“plugin”) because it does not see the LuaLoader class.
What might be the problem behind this?
PS: I used to compile without any problems where all the classes and files got added, but today when I started working on it something changed. I also tried past projects that used to work, and they are also down.