LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: Matthias on August 13, 2011, 18:45:04

Title: [FIXED] LWJGL no longer compiles under JDK 1.5
Post by: Matthias on August 13, 2011, 18:45:04
Compiling the SVN under JDK 1.5 gives the following error:
compile:
     [core] Compiling 367 source files to D:\Java\svn.sourceforge.net\LWJGL\bin
     [core] D:\Java\svn.sourceforge.net\LWJGL\src\java\org\lwjgl\util\mapped\MappedObjectClassLoader.java:170: cannot find symbol
     [core] symbol  : method copyOf(byte[],int)
     [core] location: class java.util.Arrays
     [core]                                     bytecode = Arrays.copyOf(bytecode, len * 2);
     [core]                                                          ^
     [core] D:\Java\svn.sourceforge.net\LWJGL\src\java\org\lwjgl\util\mapped\MappedObjectClassLoader.java:185: cannot find symbol
     [core] symbol  : method copyOf(byte[],int)
     [core] location: class java.util.Arrays
     [core]             return Arrays.copyOf(bytecode, len);
     [core]                              ^
     [core] 2 errors
Title: Re: [BUG] LWJGL no longer compiles under JDK 1.5
Post by: spasi on August 13, 2011, 19:17:23
Thanks, fixed.