All of my Java programs belong to the net.skinnybrown package, but here you will find the subset of the package containing common libraries that you will need to run some of my other programs, you may even want to use some of them yourself. The net.skinnybrown common libraries consist of two sub-packages, net.skinnybrown.speech and net.skinnybrown.utils. net.skinnybrown.utils contains some general purpose classes, and net.skinnybrown.speech contains classes related to speech reproduction.
How to install:
If you installed the JRE (if you're not sure, type javac at a command prompt, an error means you have the JRE, and a help message means you have the JDK) then you need to save the jar file in the "lib\ext" folder inside your JRE install folder. For example, if you instllaed the jdk in "C:\java", then you need to save skinnybrown.jar in "C:\java\lib\ext"
If you installed the jdk, then save skinnybrown.jar somewhere like "C:\libraries\", then add it to your classpath.
Note: You cannot run this package, it has to be incorporated into something else.
Downloads:
skinnybrown.jar - contains source files and javadocs 69kb.
skinnybrown_docs.zip - javadocs 42kb.
There is also an online version of the javadocs.










