I want to work with flex from eclipse, could you tell me how to install the flex plugin within eclipse:
What version of eclipse do I need?
Where can I download the flex plugin?
Thanks in advance.
I have not tried Flex with Eclipse, I know for sure you can work with NetBeans IDE using FlexBean plugin. You can find the Eclipse/Flex plugin details below.
http://www.darronschall.com/weblog/2005/08/setting-up-eclipse-for-flex.cfm
Hope this helps.
Go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder and download the Eclipse Plug-in of Flash Builder 4.
The installer will allow you to install the plugin into an existing Eclipse installation. One of the installation steps lets you select the Eclipse installation folder.
The system requirements state that the plugin works with "Eclipse 3.4.2 or 3.5". However, in my experience it works fine in Eclipse 3.6 too.
Related
i am developing dynamic web project with bootstrap templates every thing is working fine even view is rendering perfect.
in home.jsp file in which i have link css(bootstrap files & my customized files) file
<link rel="stylesheet" href="<c:url value="/resources/bootstrap/css/bootstrap.min.css"/>">
but in my code when i press ctrl+space it does not show me suggestion for css classes in
<div class="..">
i am using eclipse neon please help me thank
Depending on which Eclipse package you installed you may already have the CSS and HTML editors. If you don't then you can install them using Help > Install New Software. Choose the software site for your version of Eclipse in the drop down list and look at the Web, XML, Jave EE and OSGi Enterprise Development section. The Eclipse Web Developer Tools section contains the editors you want but the other sections may also be of interest.
And if this plugin for eclipse will work for you
Researching this a bit and reading over your comments it seems that you are using Eclipse with the Aptana extension. If you absolutely do not need to use the Eclipse environment you could now download the Aptana Studio 3 which is based on Eclipse. It looks just like eclipse but is Aptana. Now instead of entering this and looking for Aptana plugins you are going to go into Aptana and look for eclipse plugins. I've installed this myself and have installed several plugins that handle all sorts of things such as javascript code completion, source code formatting etc.
If you go to this site http://www.aptana.com/ you can download the software there. To get all of the plugins, you can do use this site to guide you through some terrific source code completion utilities as well as others. http://jebaird.com/2012/11/02/useful-plugins-for-aptana-studio-3.html
I just download eclipse kelper and found out the m2e and m2e-wtp plugins had been installed,and the new m2e plugins has no "package" of the lifecycle,how do i uninstall it?
=================================================
http://m2eclipse.sonatype.org/sites/m2e
this is the update site i used in eclipse juno(now it seems 404 error).
Click Help-> About Eclipse -> Installation Details -> Installed Software
Find out your software
Click uninstall
Download fresh copy of Eclipse Kepler.
If you want m2e, use this link http://eclipse.org/m2e/download/
many other m2e plugins are old and stopped development.
Actually if you wish to get rid of m2e, you need to remove all packages and directories containing m2e string in eclipse installation's plugin folder. Removing them from workspace doesn't do much good (they are recreated if needed).
I tried this out in Luna and all m2e integrations (plugins and features) were removed...
Now if you still wish to use maven (but not m2e plugin), you just need to create external tool entries for each maven operation you wish to use.
You cant download the java EE version , you have to download Eclipse Standard, and use the update site to select java EE plugins you want, in that case you do not select m2e integration
Remove folders:
.metadata.plugins\org.eclipse.m2e.core\
.metadata.plugins\org.eclipse.m2e.logback.configuration\
From this
I have a specific set of pc that cannot be wired to intenet.
How i can install aptana eclipse plugin on them?
Thanks a lot
Francesco
just go to the following link and download the plugin and give the path of installed plugin in eclipse->Help>Install New Software->work with textfield
http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/install/studio3/3.0.8.201201201626/com.aptana.feature.studio-3.0.8.201201201626-7E37L7HFGQGNJXIW3R_Iz0JjtqJe.zip
I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.
During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation anyway.
After the installation was done, I can't find Flex perspective from Eclipse. So I google around and found out the possible way to manually add this link file from folder "links" to point to the FB3 Plugin folder. I did that and FB perspective can be shown now. But when I try to switch to FB perspective, error occurs:
Problems opening perspective:
'com.adobe.flexbuilder.editors.mxml.ui.perspectives.development'
Anyone has done this successfully?
Unfortunately Eclipse 3.5 is unsupported by Flex Builder 3. There are a few bugs for this:
http://bugs.adobe.com/jira/browse/FB-21025
http://bugs.adobe.com/jira/browse/FB-21284
Please comment on those bugs and vote for them.
I've created a work-around for one of the major issues related to displaying problems.
I installed Flex Builder plug in (3.2) into Eclipse 3.4. The installation had no errors, but I get this error when trying to start a new Flex Project.
The selected wizard could not be started.
Plug-in com.adobe.flexbuilder.apollo.ui was unable to load class com.adobe.flexbuilder.apollo.ui.wizards.flex.FlexApolloProjectWizard.
com/adobe/flexbuilder/editors/common/ui/project/wizards/AbstractFlexProjectWizar d
I have tried re-installing several times, even tried the older eclipse versions.
Any thoughts ?
When Flex is installed on a Windows machine, it generates two versions of the Flex SDK, one in C:/Programs Files/Adobe/Flex Builder 3 Plug-in and the other in your Eclipse directory (not sure if this is true on a Mac). I've fixed similar issues by copying missing files from the Flex Builder folder into the parallel Eclipse plug-in directory. That would be my first guess.
If that does not work, you may have to contact Adobe.
Sometimes Flex is... terrible. I mean absolutely awful.
There was a major kerfluful with the fact that FlexBuilder would install correctly in Eclipse 3.4. The new Flashbuilder, for version 4 is designed to work with 3.5(galileo), I'm hoping that it will work with Helios, so I will no longer need to keep multiple Eclipse versions going. Here's a link on how to make it work. I just hope we don't have to keep repeating this.