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

Trivial - BUILDING.md directs to JDK 8 #264

Closed
Decar opened this issue Mar 29, 2018 · 2 comments
Closed

Trivial - BUILDING.md directs to JDK 8 #264

Decar opened this issue Mar 29, 2018 · 2 comments

Comments

@Decar
Copy link
Contributor

Decar commented Mar 29, 2018

Code no longer runs under JDK 8.
Loading a saved game the VM fails because ByteBuffer.flip() doesn't exist.
JDK 9 resolved this issue because the method exists.
Here's a URL:
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html

@farin
Copy link
Owner

farin commented Mar 30, 2018

Buffer.flip should be there since https://docs.oracle.com/javase/7/docs/api/java/nio/Buffer.html#flip()

Last time I run it. I used

java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

@Decar
Copy link
Contributor Author

Decar commented Mar 30, 2018 via email

@farin farin closed this as completed Mar 30, 2018
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