Java Sound Resources: Applications: JSInfo

Purpose

This application display various, mostly static information about a Java Sound implementation. It is also suitable to detect some installation problems (namely of service providers).

JSInfo can show information about:

Demo

JSInfoApplet - run as applet (classic APPLET tag)

JSInfoApplet - run with the Java Plug-in

JSInfo - run with Java Web Start

Normally, the tab 'Service Providers' will not show anything. This is due to security restrictions for applets. To enable this feature, you have to allow the applet to load arbitrary classes.

Download

jsinfo-src-<version>.zipComplete source code
jsinfo-<version>.jarCompiled classes. You can run the application with java -jar jsinfo.jar
CVSBrowse the source code online in the CVS repository.