I have lion osx installed on my mac and i want to use my mac to develop on lejos. I searched a lot for a decent install guide but i couldn't find one. So i tried other tutorials online but it won't work. I first installed everything from the cd i also installed the phantom driver. I did this tutorial : http://www.sjefdesign.nl/?p=651 . But when i did nxjbrowse -u . i got this error :
Exception in thread "main" java.lang.NoClassDefFoundError: lejos/pc/tools/NXJBrowser
Caused by: java.lang.ClassNotFoundException: lejos.pc.tools.NXJBrowser
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Which is basically the same error i get when the device is not connected (But it is ...).
I also installed the plugin in eclips (32-bit) and then tried to flash it and i got this error
- Code: Select all
flashing the firmware failed
java.lang.RuntimeException: magic string not found
See Eclipse error log for detailed stack trace.
I'm out of options... can someone help me ?

