/jformica_examples

Ant library examples

Primary LanguageJava

Self contained eclipse project. Uses usb4java for JSR80 implementation.

Windows:

Linux:

OSX:

  • should work, but not sure if there are additonal steps.

Common:

  • import project dir into eclipse e.g jformica_java
  • fix JRE/JDk setup (see section below)
  • compile and run

Fix JRE:

  • right click imported project
  • click properties
  • When dialog appears, click 'Java Build Path'
  • click 'JRE system library'
  • click edit
  • select an execution environment that exists on your system (Workspace default?)

TROUBLESHOOTING:

Here are some errors and solutions that have been reported.

Windows:

EXCEPTION_ACCESS_VIOLATION in libusb usbi-read :

Try updating Zadig or installing the latest libusk from: http://libusbk.sourceforge.net/UsbK3/index.html

Where is the source?