discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.33k stars 735 forks source link

Bot dont Start #690

Closed marcandreher closed 6 years ago

marcandreher commented 6 years ago

General Troubleshooting

Hey there! Before you report a bug or suggest a new feature, please make sure to follow these steps first!

This is not the place to learn Java. Please refer to StackOverflow for your general programming questions.

Issue

Issue Type

For questions join the official JDA discord server: https://discord.gg/0hMr4ce0tIl3SLv5

Description

Replace this sentence with a description and include as many details as you think are needed to understand your issue.

the Bot don't start: Exception in thread "main" java.lang.NoClassDefFoundError: com/neovisionaries/ws/client/WebSocketFactory at net.dv8tion.jda.core.JDABuilder.buildAsync(JDABuilder.java:634) at net.dv8tion.jda.core.JDABuilder.buildBlocking(JDABuilder.java:701) at net.dv8tion.jda.core.JDABuilder.buildBlocking(JDABuilder.java:730) at Core.Main.main(Main.java:51) Caused by: java.lang.ClassNotFoundException: com.neovisionaries.ws.client.WebSocketFactory at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more

MinnDevelopment commented 6 years ago

The github issue tracker is reserved for feature requests and bug reports. Your issue is neither and should be sorted out inside of our discord server. Go to discord.gg/0hMr4ce0tIl3SLv5 to receive the needed help.