You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by 海 <85...@qq.com.INVALID> on 2022/09/06 04:28:37 UTC

hello,Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/linkis/LinkisBaseServerApp

hello


Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/linkis/LinkisBaseServerApp


&nbsp;我是在 win10 下,idea环境




Connected to the target VM, address: '127.0.0.1:55098', transport: 'socket'
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/linkis/LinkisBaseServerApp
	at org.apache.linkis.filesystem.LinkisPublicServiceApp.main(LinkisPublicServiceApp.java:25)
Caused by: java.lang.ClassNotFoundException: org.apache.linkis.LinkisBaseServerApp
	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)
	... 1 more
Disconnected from the target VM, address: '127.0.0.1:55098', transport: 'socket'


Process finished with exit code 1



,根据提供的文档说明: 说这个错误,需要把public-module模块加到linkis-public-enhancements模块的classpath下,详细步骤如下

经过全面仔细检查,根本没有public-module模块,另外在文档的截图过程不详细,无法根据图示进行处理,请帮忙详细说明一下处理过程。