Skip to content

Add docs to README and ant usage output to specify target Java version.#1

Open
keithrbennett wants to merge 1 commit intodblacka:masterfrom
keithrbennett:add-target-java-version-docs
Open

Add docs to README and ant usage output to specify target Java version.#1
keithrbennett wants to merge 1 commit intodblacka:masterfrom
keithrbennett:add-target-java-version-docs

Conversation

@keithrbennett
Copy link
Copy Markdown

This documentation is about a general Java issue and not an issue specific to this repo, but I thought you might want to include it anyway. My ignorance of the target version issue cost me a few hours and I thought an explanation might help others avoid this.

I built the jar file using Java 8, and when it was used with Java 6, got this error:

... Unsupported major.minor version 52.0 (RuntimeError)

After some research I found the solution, which is in the documentation I added.

… a Java target version.

This is necessary, for example, if the jar file is built with Java 8 but will need to be run with Java 6.
dblacka added a commit that referenced this pull request Jul 6, 2020
dblacka added a commit that referenced this pull request Jul 6, 2020
This attempts to adjust the proof to match the errata filed back in
2012.  It turns out that the qtype=DS/qtype!=DS logic is the same either
in the case we find a matching NSEC3 or we do not and the "next closer"
NSEC3 has the opt-out bit set.
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

Successfully merging this pull request may close these issues.

1 participant