Search found 2 matches

by EBiker42
Wed 8. May 2019, 10:14
Forum: Linux
Topic: Java doesn't find PCANBasic JNI
Replies: 4
Views: 6736

Re: Java doesn't find PCANBasic JNI

Hello,

Looks like there is a mistake in the library name. As a workaround, please, do:
$ cd PCAN-Basic_Linux-4.3.1/pcanbasic_java/libpcanbasic_jni
$ sudo make NAME=libpcanbasic_jni uninstall
$ make clean
$ make NAME=libPCANBasic_JNI
$ sudo make NAME=libPCANBasic_JNI install
Then retry the ...
by EBiker42
Thu 25. Apr 2019, 17:54
Forum: Linux
Topic: Java doesn't find PCANBasic JNI
Replies: 4
Views: 6736

Java doesn't find PCANBasic JNI

Hello,

I'm trying to get the PCAN Java API to work on Linux (Ubuntu 18) with a PCAN USB.
To do so, I downloaded the Peak Linux driver package and the API package(PCAN-Basic_Linux-4.3.1) and compiled + installed them according to the Readme. I installed the libpcanbasic first and then the ...