On Nov 9, 2008, at 10:33 AM, Vijay ragavan wrote: > Please help me on this.... > > Hi I am trying to use Mate and I have got this basic error. Please > let me know how to go about this. > > [EMAIL PROTECTED]:/opt/tinyos-1.x/apps/BombillaTelosB$ java > net.tinyos.script.Scripter reboot reboot.txt > serial@/dev/ttyUSB0:57600: resynchronising > Injecting script > > java.lang.ClassNotFoundException: > vm_specific.BombillaTelosBVMConstants > java.lang.ClassNotFoundException: > vm_specific.BombillaTelosBVMConstants > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: > 268) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at > net.tinyos.script.ConstantMapper.loadMap(ConstantMapper.java:68) > at > net.tinyos.script.ConstantMapper.<init>(ConstantMapper.java:63) > at net.tinyos.script.Configuration.<init>(Configuration.java: > 79) > at > net > .tinyos.script.ScripterCommandLine.<init>(ScripterCommandLine.java:72) > at net.tinyos.script.Scripter.main(Scripter.java:129)
Java can't find that class file. This means it either hasn't been compiled properly when you typed make, or that Java can't find it through your CLASSPATH. These are both Java things, so there should be lots of resources on the web about it. Chances are your CLASSPATH does not have "." in it. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
