[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Eclipse for Linux - Java Issues

Don Tucker schrieb:
> Daniel,
> 
> I also have the Sun JDK installed, but I'm not sure how to tell Eclipse
> to use that instead of what it uses by default?  Could you tell me what
> you changed to make it work?
> 
> Don
> 

The JPackage.org RPM does this by adding a new entry for the Sun JDK to
the alternate system and making it the default (this changes the
symlinks java, javac, and rmic). So Eclipse will be started using the
new JDK. For programming with Java 1.5 you must change the used JDK in
Eclipse under Window -> Preferences -> Java -> Installed JRE. The
directory is the GCJ installation dir. This must be changed to the Sun
JDK installation dir.

I cannot look at a running Sun JDK and Eclipse installation because I've
updated to FC5 and my wlan card doesn't work :-(.

HTH
Daniel