• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Config component path

 
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 install RAS and I use WEBSPHERE 5.0 .
I run my jsp page and I receive error:
Error 500: Unable to compile class for JSP D:\DATA\My Documents\IBM\wasexpress51\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\DefaultNode\server1\DefaultEAR\MyProject.war\MyFile\_testpost.java:5: Package com.crystaldecisions.sdk.occa.report.application not found in import.

I know I get this error because WEBSPHERE don't know path of Crystal Viewer Component.But I don't know what I should do to solve this problem ?Can Anybody help me please?
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think u are not importing java classes in jsp page properly.
if u are doing right then set the folder which contain classes to classpath and try again

tell me if i am wrong
thanks and regards
in advance
 
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
Thanks a lot sksharma sharma but the point is I don't know what path is.
I install at C:\Program Files\Crystal Decisions but inside this folder it has a many folder and I can not found JAR files or something look like the file I want to Use that make me don't know the path.I try to use "C:\Program Files\Crystal Decisions\;" or "C:\Program Files\Crystal Decisions\Crystal Reports 9\Developer Files\lib\;" but it doesn't work ,I still get error " import file not found".
 
Tomorrow is the first day of the new metric calendar. Comfort me tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic