Problems after installing Quicktime for java
843804Aug 12 2004 — edited Aug 12 2004Hi
I just recently installed Quicktime for java on my computer. Previous to this installation I was running j2sdk1.4.2_03 and this was working fine (compiling and running code) for me. But since I installed QTjava all I can do is compile code.
I have reset my class path back to
CLASSPTH = .;C:\j2sdk1.4.2_03\bin
and my path to
PATH = ........... .;C:\j2sdk1.4.2_03\bin
When I try to run a simple helloworld programe I get the following error
Exception in thread "main" java.lang.NoSuchMethodError: main
I konw that this is something to do with my classpath, but I cann't figure out what is wrong, any ideas would be greatly appricatied
Donal