python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kotlin/Ktorm java.lang.ClassNotFoundException: java.sql.SQLException
I'm working on a project using Kotlin compose for desktop and Ktorm.
Running it directly within IntelliJ works but trying to run the distributable (after creating it via gradle tasks) gives me this er...
000
Votes: 0
Answers: 0
JDA cant find the gateway intents class
I have built my jda discord to a jar file and it raises the class not found error for the gateway intents class saying that its not found or this error specifically
Exception in thread "main"...

ShinyDev21
Votes: 0
Answers: 0
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile
I ran into this exception when i tried to start elasticsearch-6.8.20 using the command systemctl start elasticsearch.service
Starting Elasticsearch...
systemd[1]: Started Elasticsearch.
elastics...

Lèanne
Votes: 0
Answers: 2
Java Stack Trace: java.lang.NoClassDefFoundError: scala/collection/Seq while trying to run jar having class for Snowflake account connection
I have written Scala class which is showing tables from one of the Snowflake database. I have imported com.snowflake.snowpark._ & com.snowflake.snowpark.functions._ libraries.
When I do sbt compil...
Ameya Joshi
Votes: 0
Answers: 0