Before today, I would put in dos...
java <classname>
and the program would run.
Today, that no longer works and I have to type in
java -classpath . <classname>
this is for ALL my programs, written today and before today. Anyone know why this changed? I haven't updated Java or anything, and the version number when using "java -showversion" shows, appropriately, 1.5 (aka, 5.0)