This text is found in the PDF file under the flash builder installation path.
Flash builder 4.6 supports installing flash Builder as a plug-in to an existing eclipse instance. The procedure is as follows:
1. Complete the installation process.
2. navigate to the installation location of Flash builder to open the utility folder.
3. Run the executable file Adobe Flash builder 4.6 plug-in utility.exe.
4. Select a language and click OK ".
5. Select the flash builder installation location as prompted.
6. Select the eclipse folder where you want to insert Flash builder 4.6, and click "Next ". (Note: The Eclipse version you install must be 3.6/3.6.1/3.6.2/3.7, 32-bit, and must contain a folder named "dropins)
7. view the pre-Installation Summary and click "Install ".
8. After the installation is complete, we recommend that you edit the eclipse. ini file of the eclipse instance to include the following settings:
-Vmargs-xms256m-xmx512m-XX: maxpermsize = 256 m-XX: permsize = 64 m
When the flash builder 4.6 is a Chinese character and is integrated into myeclipse, myeclipse is also converted into Chinese. To be integrated into English, you must add a language to the myeclipse configuration file, as shown below:
Open the configuration file myeclipse. ini and add
-Nl
En_us
These two lines are enough. Note that this configuration file starts with a field and the next line is the attribute value of this field. Do not confuse.
# Utf8 (do not remove)
# Utf8 (do not remove)
-Startup
../Common/plugins/org. Eclipse. Equinox. launcher_1.2.0.v20110502.jar
-Nl
En_us
-- Launcher. Library
../Common/plugins/org. Eclipse. Equinox. launcher. i18n. win32.win32. x86_4.2.0.v201201111650
-Install
E:/program files/myeclipse10/myeclipse 10
... And so on