Problem Summary
You want to have Java classes called by Blaze DS/LCDS but they reside outside the flex.war/WEB-INF/classes folder and Flex does not find them.
Solution Summary
Use the java.class.path system variable in your JVM configuration in order to point to the folder or JAR containing your classes.
Explanation
Usually, you call from Flex some Java classes that reside within flex.war/WEB-INF/classes.
But what if you need to have them outside the flex.war folder, especially for deployment reasons ?
Then, you have to specify a path to the Flex servlet so it can find them. The way to do this is to add to the JVM configuration file the java.class.path system variable.
This apply to all J2EE servers.
[Flex] How to call classes outside flex.war
相关推荐
- 员工考勤打卡时,如何避免非本人代替打卡? - 华为云开发者联盟 - 博客园
- Web Components从技术解析到生态应用个人心得指北 - zhoulujun - 博客园
- 【经典问题】mysql和redis数据一致性问题 - Scotyzh - 博客园
- vs出现错误,无法启动 Visual Studio。StreamJsonRpc.ConnectionLostException:在请求完成之前,与远程的JSON-RPC连接已丢失_客服专区-CSDN问答
- 【转】Chrome内核浏览器打开网页报 错误代码: ERR_TIMED_OUT - m_lm的个人空间 - OSCHINA - 中文开源技术交流社区
- ASP.NET Core WebApi配置跨域_asp.net core webapi 跨域-CSDN博客
- C# 怎么用OpenCVSharp4实现图片表格识别
- ChatGPT 本地部署及搭建_孟郎郎的博客-CSDN博客