• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The import weblogic.utils.collections.MultiMap cannot be resolved

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Ecliplse try to add weblogic related jar files as .
Go to.
project---properties----java build path----libraries---add jar files.
 
reply
    Bookmark Topic Watch Topic
  • New Topic