rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

OpenJDK Compatability #104

Closed thomashillenbrand closed 5 years ago

thomashillenbrand commented 5 years ago

Since the OracleJDK is no longer available through the PPA, could we install the OpenJDK version of Java 8 and still build the application without issue?

rjurney commented 5 years ago

Shit, really? I just looked up https://www.linuxuprising.com/2019/02/install-any-oracle-java-jdk-version-in.html and it looks promising.

I have to fix this thing up for a class in a couple weeks, so I'll be doing some work on it. By all means an option to use OpenJDK would be awesome. Are you volunteering? :)

thomashillenbrand commented 5 years ago

I installed OpenJDK and continued on with the rest of the installations without issue. I was planning on working thru the book now, and would be happy to let you know if I run into any issues.

rjurney commented 5 years ago

Would you mind submitting the steps you used as an edit to the book's install code? I would test it and would really appreciate it, as would others!

Thanks, Russell Jurney @rjurney http://twitter.com/rjurney russell.jurney@gmail.com LI http://linkedin.com/in/russelljurney FB http://facebook.com/jurney datasyndrome.com

On Tue, Apr 23, 2019 at 6:58 AM thomashillenbrand notifications@github.com wrote:

I installed OpenJDK and continued on with the rest of the installations without issue. I was planning on working thru the book now, and would be happy to let you know if I run into any issues.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rjurney/Agile_Data_Code_2/issues/104#issuecomment-485814296, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAKJJM3IDYBBAIQ6QIBXSTPR4IXFANCNFSM4HHTEOGQ .

thomashillenbrand commented 5 years ago

Sure thing, I'll try to do it tonight or tomorrow.

IvanVigor commented 5 years ago

Thank you for your feedbacks @rjurney. I have modified in my directory your script bootstrap.sh (line 31)

before: sudo apt-get install openjdk-8-jdk to: sudo apt-get install -y openjdk-8-jdk.

rjurney commented 5 years ago

Fixed both AWS and vagrant scripts

rjurney commented 5 years ago

Thanks, this works.