Can anyone explain why I get this? ``` Exception i...
# intellij
r
Can anyone explain why I get this?
Copy code
Exception in thread "main" java.lang.NoClassDefFoundError: io/grpc/ServerBuilder
	at actor.proto.remote.Remote.start(Remote.kt:26)
	at actor.proto.remote.Remote.start$default(Remote.kt:24)
	at actor.proto.examples.remotebenchmark.Node2Kt.main(Node2.kt:13)
Caused by: java.lang.ClassNotFoundException: io.grpc.ServerBuilder
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 3 more