Recent Changes - Search:

I'm sorry, I didn't catch your name https://www.enlightenedtraining.com/stmap_21wizxfu.html?toprol.ticlopidine.cialis zovirax duo dm "The potential opportunity is substantial. As the British Geological Survey estimates, UK shale gas resources may be 50% larger than conventional gas resources. With exploratory drilling now going ahead, estimates will be more accurate and the British Geological Survey is due to release a more comprehensive estimate of the UK's shale gas resources in 2013."

SunSpot

Links


Installation

pre:

 sudo apt-get install hal

Error:

     [java] Please wait while connected Sun SPOTs are examined...
     [java] java.lang.UnsatisfiedLinkError: /home/wim/projects/SunSPOT/sdk/lib/librxtxSerial.so:
 /home/wim/projects/SunSPOT/sdk/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) thrown while
 loading gnu.io.RXTXCommDriver

Source

Solutions: install version of librxtxSerial suited to your system, find it and replace the version in the SunSpot SDK:

 sudo apt-get install librxtx-java 
 cd /usr
 find . -name librx*     # result was: ./lib/jni/librxtxRS485.so
 cp lib/jni/librxtxSerial.so /home/wim/projects/SunSPOT/sdk/lib/librxtxSerial.so 
Edit - History - Print - Recent Changes - Search
Page last modified on December 15, 2011, at 12:09 AM