I'm going to be using a 3rd party written Javascript sound library.
I'm not entirely sure where to place the JAR file (or the class statements if the JAR file needs unpacking) for the PHPRunner page compilation process to work properly.
I am currently just putting the .jar file in the source sub-directory of the project but am getting undefined errors of some class references.
Anyone experienced this?