"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by Rodney Knight:
...I tried the "java -cp. Shuffle1"...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
You need a space between the -cp and the fullstop. Also you've typed Suffle1 instead of Shuffel1I tried the "java -cp. Shuffle1"
Originally posted by marc weber:
Make sure there's a space between -cp and the dot.
(Also, check the spelling: "Shuffle1" vs. "Shuffel1".)
[ September 12, 2007: Message edited by: marc weber ]
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by Rodney Knight:
I don't have a CLASSPATH in my envionmental variables.
Originally posted by Jesper Young:
Are you sure? What do you see if you type the following command in a command prompt window:
echo %CLASSPATH%
If you don't have CLASSPATH set and you're using Java 5 or newer, then Java should automatically look in the current directory for classes and the "-cp ." should not be necessary. I suspect that you do have the CLASSPATH variable set somewhere, even though you think you haven't.
Originally posted by marc weber:
...In Windows, use Start > Settings > Control Panel > System. Under the "Advanced Tab" of System Properties, click on the button "Environment Variables." There should be "User variables" and "System variables." Check both of these for a CLASSPATH. If there it's there, post its complete value here and we'll go from there.
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by marc weber:
[QB][/QB]
Originally posted by Rodney Knight:
...I'll not use NetBeans until I understand more about what is going on...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
| Consider Paul's rocket mass heater. |