[jboss-user] [Beginners Corner] - Replacing ChapterExRepository by std. ClassLoader possible ?
thoste
do-not-reply at jboss.com
Fri May 11 12:01:07 EDT 2007
I found some sample java source for JBoss which use the
ChapterExRepository class.
Which jar do I have to add to the CLASSPATH to be able to use
this package
import org.jboss.util.ChapterExRepository ?
I would prefer to keep the source more portable to other AppServers
Can I replace the code line
ChapterExRepository.init(MyTest.class);
by the standard ClassLoader (or other) class?
If yes how would the line above look like ?
Thank you
Thomas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045054#4045054
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045054
More information about the jboss-user
mailing list