Page 1 of 1

java registry error *1.3 is required....*

Posted: Fri Apr 12, 2002 5:09 am
by ronald sidharta
Hello,
when I tried to run my java app using the "run" tool instead of the "run java app" tool, it gave me this error

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

Tool completed with exit code 2

well. the reason I used the "run" tool, is because I wanted to run java command with command line argument.

please help
you can directly reply to my email.

Thank you very much,
Ronald Sidharta

Re: java registry error *1.3 is required....*

Posted: Wed Apr 24, 2002 9:15 pm
by tom lucas
I repaired this problem by making sure that registry keys

HKEY_CURRENT_USER/Software/Helios/TextPad4/Tools/0/Command was set to <drive>:\<jdkversion>\javac.exe

HKEY_CURRENT_USER/Software/Helios/TextPad4/Tools/1/Command was set to <drive>:\<jdkversion>\java.exe

HKEY_CURRENT_USER/Software/Helios/TextPad4/Tools/2/Command was set to <drive>:\<jdkversion>\appletviewer.exe

Warning, I could swear that these values got reset somehow and I had to do this again...