JArduino icon indicating copy to clipboard operation
JArduino copied to clipboard

"Load RxTx" error

Open Soloboulou opened this issue 5 years ago • 2 comments

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 !

Soloboulou avatar Dec 25 '19 18:12 Soloboulou

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 .

warneobyte avatar Dec 31 '19 03:12 warneobyte

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 !

Soloboulou avatar Jan 04 '20 22:01 Soloboulou