Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » JDK 1.5.0 - Does it work with Eclipse 3.0.1?
JDK 1.5.0 - Does it work with Eclipse 3.0.1? [message #273398] Tue, 05 October 2004 13:59 Go to next message
Eclipse UserFriend
Originally posted by: mrksio2.yahoo.com

Will the new features in JDK 1.5.0 work with Eclipse 3.0.1? I tried to
create a file using templates yesterday
ArrayList<Integer> list = new ArrayList<Integer>();
and Eclipse was not happy.

Thanks
Re: JDK 1.5.0 - Does it work with Eclipse 3.0.1? [message #273405 is a reply to message #273398] Tue, 05 October 2004 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mrksio2.yahoo.com

It appears that jdk 1.5 and Eclipse 3.0 are not compatible. That is, the new
features in 1.5 will not work with Eclipse 3.0 but if you are using JRE 1.5
you will still be able to use Eclipse 3.0. Eclipse 3.1M1 does recognize the
new Collections features in JDK1.5, however autoboxing does not work.



"news-server.hvc.rr.com" <mrksio2@yahoo.com> wrote in message
news:cjun3r$74f$1@eclipse.org...
> Will the new features in JDK 1.5.0 work with Eclipse 3.0.1? I tried to
> create a file using templates yesterday
> ArrayList<Integer> list = new ArrayList<Integer>();
> and Eclipse was not happy.
>
> Thanks
>
>
Re: JDK 1.5.0 - Does it work with Eclipse 3.0.1? [message #273408 is a reply to message #273398] Tue, 05 October 2004 15:39 Go to previous message
Eclipse UserFriend
Originally posted by: uj.pdb.tele2.se

I've downloaded the Cheetah patch on Eclipse 3.0.0. This made it possible
to use generics and the foreach loop. Then I tried the same with 3.0.1 but
it didn't worked so I changed to Eclipse 3.1 M2 and then it works again
(without any separate download of Cheetah).

news-server.hvc.rr.com wrote:

> Will the new features in JDK 1.5.0 work with Eclipse 3.0.1? I tried to
> create a file using templates yesterday
> ArrayList<Integer> list = new ArrayList<Integer>();
> and Eclipse was not happy.

> Thanks
Previous Topic:JDK 1.5.0 - Does it work with Eclipse 3.0.1?
Next Topic:After installing Java Web Start eclipse will not start
Goto Forum:
  


Current Time: Wed Apr 30 12:06:33 EDT 2025

Powered by FUDForum. Page generated in 0.27928 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top