Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems after installing Quicktime for java

843804Aug 12 2004 — edited Aug 12 2004
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2004
Added on Aug 12 2004
1 comment
92 views