posted 18 years ago
Thanks for advising me to check version of java. Which actually seems the problem, However I am not able to establish which version I am using while in TextPad. But when I check at Dos prompt it gives me as under :
C:\Documents and Settings\Windows 2000>javac -version
javac 1.5.0_02
C:\Documents and Settings\Windows 2000>java -version
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)
Good news is that compilation and execution works at Dos prompt.
Any idea how to check java version while in Textpad.
FYI, I strongly believe that I have only one version of Java on my PC and that is 1.5.0_02.