#447: manual: Compile to Java 5 Bytecode -------------------------+----------------------------- Reporter: Rurban | Owner: Evenson Not Org Type: defect | Status: closed Priority: major | Milestone: 1.6.1 Component: other | Version: 1.5.0 Resolution: fixed | Keywords: docs Parent Tickets: | -------------------------+----------------------------- Changes (by Evenson Not Org):
* status: assigned => closed * resolution: => fixed
Comment:
Correction:
Our compiler emits version 49.0 bytecode, corresponding to the Java 5 Standard Edition.
When we compile our Java source, the code emitted depends on what we set the javac target version to currently "1.6" by default corresponding to version 50.x bytecode of the Java 6 Standard Edition.
We have noted this in the manual as well as https://abcl.org/trac/changeset/15214 hopefully clearing up this confusion.
-- Ticket URL: http://abcl.org/trac/ticket/447#comment:4 armedbear http://abcl.org armedbear