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

AddressDivisionBase dependent on jdk 9 #121

Closed
yuedaxia76 opened this issue Jan 29, 2024 · 3 comments
Closed

AddressDivisionBase dependent on jdk 9 #121

yuedaxia76 opened this issue Jan 29, 2024 · 3 comments

Comments

@yuedaxia76
Copy link

protected static final BigInteger BIG_MIN_RADIX = BigInteger.TWO,
		BIG_MAX_RADIX = BigInteger.valueOf(MAX_RADIX);

BigInteger.TWO is add in jdk 9

@yuedaxia76
Copy link
Author

in README version 5.4.1 Requires Java 8 or higher. but not run on java 8.

@seancfoley
Copy link
Owner

This was unintended, I can correct this with another release shortly.

@seancfoley
Copy link
Owner

Fixed in version 5.4.2.

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