[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.linuxtools] Re: Eclipse and Linux
|
Hi,
On Sun, 2009-04-05 at 13:57 +0000, rosane wrote:
> I would like to know what is the latest
> version from Fedora Eclipse with Java JDK 1.6 with Linux OS Fedora Core 9
> or plus...
In any Fedora release, typing the following in a terminal (as root) will
get you the latest set of packages that make up the Eclipse SDK:
yum update eclipse-pde
> What is the good version to work with these together...?
Fedora 9 (note: no "Core" anymore) shipped with OpenJDK which is a
1.6-level JDK. It will get brought in automatically as a dependency of
Eclipse. You can use your own JDK by either setting up your alternative
or pointing Eclipse at it with: eclipse -vm /path/to/java/bin
HTH,
Andrew