Search found 6 matches

by walkerjitzu
Mon 17. Feb 2020, 14:00
Forum: Linux
Topic: PCanBasic Java: unsatisfied link error
Replies: 2
Views: 3128

Re: PCanBasic Java: unsatisfied link error

Hi, thank you for your response. By running the PCan example application I was able to see that indeed the library that I built was created correctly, but for some reason if I try to run my application in the IDE I'm using (IntelliJ IDEA), it won't work as it throws UnsatisfiedLinkException. So I ...
by walkerjitzu
Thu 6. Feb 2020, 15:51
Forum: Linux
Topic: PCanBasic Java: unsatisfied link error
Replies: 2
Views: 3128

PCanBasic Java: unsatisfied link error

Hello, I would like to try out Peak PCanBasic Java but I'm having some problems with the library. I have installed the char driver and built and installed pcanbasic, and also pcanbasic_java it seems, but I get UnsatisfiedLinkError when calling initializeAPI() for PCANBasic. I don't understand what's ...
by walkerjitzu
Thu 6. Feb 2020, 10:28
Forum: Linux
Topic: CAN interface not showing up
Replies: 7
Views: 14906

Re: CAN interface not showing up

Ok, thank you for clearing that out.
by walkerjitzu
Wed 5. Feb 2020, 16:36
Forum: Linux
Topic: CAN interface not showing up
Replies: 7
Views: 14906

Re: CAN interface not showing up

Nice! It works... I was not aware of ip link. The only thing is that now pcanview can't find any device
by walkerjitzu
Wed 5. Feb 2020, 15:59
Forum: Linux
Topic: CAN interface not showing up
Replies: 7
Views: 14906

Re: CAN interface not showing up

Thank for the reply, here it is

*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*------------- Release_20191029_n (8.9.3) Feb 5 2020 15:26:24 --------------
*------------------------------- [mod] [usb] --------------------------------
*--------------------- 1 ...
by walkerjitzu
Wed 5. Feb 2020, 15:46
Forum: Linux
Topic: CAN interface not showing up
Replies: 7
Views: 14906

CAN interface not showing up

Hi all, I'm developing an application in Java that communicates with CAN using a Java JNI porting of the Socket Can library. (https://github.com/entropia/libsocket-can-java)
I am using Ubuntu 19.10, and I have installed the peak linux drivers with

make NET=NETDEV_SUPPORT
sudo make install
sudo ...