Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Use of Java 8

Hi Wainer,

You should use the target definition located at
releng/org.eclipse.linuxtools.target/linuxtools-e4.4.target
It specifies the correct version of jdt.annotation that doesn't require
Java 8.

In the lttng setup page, there is a little section that explains this:
http://wiki.eclipse.org/Linux_Tools_Project/LTTng_Eclipse_Plug-in_Development_Environment_Setup#Set_the_Target_Platform

Regards,
Marc-Andre

On 14-08-04 05:26 PM, Wainer dos Santos Moschetta wrote:
> Hi everyone,
>
> Today I had some trouble importing gdbtrace and dependencies in my
> eclipse 4.4 because it threw a lot of errors (>40) related with use of
> Java 8 annotations whereas runtime is still 7. In confess it was a
> pain to configure eclipse in order to get those errors away.
>
> So I was wondering if it's really a good idea to use Java 8 at this
> point within our plug-ins. What you guys think about it?
>
> regards,
>
> Wainer S. Moschetta
>
>
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev



Back to the top