| Author |
2 jar files having the same package structure
|
Hari patnaik
Greenhorn
Joined: Apr 13, 2005
Posts: 12
|
|
Hi All I hope this is the right forum for this question. I have a jar file (jar1) with a package structure com.elle.platform.services.pojo The files in this package refer to a class ServiceContext which is part of second jar file The second jar file also has the same pkg structure com.elle.platform.services.util only the last package name is different in jar1 file & jar2 file. I have both the jar files in the classpath but still i am not able to locate the classpath for ServiceContext in 2nd jar file. How do i get around this. It seems the jvm looks only in the first jar & since it does not find a util package errors out. Is there a way to force it to look in the 2nd jar Do respond Bye Hari
|
 |
 |
|
|
subject: 2 jar files having the same package structure
|
|
|