安裝Flex情境 1 -- Adobe Flex Builder 3(Adobe® Flex® Builder™ 3, the Eclipse™-based IDE for Flex developers -- Flex Builder 3 - Professional Edition - 3.0.214193
開發Adobek的Flex時,若使用Adobe自家的開發工具:Adobe Flex Builder 3(Adobe® Flex® Builder™ 3, the Eclipse™-based IDE for Flex developers),它是商業版的。
而在安裝:Adobe Flex Builder 3商業版時,
同時會在安裝的環境Install :Flex 3.2 SDK
Adobe Flex Builder 3 automatically installs both the Flex 3.2 SDK and the Flex 2.0.1 SDK (Flex 2.0.1 Hotfix 3).
但,如果,是從網路上下載的 Adobe Flex Builder 3,並將它安裝在OS:Windows 10 Pro 版本的話,則會安裝失敗。失敗的原因如附圖1。
java.lang.NoClassDefFoundError
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
按照Google上查找的說明:
http://helpnet.flexerasoftware.com/installanywhere2014/Content/helplibrary/ia_package_execute_custom_code.htm
因為網路版的沒有:IAClasses.zip
Topic : "Packaging and Executing Custom Code InstallAnywhere 2014"
網路上的解法:
解法 A :
https://network.informatica.com/thread/79259
解法 B :
1. Copy OK 的 Adobe Flex Builder 3 的安裝路徑的 All Folder and Files,
2. Copy 已經被 Adobe Flex Builder 3 綁定的 Eclipse Files : configuration、links、plugins。
3. 修改 Flex Builder 3 Plug-in\CleanUpModules.bat,改成綁定的 Eclipse。
開發Adobek的Flex時,若使用Adobe自家的開發工具:Adobe Flex Builder 3(Adobe® Flex® Builder™ 3, the Eclipse™-based IDE for Flex developers),它是商業版的。
而在安裝:Adobe Flex Builder 3商業版時,
同時會在安裝的環境Install :Flex 3.2 SDK
Adobe Flex Builder 3 automatically installs both the Flex 3.2 SDK and the Flex 2.0.1 SDK (Flex 2.0.1 Hotfix 3).
但,如果,是從網路上下載的 Adobe Flex Builder 3,並將它安裝在OS:Windows 10 Pro 版本的話,則會安裝失敗。失敗的原因如附圖1。
java.lang.NoClassDefFoundError
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
http://helpnet.flexerasoftware.com/installanywhere2014/Content/helplibrary/ia_package_execute_custom_code.htm
因為網路版的沒有:IAClasses.zip
Topic : "Packaging and Executing Custom Code InstallAnywhere 2014"
Packaging and Executing Custom Code
InstallAnywhere 2014
Custom code can extend the functionality of your installer. The following procedure explains how to ensure that your custom code compiles and executes correctly for use with InstallAnywhere.
To create and use custom code in an installer:
| 1. | Add IAClasses.zip to the classpath. The Java compiler needs to reference the classes in this file when compiling the code. IAClasses.zip is located in the root installation directory of InstallAnywhere. |
| 2. | Add the action, panel, console, or rule to your project. A good starting point is to use the Java source file templates in the CustomCode/Templates folder, which is available in the InstallAnywhere installation directory. |
| 3. | Compile the source files. |
| 4. | Decide which additional files and resources your custom code requires. For example, your code may require images, text files, or other resources. |
| 5. | Create a Java archive file (.jar) that contains the compiled class files and resource files. |
網路上的解法:
解法 A :
https://network.informatica.com/thread/79259
解法 B :
1. Copy OK 的 Adobe Flex Builder 3 的安裝路徑的 All Folder and Files,
2. Copy 已經被 Adobe Flex Builder 3 綁定的 Eclipse Files : configuration、links、plugins。
3. 修改 Flex Builder 3 Plug-in\CleanUpModules.bat,改成綁定的 Eclipse。


