building lwjgl from eclipse

Started by broumbroum, July 27, 2014, 17:47:28

Previous topic - Next topic

broumbroum

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" ?

spasi

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).

broumbroum

wow, I didn't notice that change. So is annotation a Java 7 API not eclipse. thanks