Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenJDK 8
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
gus.j.power
n00b
n00b


Joined: 17 Nov 2010
Posts: 12
Location: London

PostPosted: Thu Mar 05, 2015 8:51 am    Post subject: OpenJDK 8 Reply with quote

Hi,

I learned yesterday that there is a Java 8 version of OpenJDK - http://openjdk.java.net/projects/jdk8u/

It was pretty simple to install, though the docs aren't obvious so I figured I'd post it here in case someone finds it useful:

Code:

hg clone http://hg.openjdk.java.net/jdk8u/jdk8u40
cd jdk8u40
. get_source.sh
chmod +x configure
./configure
make
make images

ls -alh build/linux-x86_64-normal-server-release/images/j2sdk-image


Does anyone know if there are any plans to create an ebuild for this? I see icedtea ebuilds currently at 7.2.5.3.

G
_________________
--with-${relevantQuote}
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Thu Mar 05, 2015 10:11 am    Post subject: Re: OpenJDK 8 Reply with quote

See bug 453804 and bug 506162.
Back to top
View user's profile Send private message
oz_tiram
n00b
n00b


Joined: 31 May 2015
Posts: 45

PostPosted: Sun Oct 04, 2015 7:10 am    Post subject: Reply with quote

This post is one of the first results that pops when searching about openjdk-8 in gentoo.

I know the whole point of gentoo is building from source, but sometimes, there is no ebuild, or
it is too hard.
Hence, here is a binary build from another source based distribution, Linux From Scratch has instructions,
and a binary build.

http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-1.8.0.60/OpenJDK-1.8.0.60-{i686,x86_64}-bin.tar.xz

Build instructions can be found here:
http://www.linuxfromscratch.org/blfs/view/stable/general/java.html
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Sun Oct 04, 2015 9:44 am    Post subject: Reply with quote

icedtea-3 is in fact available in the java overlay.
Back to top
View user's profile Send private message
oz_tiram
n00b
n00b


Joined: 31 May 2015
Posts: 45

PostPosted: Sun Oct 04, 2015 10:02 am    Post subject: Reply with quote

genstorm wrote:
icedtea-3 is in fact available in the java overlay.


Yep, but it's quite new! Good to know. I will test this ebuild too.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum