플랙스 소스 컴파일중 에러 [Error: An error occurred because there is no graphics environment available]
from web 2.0/FLEX 2009/12/17 16:44
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>

