Programing Raspberry Pi with Pi4j Embedded Linux JVM. Run button disabled

风流意气都作罢 提交于 2019-12-11 14:43:33

问题


I have been trying to configure Embedded Linux JVM Debugger with Intellij IDEA on my windows 10 PC. I have followed given instructions and I just cant run aplication becouse Run button is disabled.

I have installed Pi4J on my Windows PC throgh graddle dependency

    compile group: 'com.pi4j', name: 'pi4j-core', version: '1.1'

and Pi4j Project on my Ubuntu Mate on Raspberry 3

Here is screenshot:

As you can see Connection Status: Success

Any Ideas?


回答1:


You're configuring the default setting for all run configurations, instead of defining a run configuration. That's why you don't see anything in the drop-down list. That's fine if you want to have something already pre-configured, but you need to define your run configuration using the green + icon in the upper left corner:



来源:https://stackoverflow.com/questions/38817029/programing-raspberry-pi-with-pi4j-embedded-linux-jvm-run-button-disabled

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!