Re: JOGL build on JDK 1.8
Posted by
Sven Gothel on
Oct 06, 2015; 1:26am
URL: https://forum.jogamp.org/JOGL-build-on-JDK-1-8-tp4035427p4035428.html
On 10/06/2015 12:05 AM, Peter [via jogamp] wrote:
> JOGL build failure appears to relate to jawt.
>
> Has anyone experienced this?
>
> Note this is a fresh checkout of JOGL's master branch.
>
>
> [cc] Starting link
> [cc] ..\..\..\..\..\..\..\..\Program
> Files\Java\jdk1.8.0_60\lib/jawt.lib:
> error adding symbols: File in wrong format
^^ seems to be 64bit JDK?
>
> PeteFir@AULH12GV32 /cygdrive/c/Users/PeteFir/Documents/jogamp/jogl/make
> $ java -version
> java version "1.8.0_60"
> Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
> Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode)
Seems to be 32bit JRE?
~Sven