Page 1 of 1

plz help - compile errors

Posted: Sun Jun 20, 2004 4:39 pm
by jerseyboy428
AHH.

ok, so I've been trying to get the stupid thing to compile but it just wont. I tried fixing all of the file names and ALL of that, but it just wont work.

When I compile, this message appears:

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.3', but '1.4' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.

Tool completed with exit code 2


I've just about had it with java, the jdk, and the jre. lol. I just don't know what the problem is. I know it is stupid- could someone possibly tell me what I need to have in some file. Thanks!!!

-Nick

Posted: Sun Jun 20, 2004 4:50 pm
by jerseyboy428
hi again....

I am now downloading the JRE 1.4.2_04...I could have sworn that I did before..?
-----
results: gets rid of errors above, but now I get this:

java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
Exception in thread "main"
Tool completed with exit code 1


any ideas?

install?

Posted: Fri Jul 16, 2004 11:40 am
by delley
Have you set environment variables according to java install guide?

i.e. JAVA_HOME, CLASSPATH and PATH variable.

delley