|
版本: |
|
小版本号: |
|
|
|
数据库: |
|
服务器操作系统: |
|
应用服务器: |
|
客户端操作系统: |
|
浏览器: |
|
|
|
我用的是Bex5 3.4开发版开发的项目,将studio目录,model目录,data目录和数据库导入到 Bex5 3.4推广版中,然后用studio编译UI2源码,失败编译Java源文件目录: /UI2/system/components/justep/extendType/server/dsrc
编译Java源文件目录: /UI2/system/components/justep/excelLayout/server/dsrc
编译Java源文件目录: /UI2/system/components/justep/excelLayout/designer/dsrc
java.lang.RuntimeException: 编译错误 :
D:\BeX5_V3.4-small\model\UI2\system\components\justep\excelLayout\designer\dsrc\ExcelLayout.java:18: 错误: 无法访问IExecutableExtension
String filePath = new File(this.getDesigner().getEditorPart().getDataModel().getFilePath()).getParent()+"/"+src;
^
找不到org.eclipse.core.runtime.IExecutableExtension的类文件
1 个错误
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.executeCompile(Unknown Source)
at com.justep.tools.CompileUI.main(Unknown Source)
编译错误 :
D:\BeX5_V3.4-small\model\UI2\system\components\justep\excelLayout\designer\dsrc\ExcelLayout.java:18: 错误: 无法访问IExecutableExtension
String filePath = new File(this.getDesigner().getEditorPart().getDataModel().getFilePath()).getParent()+"/"+src;
^
找不到org.eclipse.core.runtime.IExecutableExtension的类文件
1 个错误
|
|