• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Regarding org.apache.xpath package

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

We are planning to upgrade our system from JDK1.4 to JDK1.5.
We see that the package org.apache.xpath was a part of rt.jar in JDK1.4
In JDK1.5, the rt.jar doesnot contain this package.Could you please let us know the jar in JDK1.5 containing classes of this package.

Actually the above upgrade is meant for migration of our application from Weblogic8.1 to 9.2. When we had the source recompiled with JDK1.5 we found an error that "import org.apache.xpath cannot be resolved"

Could you please let us know how to find the package for Weblogic9.2
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
More of a jdk question than weblogic. Would have been answered quicker in a java forum.
Anyway, try the solutions provided in this link

HTH
Shikhar
 
Whatever. Here's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic