Advertisement
Guest User

Untitled

a guest
Jan 17th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | Source Code | 0 0
  1. java.lang.ClassNotFoundException: net.mcreator.tags.Launcher
  2. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  3. at net.mcreator.plugin.PluginLoader$1.findClass(PluginLoader.java:124) ~[main/:?]
  4. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
  5. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
  6. at net.mcreator.plugin.PluginLoader.<init>(PluginLoader.java:147) ~[main/:?]
  7. at net.mcreator.plugin.PluginLoader.initInstance(PluginLoader.java:62) ~[main/:?]
  8. at net.mcreator.ui.MCreatorApplication.lambda$new$5(MCreatorApplication.java:93) ~[main/:?]
  9. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  10. 2025-01-17-16:09:50 [Application-Loader/ERROR] [Plugin Loader] Failed to load plugin tags
  11. java.lang.ClassNotFoundException: net.mcreator.tags.Launcher
  12. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  13. at net.mcreator.plugin.PluginLoader$1.findClass(PluginLoader.java:124) ~[main/:?]
  14. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
  15. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
  16. at net.mcreator.plugin.PluginLoader.<init>(PluginLoader.java:147) ~[main/:?]
  17. at net.mcreator.plugin.PluginLoader.initInstance(PluginLoader.java:62) ~[main/:?]
  18. at net.mcreator.ui.MCreatorApplication.lambda$new$5(MCreatorApplication.java:93) ~[main/:?]
  19. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  20.  
Tags: MCreator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement