#465: Java 12 error maybe? "Source option 6 is nolonger supported" --------------------------+-------------------- Reporter: charmon | Type: defect Status: new | Priority: major Milestone: | Component: java Version: | Keywords: Parent Tickets: | --------------------------+-------------------- When I try to compile the bear on my Mac, I'm apparently running java 12.0.2 and compiling files with an error about "Source option 6 is no longer supported" and another about "Target option 6".
-- Ticket URL: http://abcl.org/trac/ticket/465 armedbear http://abcl.org armedbear
#465: Java 12 error maybe? "Source option 6 is nolonger supported" --------------------------+-------------------- Reporter: charmon | Owner: (none) Type: defect | Status: new Priority: major | Milestone: Component: java | Version: Resolution: | Keywords: Parent Tickets: | --------------------------+-------------------- Changes (by Evenson Not Org):
* Attachment "jdk12.patch" added.
Patch to compile for Java 12
-- Ticket URL: http://abcl.org/trac/ticket/465 armedbear http://abcl.org armedbear
#465: Java 12 error maybe? "Source option 6 is nolonger supported" --------------------------+-------------------- Reporter: charmon | Owner: (none) Type: defect | Status: new Priority: major | Milestone: Component: java | Version: Resolution: | Keywords: Parent Tickets: | --------------------------+--------------------
Comment (by Evenson Not Org):
To run on Java 12, one needs to compile things with Java 8 as a target which the attached patch does.
My current plan is to splitting between ABCL 1 (openjdk{4,6,7,8,11}) and ABCL 2 (openjdk{8,11,12} and beyond) so this is more explicit to the user, but if someone wants to go through the current build system to more easily export this configuration to the knowledgeable developer maybe by using {{{abcl.properties}}} to configure things, we could also do that.
-- Ticket URL: http://abcl.org/trac/ticket/465#comment:1 armedbear http://abcl.org armedbear
armedbear-ticket@common-lisp.net