\UsbView.java:177: fireTreeStructureChanged(ch.ntb.usb.Usb_Bus) has protected access in ch.ntb.usb.usbView.UsbTreeModel
treeModel.fireTreeStructureChanged(bus);
is there a way around this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got something called ReadWrite.java
from
* Java libusb wrapper
* Copyright (C) 2005-2006 Andreas Schläpfer <spandi at users.sourceforge.net>
*
which built, then gave a run error of
java.lang.UnsatisfiedLinkError: no LibusbJava in java.library.path
which looks much more amenable to fixing
I found a LibusbJava.dll which I put in the path, but that didnt work ….
is there a single point where I can download, install and run a demo of Java libusb ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cant build UsbView.java because"
\UsbView.java:177: fireTreeStructureChanged(ch.ntb.usb.Usb_Bus) has protected access in ch.ntb.usb.usbView.UsbTreeModel
treeModel.fireTreeStructureChanged(bus);
is there a way around this?
I got something called ReadWrite.java
from
* Java libusb wrapper
* Copyright (C) 2005-2006 Andreas Schläpfer <spandi at users.sourceforge.net>
*
which built, then gave a run error of
java.lang.UnsatisfiedLinkError: no LibusbJava in java.library.path
which looks much more amenable to fixing
I found a LibusbJava.dll which I put in the path, but that didnt work ….
is there a single point where I can download, install and run a demo of Java libusb ?