LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: broumbroum on July 27, 2014, 17:47:28

Title: building lwjgl from eclipse
Post by: broumbroum on July 27, 2014, 17:47:28
Hello, I have this error among other errors that are related to the Eclipse API :
[generator] lwjgl/src/java/org/lwjgl/util/generator/FieldsGenerator.java:38: ... package com.sun.mirror.declaration does not exist
What is the path for the Eclipse API on Mac OS release "Luna" ?
Title: Re: building lwjgl from eclipse
Post by: spasi on July 27, 2014, 19:00:55
You're building with Java 8, but LWJGL can only be built with up to Java 7. It depends on apt, which has been removed in 8 (javax.annotation.processing & javax.lang.model have replaced it).
Title: Re: building lwjgl from eclipse
Post by: broumbroum on July 31, 2014, 19:16:15
wow, I didn't notice that change. So is annotation a Java 7 API not eclipse. thanks