[flexcoders] Re: flex2 on a mac - compile

2006-10-11 Thread michaelrohner
Hi, I finally can compile an .mxml file into a swf file I put the flex folder into the user folder and the following code on the command line (terminal) [laptop-Rohner:~] mrohner% flex/flex_sdk_2/bin/mxmlc flex/flex_sdk_2/myFirst.mxml then I got: Loading configuration file

[flexcoders] Re: flex2 on a mac - compile

2006-10-10 Thread michaelrohner
Thanks so much for helping! Last login: Mon Oct 9 20:03:30 on console Welcome to Darwin! [laptop-Rohner:~] mrohner% java -version java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode)

[flexcoders] Re: flex2 on a mac - compile

2006-10-08 Thread michaelrohner
Thanks for reply I'm pretty new to the command line in the terminal. How can I check if jvs 1.5.2 is installed. I thought, installing of J2SE50Release4 would do it. Please confirm. Could you please give me exactly the code in the command line. Thanks again for responding. I'm looking very

[flexcoders] flex2 on a mac - compile

2006-10-07 Thread michaelrohner
Hi, I just upgraded my mac to osx 10.4.8 and installed J2SE50Release4. Then I downloaded flex_sdk_2.zip. 1.Where does the flex_sdk_2 folder have to be located in the directory? 2.How can I compile a sample from this folder - flex_sdk_2/samples/ Any help is greatly appreaciated. Thanks