MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Bedienungsanleitung Seite 9

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 8
TUTORIALS POINT
Simply Easy Learning Page 4
Windows
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)
Linux
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)
Mac
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM)64-Bit Server VM (build 17.0-b17, mixed mode, sharing)
Step 2 - Setup Java Development Kit (JDK):
If you do not have Java installed then you can install the Java Software Development Kit (SDK) from Oracle's Java
site: Java SE Downloads. You will find instructions for installing JDK in downloaded files, follow the given
instructions to install and configure the setup. Finally set PATH and JAVA_HOME environment variables to refer to
the directory that contains java and javac, typically java_install_dir/bin and java_install_dir respectively.
Set the JAVA_HOME environment variable to point to the base directory location where Java is installed on your
machine. For example
OS
Output
Windows
Set the environment variable JAVA_HOME to C:\Program Files\Java\jdk1.6.0_21
Linux
export JAVA_HOME=/usr/local/java-current
Mac
export JAVA_HOME=/Library/Java/Home
Append Java compiler location to System Path.
OS
Output
Windows
Append the string ;%JAVA_HOME%\bin to the end of the system variable, Path.
Linux
export PATH=$PATH:$JAVA_HOME/bin/
Mac
not required
Step 3 - Setup Adobe Flash Builder 4.5
All the examples in this tutorial have been written using Adobe Flash Builder 4.5 Profession IDE Trial Version. So I
would suggest you should have latest version of Adobe Flash Builder installed on your machine based on your
operating system.
To install Adobe Flash Builder IDE, download the latest Adobe Flash Builder binaries
fromhttp://www.adobe.com/in/products/flash-builder.html. Once you downloaded the installation,
unpack the binary distribution into a convenient location. For example in C:\flash-builder on windows, or
/usr/local/flash-builder on Linux/Unix and finally set PATH variable appropriately.
Flash Builder can be started by executing the following commands on windows machine, or you can simply double
click on FlashBuilder.exe
%C:\flash-builder\FlashBuilder.exe
Seitenansicht 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare