Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with Java 1.8.0_92-b14, Mac Sierra #32

Closed
coolrb opened this issue Dec 27, 2017 · 3 comments
Closed

Build fails with Java 1.8.0_92-b14, Mac Sierra #32

coolrb opened this issue Dec 27, 2017 · 3 comments

Comments

@coolrb
Copy link

coolrb commented Dec 27, 2017

I am trying to build with Java 1.8.0_92-b14. However, it generates following error

[ERROR] error: error while loading CharSequence, class file '/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken
[INFO] (bad constant pool tag 18 at byte 10)

@schmmd
Copy link
Member

schmmd commented Jan 3, 2018

Ollie was built with Scala 2.9 so it requires Java 1.7.

@schmmd schmmd closed this as completed Jan 3, 2018
@schmmd
Copy link
Member

schmmd commented Jan 3, 2018

I usually run a Docker image with Java 1.7 to build and run libraries with this requirement.

@schmmd
Copy link
Member

schmmd commented Jan 19, 2018

You can now run Ollie using Docker.

docker run -it schmmd/ollie:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants