JOAL 1.1.1 has been posted on July 4, 2007.
This is mainly a bug fix release. Thanks to Ultraq, the OpenAL EFX functions are now working properly.
This release also supports the new
JNLPAppletLauncher, which is a significant improvement and generalization over the previous JOGLAppletLauncher and which enables arbitrary extensions like Java 3D, JOGL, JOAL and JMF to be used with applets. See the JNLPAppletLauncher home page for more information on how to use it.
If you want to deploy an application using JOAL over Java Web Start, there is an extension JNLP available:
1
| <extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" /> |
This will always point to the most recent release build of JOAL, including potential pre-release builds. If you want to point to a stable JNLP file for this release, one is also available:
1
| <extension name="joal" href="http://download.java.net/media/joal/builds/archive/1.1.1/webstart/joal.jnlp" /> |
Please post here with any questions or comments about the new build.