could anyone help me please in solving this problem
My java programme was working absolutely perfect.
but all of a sudden it is showing me this type of error
1} Could not find java.dll
2} could not find java2 Runtime Environment.
What i should do next
thanks
11-17-2000, 06:08 AM
zfq
Re: Regarding Java
"wilson80" <stancher56@hotmail.com> wrote:
>
>could anyone help me please in solving this problem
>My java programme was working absolutely perfect.
>but all of a sudden it is showing me this type of error
>1} Could not find java.dll
>2} could not find java2 Runtime Environment.
>What i should do next
> thanks
if your jdk instal the directory c:\jdk1.2
set path=%path%;c:\jdk1.2\bin
java.exe
if you would have get error,
dir c:\windows
you will find
java.exe
javaw.exe
you should
del java.exe
del javaw.exe