File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Frameworks
»
Flex
Author
Is Flex built on Java?
Jane Somerfield
Ranch Hand
Joined: Jul 20, 2002
Posts: 192
posted
Sep 29, 2008 11:36:00
0
The UI components of Flex look similar to those of Swing. Are the Flex or Flash built on Java?
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
I like...
posted
Sep 29, 2008 12:13:00
0
Um, yes and no. Flex generates Flash which is...Flash, not
java
. However, the Flex compiler which does the conversion from the MXML and AS3 code to SWF files is done using Java.
Jane Somerfield
Ranch Hand
Joined: Jul 20, 2002
Posts: 192
posted
Sep 29, 2008 12:23:00
0
So mxmlc uses Java.
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
I like...
posted
Sep 29, 2008 12:32:00
0
On linux mxmlc is just a shell script which eventually does this:
java $VMARGS -jar "$FLEX_HOME/lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks" "$@"
In Windows there is an mxmlc.exe but it does the exact same thing. The description of mxmlc.exe even says "Jar Launcher".
I agree. Here's the link:
http://aspose.com/file-tools
subject: Is Flex built on Java?
Similar Threads
Would like to have advice on Java programming.
Flex examples and case studies
which is best integration with flex and why ?
* Welcome Filippo di Pisa
Making the case for Flex - one question
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter