How do I install the cTAKES in eclipse IDE? - ctakes

I want to install the cTAKES in eclipse but did not find any proper documentation. I am following the documentation of Apache software foundation
but I am not able to install cTAKES.
Please suggest any proper method to install.

Related

How to uninstall a default plugin in RAD

I have seen many posts about here which tell you how to uninstall a plug-in that YOU have installed. What I want to know is - How do you uninstall a plug-in that comes along with the eclipse package? I tried the installation manager but it doesnt work since this like a default plugin.
I am using IBM Rational Developers for System Z with Java version 8.3. I am trying to install GEF Zest Visualisation but since GEF Draw2D was already pre-installed in my RDZ i am not able to install what I want due to conflicting dependency.
I need GEF Zest Visualisation so that I can install Maven. Without Zest I get an error while I try installing Maven.
Is there a way to uninstall these default plug-ins? If no, then is there any workaround that I can use to install my Maven plug-in without having to use Zest?
I haven't used Rational Developer for System Z, but if it is Eclipse-based it should be the same as Rational Application Developer or Eclipse.
Open Help context menu.
Press About Rational Developer...
Click the Installation Details button.
This will open a list of installed software and you can see all the features and plug-ins that are installed.
Find and select the item you want to uninstall.
Click the Uninstall... button.
This will attempt to uninstall the selected plug-in, but you will likely encounter dependency issues if Maven requires GEF Zest Visualisation. You would need to uninstall Maven first if that happens.

How to install rabbitmq-plugins tool?

This page tells me what I can do with the rabbitmq plugins tool. But I can't figure out how to install the plugins tool itself. I just seem to have rabbitmq-server and rabbitmqctl. The man pages doesn't say anything either. So how do I install it? I currently have {rabbit,"RabbitMQ","2.6.1"} running and I didn't install the server so I don't know how it was installed.
Thanks,
Apparently the plugin tool was introduced from 2.7 onwards. For 2.6.1, I assume we need to copy the plugin files to the plugins folder. Unless someone can confirm otherwise.

prerequisites for installing cloudbees plug-in

m trying to install cloudbees plugin in my eclipse juno but its giving me error:
Cannot complete the install because one or more required items could not be found.
Software being installed: CloudBees Eclipse Toolkit SVN Support (SUBCLIPSE MUST BE INSTALLED!!) (Optional) 1.1.0.201210091648 (com.cloudbees.eclipse.dev.scm.subclipse.feature.group 1.1.0.201210091648)
Missing requirement: CloudBees Scm Subclipse 1.1.0.201210091648 (com.cloudbees.eclipse.dev.scm.subclipse 1.1.0.201210091648) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: CloudBees Eclipse Toolkit SVN Support (SUBCLIPSE MUST BE INSTALLED!!) (Optional) 1.1.0.201210091648 (com.cloudbees.eclipse.dev.scm.subclipse.feature.group 1.1.0.201210091648)
You need to install Subclipse.
If you are using Subversion for your version control system, you might be using either Subclipse or Subversive in Eclipse. Depending on which one you use, you should install the corresponding CloudBees toolkit adapter. You do not need the other one, and if you are using Git (or something else) you do not need either.

How do I resolve a plugin conflict in Eclipse?

I'd like to upgrade my Helios installation of Eclipse to Indigo. When I do, I get the following message:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse IDE for Java EE Developers 1.4.2.20120213-0813 (epp.package.jee 1.4.2.20120213-0813)
Software currently installed: Oracle GlassFish Server Tools 1.6.1.201009290929 (oracle.eclipse.tools.helios.glassfish.feature.group 1.6.1.201009290929)
So my first thought was to simply uninstall GlassFish. For the life of me, I can't figure out how and where to go to do this. I went to Help->About Eclipse...->Installation Details. The only place that it looks like I can uninstall stuff is in the "Installed Software" tab. I do not see the Oracle Glassfish package anywhere. If I go to "Feature" or "Plug-ins", I can find it just fine, but there is no option to uninstall.
So my next thought was to upgrade Glassfish. So I put the indigo repo in there, but I still get the same message when trying to update. Any ideas?
There is no mechanism within Eclipse to permanently and physically uninstall a feature and its plug-ins. The process to physically and permanently remove an undesirable feature and its plug-ins is a manual process that should be done when Eclipse is not running. In order to do, you will have to manually remove the files there associated with the feature from the eclipse/features directory and its plug-ins from the eclipse/plugins directory.
D:\Softwares\eclipse-standard-kepler-R-win32\eclipse\plugins\eclipse\
-plugins
-features

installing freemarker plugin on eclipse indigo

I was tryi ng to install the freemarker plugin for eclipse Indigo on my machine which runs on Ubuntu 11. I tried to add http://www.freemarker.org/eclipse/update with the name FreeMarker to install new softwares option. But, it complained that there were no repositories. Then, IO manually tried to download the plugin file (freemarker-2.3.19.tar.gz) from http://sourceforge.net/projects/freemarker and tried to copy the contents to /usr/share/eclipse/plugins folder. But, it rejected it complaining that the format of the file contents were incompatible.
Can anyone please help me with this issue.
Thanks in advance.!
You should use the FreeMarker plugin in the JBoss Tools Project, as http://freemarker.org/editors.html says. Where did you get the link to the old plugin? (Also, freemarker-2.3.19.tar.gz is the FreeMarker distribution, and has nothing to do with Eclipse.)
What I finally did is, I downloaded Eclipse Indigo for Java EE from Eclipse official website. It had the market place from where I could easily install the JBoss plugin. All I had to do is install it from within Eclipse and could work on freemarker after that.