我正试图在我的新RaspBerry pi上运行Esemble8.jar.我遵循了这个教程:http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html
我能够安装Java8,但是当我尝试运行Ensemble8.jar(或任何其他小型JavaFx应用程序)时,我遇到了这个错误:
Error: Could not find or load main class ensemble.EnsembleApp
Run Code Online (Sandbox Code Playgroud)
我的PATH是正确的; 你有什么建议来解决这个问题吗?
谢谢!