java.lang.noclassdefFoundError

I have just downloaded SSC32 Java Controller application onto my computer and tried to run it and it gave me this error java.lang.noclassdefFoundError. I have the latest version of Java installed onto my machine and also I have tried this application on multiple computers and sadly no luck. Is there anything else that I am missing that needs to be done in order to have this program running. I am using netbeans to compile and run the program. I have gone through lots of googling and again sadly no luck. I would just like to run the program so I can know the positions of my servos and than I can set the positions in my program that I wrote to control the robot.

Any help would be greatly appreciated.

FYI - I am writing this program in JAVA

Thank in Advance

Riz

Use J2ME or the following classes and DLL:

web.media.mit.edu/~benres/simpleserial/

Write a byte at a time and lose the spaces and \n. Only use the \r… all the other binary DLLs are buggy…

If you want more advanced interaction with your serial port try www.rxtx.org but that is no better than hanging off a 747 instead of buying a seat in one :wink: Serial comm sux in Java…