I am trying to install LeJOs 0.9 on Mac os x snow leopard.
I started by installing the Lego Mindstorms software (Standard Lego Software) with the Snow Leopard fix provided by lego and all worked fine. I was following the step by step guide, but I always get a ClassDefNotFoundError when I try to run "nxjbrowse -u" command.
These are the variables that I set:
- Code: Select all
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
export NXJ_HOME=/Users/nelse/lejos_nxj
export DYLD_LIBRARY_PATH=$NXJ_HOME/bin
export PATH=$PATH:$JAVA_HOME/bin:$NXJ_HOME/bin
Can someone help me to figure out where the error might be?
Thank you for your help!
nelse

