• 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

Prorblem using class-path in manifest.mf

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Our weblogic server (8.1 sp3) classpath refers to spring 1.2
But my app uses spring 1.1. So I am trying to set the class-Path in my EAR so that it loads the spring from my EAR and not from server lib. But it is not working.
My class path setting in Manifest.mf are:
----------------------------------
Manifest-Version: 1.0
Class-Path: APP-INF/lib/spring.jar
-------------------------------------
spring.jar is inside APP-INF/lib (and APP-INF at the root of EAR)

Is this not supported by weblogic 8.1?

Any help?

Thanks,
Manoj
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic