Eclipe 3.1 problem

Hi My eclipe suddent have problem when every I try to open it I got require java version 1.4.1 and available 1.3.0... actually I use java C:\Java\jdk1.5.0_07 and my jboss and weblogic work fine with jdk 1.5what is the problem ?thank you
[264 byte] By [TMarya] at [2007-10-3 6:02:38]
# 1
most probably your path enviornment variable will be pointing to jdk1.3try starting eclipse using this commandPath to eclipse.exe -vm Path to javaw.exeexampleD:\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_03\bin\javaw.exe
arunmp25a at 2007-7-15 0:44:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

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!

TMarya at 2007-7-15 0:44:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

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

arunmp25a at 2007-7-15 0:44:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Thank you arunmp25,everything work fine!appreciate the help
TMarya at 2007-7-15 0:44:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

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,

jie2eea at 2007-7-15 0:44:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
Hi I have souce fold or war file how can I import the whole fold into eclip that will easy for me to debug it Thank you
TMarya at 2007-7-15 0:44:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...