• 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

Which jar file contains org.apache.jetspeed.portlet.PortletWindow in websphere?

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am facing a code build issue in Rational application developer and it complains that it is not able to find org.apache.jetspeed.portlet.PortletWindow class.

I found on google that this class is https://www.ibm.com/developerworks/websphere/zones/portal/portlet/5.0api/WPS/org/apache/jetspeed/portlet/PortletWindow.html

But I am not able to locate any jar which contains this class with the given package.

Can someone please help me on this? I have wesbphere 8.5 running on the server.
 
Yogesh Gandhi
Ranch Hand
Posts: 264
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found this class file in the following locations on the server


--------------------------------------------------------------------------
/opt/app/swh/wp61/PortalServer/doc/compile/public_api.jar
(standard input):   572 Sat Nov 15 13:16:28 CST 2008 org/apache/jetspeed/portlet/PortletWindow.class

--------------------------------------------------------------------------
/opt/app/swh/wp61/PortalServer/doc/compile/public_spi.jar
(standard input):   244 Sat Nov 15 13:18:12 CST 2008 com/ibm/portal/portlet/ModifiablePortletWindow.class
(standard input):   170 Sat Nov 15 13:18:12 CST 2008 com/ibm/portal/portletmodel/PortletWindow.class
(standard input):   572 Sat Nov 15 13:18:12 CST 2008 org/apache/jetspeed/portlet/PortletWindow.class
--------------------------------------------------------------------------
 
Ruth Stout was famous for gardening naked. Just like this 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