Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Towards Java 8

Also, on the Eclipse side, once you have installed Java 8, you most likely will need to add the new Java in the Installed JREs in the preferences of your Eclipse workspace. If you have existing Debug/Run configurations, you can change the Execution environment to JavaSE-1.8.

Marc-Andre

________________________________________
From: tracecompass-dev-bounces@xxxxxxxxxxx [tracecompass-dev-bounces@xxxxxxxxxxx] on behalf of Matthew Khouzam [matthew.khouzam@xxxxxxxxxxxx]
Sent: Thursday, 15 October 2015 2:17 PM
To: tracecompass developer discussions
Subject: [tracecompass-dev] Towards Java 8

Hi all,

Tracecompass will soon be upgrading to java 8. To get ready for this,
please update your jdks. If you are like me on Ubuntu 14.04, there's a
ppa to add:
*ppa:openjdk-r/ppa

Then

sudo apt-get update
sudo apt-get install openjdk8-* (or some subset of that)

Cheers

Matthew
*
_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev


Back to the top