You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated, there is literally zero information available on how to build a proper, runnable .JAR file that you can use in a server. Every single time I attempt to run the server after running "gradlew clonePaperRepo" then "gradlew getPaperUpstreamData" and then "gradlew build", a nonworking file with just a MANIFEST appears. If I then run "gradlew createReobfPaperclipJar" or "gradlew createReobfBundlerJar" I do get a working .JAR, but every single time I run it I get this, even with ZERO edits being done. Can someone explain how to generate a proper working file? Or even better yet, is there any possibility for some docs to be created?:
Starting org.bukkit.craftbukkit.Main
Exception in thread "ServerMain" java.lang.ClassNotFoundException: org.bukkit.craftbukkit.Main
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:38)
at java.base/java.lang.Thread.run(Thread.java:842)
The text was updated successfully, but these errors were encountered:
As stated, there is literally zero information available on how to build a proper, runnable .JAR file that you can use in a server. Every single time I attempt to run the server after running "gradlew clonePaperRepo" then "gradlew getPaperUpstreamData" and then "gradlew build", a nonworking file with just a MANIFEST appears. If I then run "gradlew createReobfPaperclipJar" or "gradlew createReobfBundlerJar" I do get a working .JAR, but every single time I run it I get this, even with ZERO edits being done. Can someone explain how to generate a proper working file? Or even better yet, is there any possibility for some docs to be created?:
The text was updated successfully, but these errors were encountered: