Skip to main content

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

Hi Matthew,

That's great! Some precisions :)


On 2015-10-15 02:17 PM, Matthew Khouzam wrote:
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

You can use the command:
sudo apt-add-repository ppa:openjdk-r/ppa
to add it automatically.

Or visit https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa
and follow the instructions.


Then

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

The package names are actually openjdk-8-*  (dash before the 8)

You will need "openjdk-8-jdk", and potentially -source and -doc if you want the javadoc and sources available in Eclipse.

Cheers,
Alexandre


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