I am trying to run an exsisting project in Eclispe luna. I am getting the following error. The zip file of the project is available at the following link
http://processors.wiki.ti.com/index.php/File:JavaSimplePeripheral.zip
Error Usage: java ClassFileVersionPrinter [-R] PATH * PATH must be an existing class file, a directory, a ZIP-file or a JAR-file. * If PATH is a directory and -R is specified, all subdirectories will be processed recursively. Otherwise only class files contained directly in the specified directory will be processed.
jess
Here is my stack trace:
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver Exception in thread "main"
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.pathat
java.lang.ClassLoader.loadLibrary(Unknown Source) at
java.lang.Runtime.loadLibrary0(Unknown Source) at
java.lang.System.loadLibrary(Unknown Source) at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
atcc2540.logic.ListAvailablePorts.getPortArray(ListAvailablePorts.java:21) at cc2540.gui.GUI.<init>(GUI.java:54)at cc2540.gui.GUI.main(GUI.java:269)