Areas

Site Info

JOAL Eclipse Plugins

JOAL is the Java OpenAL bindings that is developed as part of the java.net community project. The standard bindings are available directly from the https://joal.dev.java.net/. However, if you're in need of JOAL to work within Eclipse, the downloads don't provide a simple way to use them as another plugin. So, we've taken the stock downloads and re-rolled the JARs into an infrastructure that will work as a standard Eclipse plugin.

There are two ways to fetch the contents of the code repository. You can take the last release using an FTP or HTTP download, or you can keep current with the latest unstable development work through SVN. Once you have downloaded the code, it is a simple matter of just unzipping the downloaded file straight into your Eclipse plugins directory. Currently the zip files contain support for Win32 and OS X on PPC only. Other platforms should be coming soon.

Please see the SVN Page for more information on how to access the code using SVN.

FTP

FTP downloads are available from ftp://ftp.j3d.org/pub/joal/. Please note that this is a still development release and we are working to complete the initial feature set.

ZIP
TAR GZIP
Version SVN tag FTP HTTP
1.1b01 V-1-1-0-b1 ZIP
TAR GZIP

 

Information & Documents

JOAL-specific

OpenAL

  • OpenAL.org Home of the underlying rendering API. A few tutorials as well as native drivers for some platforms.