SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

"Load RxTx" error #86

Open Soloboulou opened 4 years ago

Soloboulou commented 4 years ago

Hello,

I am trying to install JArduino by following the 2 minutes tutorial then executing a "Blink" program.

I have no error in my "JArduino" projects before running, but then, it says "Load RxTx".

I have tried to place librxtxserial.jnilib (I have a Macbook) and RxTxComm everywhere (in Java/Extension, in Referrenced Librairies, in my project folder, ... ). It never works.

Any ideas ?

Thank you, Happy Christmas !

warneobyte commented 4 years ago

Just Need download the RTXT .dll files from here http://fizzed.com/oss/rxtx-for-java .inside the zip follow the steps for install , it worked for me .

Soloboulou commented 4 years ago

Hello,

It didn't worked for me, maybe because I have a Mac ?

I retried everything, put the rxtx.dll + jnilib + rxtxcommport in my project, now when I run Blink, I have this error :

librxtxSerial.jnilib: no matching architecture in universal wrapper thrown while loading gnu.io.RXTXCommDriver

Any idea ?

Thank you !