> To run SimpleExample.class you must type
>
> java SimpleExample
>
> because the point "." has the same efect than "/" to
> separate packages and directories
I did get SimpleExample to run:
java -green -cp "." SimpleExample
and was able to run a more complex program using -cp to point to th
Hi !
I'll answer the easier question:
To run SimpleExample.class you must type
java SimpleExample
because the point "." has the same efect than "/" to
separate packages and directories.
I think that you typed
java SimpleExample.class
and you get:
Exception in thread "main" java.lang.NoClassD