【发布时间】:2019-12-30 13:56:20
【问题描述】:
下面是示例代码
SUBROUTINE HELLO.WORLD
*-----------------------------------------------------------------------------
*
*-----------------------------------------------------------------------------
* Modification History :
*-----------------------------------------------------------------------------
*-----------------------------------------------------------------------------
CRT "HELLO WORLD"
END
编译错误;
01/01/2019 16:26:03 Compiling HELLO.WORLD... ERROR
Error : (line 12) HELLO.WORLD.b, No component defined. $PACKAGE is mandatory !
Compilation completed for 1 file(s). 1 error
01/01/2019 16:26:03 Compiling HELLO.WORLD... ERROR
Error : (line 12) HELLO.WORLD.b, No component defined. $PACKAGE is mandatory !
Compilation completed for 1 file(s). 1 error
我已设置(在设计工作室中切换 tafj 项目性质选项期间);
- TAFJ_HOME 正确。
- “已知库”部分下的 T24lib 目录。
- Java 文件夹:....\ProjectName-models\java.
- 类文件夹:....\ProjectName-models\classes。
谢谢
【问题讨论】: