.CTXT 文件扩展名
BlueJ Context File
| 开发者 | University of Kent |
| 受欢迎程度 |
3.4 | 11 票 |
什么是 CTXT 文件?
File created by BlueJ, a Java language development environment; automatically generated by BlueJ during compilation; contains extra information for a class such as the comments structure and documentation for methods in the code; only one CTXT file can accompany each class.
更多信息
Once you compile your specific class, the CTXT file will be created and appear in the same location as your .CLASS file.
注: Whenever changes are made to the source file, they will be reflected in the CTXT files after the next compile.