Click here to Skip to main content
15,914,070 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have changed the background in the report in BIRT2.2 it executes fine when i execute it through eclipse but gives problem when run the report in browser and goves following error

package org.eclipse.birt.report.session does not exist.

Please help me.

Thanks in Advance.
Posted
Updated 20-Jun-11 20:46pm
v2

1 solution

The jar containing org.eclipse.birt.report.session is not available to your app. Either place it in the same folder as your app or make sure its location is in the PATH environment variable.
 
Share this answer
 
Comments
ShriniW 21-Jun-11 4:33am    
where can i get the jar
Nagy Vilmos 21-Jun-11 4:40am    
You have it available in eclipse if it works in that environment, so check the path there.
ShriniW 21-Jun-11 5:05am    
thanks
Nagy Vilmos 21-Jun-11 10:06am    
If it helps please vote and if it has answered your question mark it so, thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900