.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.