- framework updated

- logger added

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@69 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-01-09 09:13:50 +00:00
parent 9f85a64c0d
commit 7681d7a4ea
13 changed files with 1285 additions and 465 deletions

View File

@@ -1,6 +1,8 @@
package ch.ntb.usb;
public class LibusbWin {
private static final String sysDir = "C:/Windows";
// Core
/**
@@ -291,6 +293,6 @@ public class LibusbWin {
/*******************************************************************/
static {
System.loadLibrary("LibusbWin");
System.load(sysDir + "/system32/LibusbWin.dll");
}
}