Standalone Eclipse Plugin for BlackBerry - eclipse

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+ .

Related

Is there any way to install direct 2.4 version of GWT plugin in eclipse?

In our project we are using GWT-2.4 version of GWT plugin. This plugin was already installed in eclipse which will support for Windows XP-32 bit in long back.
But, recently I got a new system with Windows 8.1 - 64 bit. When I tried to install GWT plugin in JUNO/LUNA, by default it is installing GWT-2.6 version. This will be not supported in my project.
If is there any way to install GWT-2.4 version of GWT plugin in eclipse, please reply on this question.
Are you talking about the SDK version?
If yes, download the SDK from here.
Unpack the SDK.
Goto Preferences -> Google -> Web Toolkit
Select the Add button and choose the recently downloaded version.

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.

CXF for Eclipse 3.5

I've Eclipse 3.5.2 and I've a web service, under Windows-> Preferences I can't see CXF, I know it's available in Eclipse 3.6 but is there any way to make it available in Eclipse 3.5? Perhaps by downloading the CXF jars or something? My goal is to generate WSDL file from my web service interface.
I'm using eclipse indigo. so I'm not sure if this'll work for you.
If you go to Help > Install New Software. Look for the The Eclipse Web Tools Platform (WTP) software repository
I'm using Eclipse Indigo so its > http://download.eclipse.org/webtools/repository/indigo
Now it'll list different "Eclipse Web Tools Platform (WTP)" Versions, Select the latest one and you should see CXF Web Services under it. I'll just install the entire platform. you can also install the platform sdk if you like. See the image below for more info.
Install software http://www.greenkode.com/wp-content/uploads/2012/06/6-30-2012-12-58-24-PM.jpg

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

Eclipse for Symbian S60 application develpoment

How to create Symbian s60 application using Eclipse?
Nokia's Carbide.c++ is built using Eclipse, but requires its own full installation. It's not an Eclipse plugin. Lots of information, including downloads at http://developer.nokia.com/community/wiki/Carbide.c%2B%2B
Installing the SDK for use with Eclipse
To use Eclipse with the SDK, install the applications below in the following order:
Java SE Development Kit (JDK)
Eclipse 3.4.1
Eclipse ME 1.7.9 or Eclipse Mobile Tools for Java v0.9.1
Series 40 6th Edition SDK
for sample example visit the link http://developer.nokia.com/resources/library/Java/getting-started.html
Why you don't want to use IDE from Nokia's Symbian SDK? This IDE is based on Eclipse.