Hi, i have a question about classloader:

I have few classes, for some reason, I have to put these classes in 2 different jar files, and both jar file will be in my class path. Will this cause any classloader problem? or any other problems?

e.g.:

I have
a.class, b.class, c.class.....z.class

I have to put above to both 1.jar and 2.jar

My class path is C:\lib\1.jar;c:\2.jar;c:\3.jar....

Will this cause any problems?

Thanks !!!