Skip to main content



      Home
Home » Newcomers » Newcomers » Java5 and Eclipse. any Plugins?
Java5 and Eclipse. any Plugins? [message #38121] Sun, 20 March 2005 02:54 Go to next message
Eclipse UserFriend
Hi

I tried using Java5 to develop my app. I tried to constraint a collection
with the Integer type objects only by putting a

List<Integer> = ...

in the code. Instead of recognizing it as a Java5 Generics token, the editor
reported the angle bracket '<' as an unrecognized token!

Contrarily, I was hoping a ballloon to pop up as a code assist, like the one
that pops up and lists all available methods when you press a dot after an
object.

How can I get the editor to recognize these Generics tokens? Any updated
plugins for Java5 I need to install?
Re: Java5 and Eclipse. any Plugins? [message #38223 is a reply to message #38121] Sun, 20 March 2005 06:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kim_horne.ca.ibm.com

You need to be using Eclipse 3.1. Java 5 support wasn't in for 3.0.

Jaspreet wrote:
> Hi
>
> I tried using Java5 to develop my app. I tried to constraint a collection
> with the Integer type objects only by putting a
>
> List<Integer> = ...
>
> in the code. Instead of recognizing it as a Java5 Generics token, the editor
> reported the angle bracket '<' as an unrecognized token!
>
> Contrarily, I was hoping a ballloon to pop up as a code assist, like the one
> that pops up and lists all available methods when you press a dot after an
> object.
>
> How can I get the editor to recognize these Generics tokens? Any updated
> plugins for Java5 I need to install?
>
>
Re: Java5 and Eclipse. any Plugins? [message #38487 is a reply to message #38223] Mon, 21 March 2005 03:35 Go to previous messageGo to next message
Eclipse UserFriend
On 2005-03-20, Kimberly Horne <kim_horne@ca.ibm.com> wrote:

> You need to be using Eclipse 3.1. Java 5 support wasn't in for 3.0.

.... and _explicitly_ enable it:
- Window | Preferences | Java | Compiler for IDE-wide
- Project properties, Java Compiler for selected project.

--
MAN-UANIC
Eclipse.org downloads @ http://eclipse.osdn.org.ua/
Re: Java5 and Eclipse. any Plugins? [message #40249 is a reply to message #38223] Fri, 25 March 2005 13:56 Go to previous message
Eclipse UserFriend
I do have Eclipse 3.1. I dont see any editor support for Java 5 tokens like
Generics. Can someone layout the steps?

Thanks.
"Kimberly Horne" <kim_horne@ca.ibm.com> wrote in message
news:d1jqdd$25k$1@news.eclipse.org...
> You need to be using Eclipse 3.1. Java 5 support wasn't in for 3.0.
>
> Jaspreet wrote:
>> Hi
>>
>> I tried using Java5 to develop my app. I tried to constraint a collection
>> with the Integer type objects only by putting a
>>
>> List<Integer> = ...
>>
>> in the code. Instead of recognizing it as a Java5 Generics token, the
>> editor reported the angle bracket '<' as an unrecognized token!
>>
>> Contrarily, I was hoping a ballloon to pop up as a code assist, like the
>> one that pops up and lists all available methods when you press a dot
>> after an object.
>>
>> How can I get the editor to recognize these Generics tokens? Any updated
>> plugins for Java5 I need to install?
Previous Topic:How to change fontsize in Navigator view??
Next Topic:adding new plugins Eclipse 3.1.M5a
Goto Forum:
  


Current Time: Wed Apr 30 11:30:05 EDT 2025

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

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

Back to the top