Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 BIRT 插件集成到我的应用程序中。在开发环境(Windows)中它工作正常。但我的部署是在 Linux 服务器上。我收到有关引擎初始化的应用程序启动错误-我尝试在配置属性文件中配置路径,但它仍然无法正常工作-您是否有此部署的经验,我很乐意为您提供帮助。
梅尼
尝试将文件birt-runtime-2_5_0.zip放入/home/your_User/.grails/1.3.7/download 并运行:
birt-runtime-2_5_0.zip
/home/your_User/.grails/1.3.7/download
install-plugin birt_plugin
以root权限运行所有这些步骤非常重要......