Re: Help with JDK 1.2 library problems

1999-08-06 Thread Timothy Stewart
> 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

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Pere Serra
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