pierstocazzo / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

use of java.util.ArrayDeque makes jme3 incompatible to Java 1.5 #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Ogre sceneloader and the QueuedAudioRenderer the java.util.ArrayDeque is 
currnetly used, 
which is not existing in Java 1.5. I'd suggest keeping JME compatible to Java 
1.5 since its the only 
working Java for PPC/32bit intel macs for example.

Original issue reported on code.google.com by normen667 on 24 Jan 2010 at 3:58

GoogleCodeExporter commented 9 years ago
Same accounts for the SwingWorker. This special tool could be added as a 
self-implemented class or one simply 
uses a ThreadPool for such work.

Original comment by normen667 on 26 Jan 2010 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by normen667 on 4 Feb 2010 at 12:38