This week I’ve had a problem. I’d like to work with Adobe Flex using a new eclipse version Helios and Flex Builder 3 eclipse plugin. I realized which the flex perspective didn’t show up. After some researches, I found a incompatibility problem between eclipse Helios and Flex Builder 3 eclipse plugin. But, “googling” I found the solution and post it.
The first thing to verify is try to install eclipse Helios and Flex Builder 3 eclipse plugin. If doesn’t work, we’ll try some alternatives:
- After install Flex Builder 3 eclipse plugin, the directory “links” is created in the eclipse directory root. There is a file “com.adobe.flexbuilder.feature.core.link”. Open it. The file’s content is Flex Builder‘s path. If it doesn’t have the attribute “path=” before Flex Builder‘s path, put it. Save the file and restart the eclipse.
I did some tests and do it resolve the problem. But if it doesn’t work, we must to do one more thing:
- Download ProblemManager patch. Go to “Flex Builder 3 Plug-in\eclipse\plugins\com.adobe.flexbuilder.project_3.0.214193\“ directory. Unpack the class, inside of “zornproject.jar“ file, in the path “com/adobe/flexbuilder/project/compiler/internal“.
Restart the eclipse and in menu go to “Window > Open Perspective > Other” and Voilá!
After some tests, I didn’t find any problems. I think the plugin is working fine.
Valdemar Jr ( Trying to resolve the problems, for a best codification )
Tags: adobe flex, bug, eclipse, flex, flex builder, java
This was really helpful. Thanks so much.
hey ..where can i fond the flexbuilder3 plug in for eclipse Helios.
When su write :Unpack the class, inside of “zornproject.jar“
what do you mean?
sorry i don't understant…
Hi JbReloaD,
Just unzip the zornproject.jar content file in com/adobe/flexbuilder/project/compiler/internal.
i met the same problem. thanks
i have one problem.
after unzip the .jar file, i put de ProblemManager.java and ProblemManager.class inside de folder com/adobe/flexbuilder/project/compiler/internal
restart de ide, but when eclipse start to build the project apears this error.
"Errors occurred during the build.
Errors running builder 'Flex' on project 'bd-empresas-web'.
"The attribute value type is com.adobe.flexbuilder.project.compiler.internal.ProblemManager and expected is one of java.lang.String, Boolean, Integer""
what did i do wrong???