cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Missing classes in application

Former Member
0 Likes
434

I am having a problem building a web app in java. I made sure that all the required .jar files are included, but I can't get it to log on to the CMS. When I run the verify on the project I get several missing class errors. they all seem to be related to "com.crystaldecisions.thirdparty.com.ooc.FSSL..." I am new to Java and don't really know what I am doing, but it seems to compile fine. I am building the app on my local client box and connecting to the CMS on the server. This shouldn't be a problem should it?

View Entire Topic
dan_cuevas
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Bill,

Have you tried copying the JAR files from the following folders to your WAR file's WEB-INF\lib folder:

Program Files\Business Objects\common\3.5\java\lib

Program Files\Business Objects\common\3.5\java\lib\external

Regards,

Dan

Former Member
0 Likes

Thanks a million. I recently deployed the BO XI monitoring add-on and could not run the CR probes. Your suggestion has solved my problem.

Thanks again!