| Author |
The import weblogic.utils.collections.MultiMap cannot be resolved
|
Saranya Sivakumar
Greenhorn
Joined: Aug 09, 2010
Posts: 13
|
|
Hi,
I imported a project from weblogic to eclipse. I'm getting the below mentioned error
"The import weblogic.utils.collections.MultiMap cannot be resolved "
Added the necessary weblogic jar files to the project in eclipse.
Kindly help me.
Thanks in advance.
|
 |
sudipto shekhar
Ranch Hand
Joined: Apr 02, 2008
Posts: 813
|
|
Hi Saranya,
The jar that you added are not added properly.
Try this; go to 'properties -> Java code style -> Organise imports -> Included the weblogic packages.'
Hope this helps
|
Regards, Sud.
SCJP 5 ScjpFAQ JLS
|
 |
G krishna kumar
Greenhorn
Joined: Oct 10, 2012
Posts: 14
|
|
In Ecliplse try to add weblogic related jar files as .
Go to.
project---properties----java build path----libraries---add jar files.
|
 |
 |
|
|
subject: The import weblogic.utils.collections.MultiMap cannot be resolved
|
|
|