How to import Ionic project in Eclipse - eclipse

I installed the JBOSS Tools for Kepler and included the JBOSS hybrid moblie tools for cordova development and I'm able to create a new functional cordova project.
I can't nonetheless import an existing cordova or ionic project because that option doesn't appear on the eclipse import menu.
Is there a step I missed?

So I could not solve the problem created when adding the JBOSS Tools for kepler. I then just downloaded the Red Hat JBoss Developer Studio 8.1.0.
It comes armed with a cordova simulator and also supports ionic. Jboss studio is based on eclipse I find it meets my needs.

Related

Eclipse oxygen does not find IBM MobileFirst Studio

I am trying to install IBM MobileFirst Studio. I have downloaded the latest eclipse version (oxygen) for Java EE Developers. Now when I go to "Eclipse Marketplace" and enter "MobileFirst" in search, it does not find the plugin and in the download section of MobileFirst Platform Foundation (https://mobilefirstplatform.ibmcloud.com/downloads/), I can only find the 7.1.0.0 version (under past releases). Nowhere I can find the 8.0 version.
In MobileFirst v8.0 you no longer use Eclipse based MobileFirst Studio to create "projects" to create Hybrid apps, rather you use the Cordova CLI to create a Cordova app, and also use the Cordova CLI to add the MobileFirst SDK (plug-in) to the Cordova app.
Check Here: Unable to launch IBM MobileFirst foundation studio 8.0 in eclipse

Unable to launch IBM MobileFirst foundation studio 8.0 in eclipse

OS Version: Mac OS Sierra: 10.12.3
Eclipse Version: Neon.3 Release (4.6.3)
Steps
Downloaded the latest Eclipse version.
Installed IDE for Java Developers.
Installed IBM mobile first foundation studio 8.0 from Eclipse Marketplace. Restarted the Eclipse
No mobile first option available in Eclipse.
In MobileFirst v8.0 you no longer use Studio to create "projects" to create Hybrid apps, rather you use the Cordova CLI to create a Cordova app, and also use the Cordova CLI to add the MobileFirst SDK (plug-in) to the Cordova app.
The Studio plug-in for Eclipse in v8.0 is used to expose functionality provided by the MobileFirst CLI (register app, open console, and so on...), and so it will work only if you will also have the MobileFirst CLI installed, as well as the THyM plug-in for Eclipse, which makes Eclipse into a dev environment for Cordova apps. See this video : https://youtu.be/yRe2AprnUeg
Command Line is the best way to set up the development environment for IBM MobileFirst Foundation 8.0.
Application development
At the very minimum, the following software is needed:
NodeJS (requirement for MobileFirst CLI)
MobileFirst CLI
Cordova CLI
IDEs: Xcode, Android Studio, Visual Studio, Atom.io / Visual Studio Code / WebStorm / IntelliJ / Eclipse / other IDEs
Adapter development
NodeJS (requirement for MobileFirst CLI)
MobileFirst CLI
Maven (requires Java)
IDEs: IntelliJ / Eclipse / other IDEs
I suggest that you will take a tour of Setting Up the Development Environment for MobileFirst Foundation 8.0.
See here:
https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/application-development/using-mobilefirst-cli-in-eclipse/
http://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/development/
http://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/development/cordova/#installing-the-cordova-cli
http://mobilefirstplatform.ibmcloud.com/downloads/#mobilefirst-cli
Eclipse Neon is currently not yet supported. Please try using Juno version instead.

Installed Eclipse GWT plugin, but no Web Application project

I have Eclipse IDE for Java EE Developers (3.7) installed on Windows XP and I installed Google plugin and GWT SDK , but even though plugin shows up as installed, I still do not get an option File > New > Web Application Project as it should be. And no icon with 'g' in blue circle on toolbar. What am I missing?
Thanks
Here is what I see on 'Plug-ins' tab in my Eclipse Installation Details screen:
Google App Engine Java SDK 1.7.6
Google Eclipse 3.7 Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Eclipse Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Eclipse Shared Platform Plugin 3.2.2.v201303261859-r3l-r37
Google Web Toolkit SDK 2.5.1
Go to Eclipse Market Place --> Search For GWT Plugin --> Download Google Plugin for Eclipse 3.7
It will take some time to download and install all the packages and plugins. But once it will be done, you will be able to see the google icon at the toolbar.
Also go through the following link.
https://developers.google.com/web-toolkit/usingeclipse
I had the same problen when following the GWT Tutorial and I fix the issue.
You can go:
Eclipse --> Help -->Install New Software --> Work with
Then paste, any of these urls but change indigo or helios for your eclipse IDE distribution
Indigo Update Site - http://download.eclipse.org/releases/indigo/
http://download.eclipse.org/webtools/repository/helios
Wait a moment and Eclipse will show you all options.
Check the option:
Web, XML, Java EE and OSGi Enterprise Development
Then click the Next, Apply and Finish and restart your IDE to see the changes.
Is all.
You are probably missing Java 7 JDK.
Download and install the JDK from the above link, then follow these instructions to let Eclipse know where to find it.
After I installed Java 7, the GWT plugin buttons and menus finally appeared next time I started Eclipse.

Standalone Eclipse Plugin for BlackBerry

Where can I find a standalone eclipse plugin for blackberry? On the blackberry website in other to develop blackberry apps one has to download a full eclipse and the plugin which is about 400MB, that seems to me like a waste of resources since I already have an existing installation. Any pointers would be good.
You can install the BlackBerry java plugin to your existing eclipse via the BlackBerry Java Plug-in Update Site.
Here is the official instruction link .
You should have Eclipse 3.6+ version and Java 2 SDK v6.0 Update 16+ .

Flash Builder 4 + Red5 IDE Plugin

Anybody know how to install Red5 IDE Plugin for Adobe Flash Builder 4?
Adobe Flash builder 4 comes with an integrated installation of Eclipse, but If I follow the instructions on Red5 site I get:
Cannot complete the install because one or more required items could not be found.
Software being installed: Red5 Feature 0.2.0 (org.red5.feature.feature.group 0.2.0)
Missing requirement: Red5 Feature 0.2.0 (org.red5.feature.feature.group 0.2.0) requires 'org.eclipse.jst.server.core 0.0.0' but it could not be found
I have tried everywhere but can't find any help.
Thanks in advance.
Answer
Flash Bulder 4 has Eclipse Galileo as integrated IDE, in order to make Red5 Plugin work first you have to install Eclipse Web Tools Platform (http://download.eclipse.org/releases/galileo/) and then you can install Red5 IDE Plugin.
Unfortunately the flash builder is not built on top of a full blown eclipse (it does not make sense to do so.), So you need to install the server components, if you are envisioning running servers from eclipse. The easiest way to do this is to install the all-in-one package from eclipse and then install the Flash builder plugin or you could try installing WTP (Web Tool Platform) tools in your existing flash builder.
Flashbuilder is available in two flavours. Standalone or as a eclipse plugin. I am currently doing all my flashbuilder plugin's(Currently working on a PureMVC plugin and need beta testers) development using eclipse indigo and flashbuilder 4.0(the plugin version) without any problem.
Short answer is :)
Just install the eclipse environment you want and then install the flashbuilder plugin..
Should work like a charm.
Geirr