Skip to content
Advertisement

Tag: rsocket-java

NoClassDefFoundError – missing dependencies in the classpath

My problem I have written some java-code. The code runs flawlessly in intellij.But when I run it as a .jar file (i.e., the command java -jar app.jar), I get the error message: My Research I have been searching about the NoClassDefFoundError on google and stackoverflow and have found that the error arises when dependencies are missing. The solution seems to

Advertisement