|
For the record, "c:\program files\java\jdk1.5.0\bin\" isn't useful in the CLASSPATH - it doesn't contain any Java classes.
Here's what I need to help you - I need screenshots of the following:
- Your source code (I want an actual screen shot, not a cut and paste).
- A directory listing of the code you're trying to run. (Type 'dir' in the cmd window. If the listing is too long for the window, create a new directory and move your code there).
- A compile and an attempt to run the program. Include an 'echo %CLASSPATH%' as well.
|