eclipse instalation [message #45670] |
Mon, 30 April 2007 23:12 |
Eclipse User |
|
|
|
Originally posted by: kraftwerk22.hotmail.com
I downloaded Eclipse-3.2.1,
but. when I execute, eclipse doesn´t find javaw.exe file.
How can I do to install it?
|
|
|
|
Re: eclipse instalation [message #45728 is a reply to message #45670] |
Tue, 01 May 2007 13:42 |
Eclipse User |
|
|
|
Originally posted by: marcelabx.gmail.com
Before using eclipse you need JRE(execution environment)
But I recommend you to install JDK (development environment)
because without JDK you can not depurate in eclipse.
In summary you have to set the environment vars "PATH" AND "JAVA HOME"
Example
If you installed java in the directory:
/usr/java/jdk-1.5
you have to do:
JAVA_HOME=/usr/java/jdk-1.5
PATH=/usr/java/jdk-1.5/bin
good luck
|
|
|
Powered by
FUDForum. Page generated in 0.03217 seconds