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

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
ronald sidharta

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

Post 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
tom lucas

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

Post 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...
Post Reply