java.lang.ClassNotFoundException:
I am trying to run a simple HelloMIDlet example as the steps specified in "MIDP Setup Expalined" JDC article. It' compiles and preverfies fine. When I try to run from the command line as specified I get the error message java.lang.ClassNotFoundException: HelloMIDlet . I've seen the other topic and it's responses and yes it is a valid class and jad which I tried executing both ways. I even tried running the demos that came with the MIDP profile and came to the same result, so I'm assuming the examples from sun are valid. I'm only using the MIDP download and CLDC download, so I am doing everything at the command line. Any help would be greatly appreciated.
Thanks
David Corsaut

