Link to home
Start Free TrialLog in
Avatar of Peter Chan
Peter ChanFlag for Hong Kong

asked on

Problem to setup

Hi,
I get
User generated image
when setting up

eclipse-inst-win64

on Win 7 machine. Why?
Avatar of nobus
nobus
Flag of Belgium image

is Java installed and up to date?  the error points to a Java file
Avatar of Peter Chan

ASKER

Yes, I've already set up jdk-7u79.
What is the OS version you have? is it x64 or x86?
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This is 64-bit Win 7.

I create JAVA_HOME environment variable (then have rebooted the machine) to point to
C:\Program Files\Java\jdk1.7.0_79

but have still got the same error.
Please open cmd.exe and post the result of the following

echo %JAVA_HOME%

Open in new window

FYI
User generated image
OK. That's good. Now finally prepend the following to your PATH variable

%JAVA_HOME%\bin;

Open in new window

I've appended such to PATH variable (have then also re-booted the machine) but the same problem persists!
You should PREpend it
I PREPEND it (and have also re-booted the machine) but the problem still persists!
Can you please post the output of the following (hint: easier to learn how to copy and paste in cmd.exe)?

echo %PATH%

Open in new window

Here is what I've got
User generated image6u.png
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
How to hard-code the name? Thanks
C:\Program Files\Java\jdk1.7.0_79\bin;

Open in new window

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:)