What are the main differences between BIRT tool version 2.6 and 3.7 ?
Are there any particular requirements that version 3.7 demands for ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are some changes. See New and Notable Features within BIRT 3.7.
I expecially noticed the new structure of the runtime environment: forget the old and weird platform folder, now it’s all organized in JARs, inside WEB-INF/lib, as it would be expected. Now, for example, there’s no need to indicate where the platform is with
config.setBIRTHome("pathtoruntime");.