I installed j2sdk1.4.0, Tomcat4.0.4, IIS and JBuilder on my system and
integrated IIS and Tomcat for my project work..... All r
working fine, but I cudnt able to run standalone java programs.
Compilation(javac) is doing without problem but cudnt able to
execute with "java <filename>" command.The error shows like this.....
**********
C:\personalize\raja\java>javac test.java
C:\personalize\raja\java>java test
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.
***********
I believe the error is becuase when u install JBuilder it also install JDK1.3,
so I changed the CurrentVersion to 1.4 from 1.3.
Afterwards it began to show error like this which I cudnt able to remove it...
***********
C:\personalize\raja\java>java test
Exception in thread "main" java.lang.NoClassDefFoundError: test
***********