站内搜索: 请输入搜索关键词

当前页面: 开发资料首页J2EE 专题问一个编译EJB时的错误

问一个编译EJB时的错误

摘要: 问一个编译EJB时的错误


我刚开始学EJB,写了一个很简单的无状态Session Bean,编译的时候出了下面的错误

"CurrencyConverterModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
"CurrencyConverterModule.jar": Spaces in the classpath may cause WebLogic APPC utility to produce fatal compile errors.

不知道错在哪里了


注意环境变量的设置temp/tmp和classpath.不要留空格


谢谢



↑返回目录
前一篇: 如何在jsp中实现像163一样的添加附件
后一篇: 像这样普通的HIBERNATE语句怎么改成SPRING的Query q=session.createQuery("from news where id=?")