• 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

WEB-INF not works

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I copy all jar files from %ProgramFiles%\Common Files\Crystal Decisions\2.0\jars and put in the "WEB-INF\lib" directory of my web application but WSAD still don'know Crystal Report Classes.What should I do to fix this problem?:
 
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check out if you have entry of you jar file in .classpath file in WASAD.

which should look as below

<classpathentry kind="lib" path="Web Content/WEB-INF/lib/struts.jar"/>

where struts.jar will be replaced by name of you jar file

Cheers
-Praful
[ November 10, 2004: Message edited by: Praful Thakare ]
 
arada theera
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank for your kind Praful Thakare .But Can you tell me more ?
I don't know where .classpath file is.
 
Praful Thakare
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
its in your workspace say you have workspace called TestWorkSpace in c:
then it will be under c:\TestWrokSpace\.classpath

(This is W.R.T WASAD 5.0 )

Cheers
-Praful
 
arada theera
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I try like you said Praful Thakare.But It's still no works.
So I try somethingelse . I copy all jar files to D:\Program Files\IBM\WebSphere\Express502\SiteDeveloper\runtimes\express_v5\java\lib and I compile again.The result is it's work!!! I wonder, Is it the right way to do,and why it can work ?
Thanks again.
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the Websphere forum.
 
Do you pee on your compost? Does this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic