Hi,
Thank you , you way work,
but everyt time I need to use the command to open eclip
and my path is
D:\oracle\ora92\bin;D:\Program Files\Oracle\jre\1.3.1\bin;D:\Program Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Java\jdk1.5.0_07\bin;%ANT_HOME%\bin;D:\Program Files\Common Files\Adobe\AGL
where is the jdk 1.3 come from? how can I open my eclipe by only click it?
Thank you!
D:\oracle\ora92\bin;D:\Program
Files\Oracle\jre\1.3.1\bin;D:\Program
Files\Oracle\jre\1.1.8\bin;
-- This is the problem, as oracle's jre is there in the path first eclipse takes it as the default jre
you have to modify your path by placing C:\Java\jdk1.5.0_07 before oracles jre
this in most cases does no harm to oracle and you can open eclipse by double clicking on it
hi :-)
other things you can do is setting eclipse to use a particular vm,
instead the default one on your system.
On the shortcut of your eclipse.
update the Target: into something like this
example:
C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe"
regards,