>>
JBuildingBlocks
>>
monitorit
>>
monitorit
>>
JbbCore
>>
JbbDate
Table of Contents
Description
The JbbClassPath class allows you to dynamically (i.e. while the program is executing as opposed to upon startup when the program is launched) load and add to the classpath of the virtual machine one or several JAR file(s)... as shown in the
following section
and in the
JavaDoc documentation of the class.
Please feel free to contact us to provide your feedback/questions/comments/suggestions as well. We've spent a large amount of time to design and develop the corresponding software and all its associated documentation, we would love to hear from you!
Sample Code
Our sample code exist of the JUnit test suite we run each time a build is executed.
Download the JUnit test suite for JbbClassPath and use
it as a reference for your coding adventures.
Prerequisites
The JbbClassPath class does not have any prerequisite other than the JRE version 5 or above.