请教eclipse问题!

今天我下载了eclipse,
我的jdk的安装目录为d;\jdk1.4
下载的eclipse.exe文件在d;\eclipse-SDK-2.0.1-win321\eclipse\eclipse.exe
当我运行eclipse.exe文件时,报以下错误:
no java virtul machine was found after serching the following
locations
d:\eclipse-SDK-2.0.1-win321\eclipse\jre\bin\javaw.exe
'java.exe' in your current PATH

我怎样做才能解决安装问题?

建立一个 elipse.bat然后在这里写上
eclipse.exe -vm .\jdk1.3.1\jre\bin\javaw
将.\jdk1.3.1\jre\bin\javaw替换成 你的jre的javaw路径

然后运行这个bat就可以了