태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.


mxmlc를 이용해 플랙스 소스 컴파일중 아래와 같은 에러 발생

Error: An error occurred because there is no graphics environment available.  
Please set the headless-server setting in the Flex configuration file to true.


flex sdk에 frameworks 폴더에 flex-config.xml 파일 수정

<compiler>tag의 자식으로 아래 tag를 추가해준다.


<headless-server>true</headless-server>