Start Problems (ClassNotFoundException) #1571
Answered
by
MinnDevelopment
Beutilo
asked this question in
Questions and Help
-
Hey Guys Hopefully you guys can help me. package com.cekuy.Cekuy_Bot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
public class hauptklasse {
public static JDA jda;
//main method
public static void main(String[] args) throws Exception
{
//create JDA
String token ="token";
JDA builder = JDABuilder.createDefault(token).build();
}
}
|
Beta Was this translation helpful? Give feedback.
Answered by
MinnDevelopment
Mar 31, 2021
Replies: 2 comments
-
I forgot to use Maven or Gradle. All fine |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should follow our Setup Guides if you have issues with setting things up. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Beutilo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should follow our Setup Guides if you have issues with setting things up.