Unable to start dinky, java.lang.ClassNotFoundException: org.dinky.Dinky Exception occurred #3235
Closed
2 of 3 tasks
Labels
Discussing
The problem is being discussed
Search before asking
What happened
执行sh auto.sh start后,
powershell显示:
........................................Start Dinky Successfully........................................
(base) PS D:\dlink\dinky-release-1.18-1.0.0-rc4> nohup: appending output to 'nohup.out'
日志显示如下:
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
错误: 找不到或无法加载主类 org.dinky.Dinky
原因: java.lang.ClassNotFoundException: org.dinky.Dinky
使用的Java版本是:
当前使用的是Java 1.8
(base) PS D:\dlink\dinky-release-1.18-1.0.0-rc4> java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
JDK也是1.8:
[Loaded java.lang.Shutdown from C:\Program Files\Java\jdk1.8.0_271\jre\lib\rt.jar]
[Loaded java.lang.Shutdown$Lock from C:\Program Files\Java\jdk1.8.0_271\jre\lib\rt.jar]
结果dinky无法启动
What you expected to happen
正常启动Dinky
How to reproduce
在powershell 中 执行sh auto.sh start
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: