Can't Run with java command
Have just installed SDk J2SDK SE 1.4.2_05 and everything seems to be configured alright.........
java - version displays as expected.
javac does its job as expected and compiles class files (have configured path permanently)....
whenever I try to run the java command on that class file I am informed
Exception in thread "main" java.lang.NoClassDefFoundError: <Filename>
has the way of running a java command changed between ver 1.4.1 and 1.4.2? or is there a problem in the java.lang class?
Please advise as this seems like it might be a bug!!!!!
Thanks

