Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] URLClassLoader in Plugins

Hi, I have a question about the URLClassLoader. I'm working on a plugin that loads classes with the URLClassLoader. The class that loads the external jars with the class loader runs fine when I run it from the console, but when my plugin tries to run the same code no luck. The clases are not loaded. I'm not very familier with the URLClassLoader. Is there something in my plugin that I need to set to allow it to load classes?

Any help would be appreciated,
Yolan

--
*************************************************
* Yolan  yolanother@xxxxxxxxx                   *
*       http://mlug.missouri.edu/~yolan/        *
*    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
*                 ICQ: 74624109                 *
*************************************************
*  Doubling Technologies *
**************************

Back to the top