新问题
树莓派、openjdk7的麻烦 #34
注释
|
Looking into this a bit more it seems we will need another native binary in the Universal-G-Code-Sender/lib/natives subdirectory and the Ideally, I would figure out how One-jar gets told how to manage this and build a new package; however that looks like something of a learning curve for me to climb. In the meantime, can someone recommend a way to bypass One-jar and just use the librxtxSerial.so library from my installation? Thanks |
|
I think that the One-Jar version should pick up any local installation if it doesn’t include the correct version. 尝试设置 RXTX 并查看它是否有效。 将 jar 文件添加到类路径: 添加本机文件到库路径: 这里有更多细节:http ://rxtx.qbang.org/wiki/index.php/Installation_on_Linux |
|
没有喜悦…
尽管如此,我还是以笨拙的 Java 新手方式下载并编译了 UniversalGCodeSender 源代码。在发出以下警告后,应用程序现在打开:
然后我从 rxtx.qbang.org 下载了当前的 RXTX-2.2 RXTXcomm.jar 并替换了 UniversalGCodeSender/lib 目录中的 RXTXcomm.jar。这将我的警告消息升级为
根据 rxtx.qbang.org/wiki/index.php/Download,这似乎是意料之中的。 这就是我今晚睡觉前要离开的地方。zzzzzzzzz |
|
Raspberry Pi 上的通用 G 代码发送器:通过此处的解决方法成功解决:http: //opensourceecology.org/wiki/GcodeCommunications#Universal_G-code_Sender |


(我不是高级用户)
将通用 gcode 发送器 v1.0.5 全新下载到运行最新 debian wheezy 和 armh(硬件浮点)架构的 Raspberry Pi。下载并安装java:
通过 start.sh 运行应用程序给出了这个:
In case it is relevant, my installation of the rxtxSerial library is at
Any suggestions?
Anyone successfully run this on an RPi?
Thanks,
Chuck