How to install jcdk 2.2.1 in Eclipse [Version: Kepler Service Release 2]? - eclipse

I want to install jcdk 2.2.1 in Eclipse, but it only accept jcdk 2.2.2! as you see in the below I have converter.jar is not compatible error.
How I can solve this problem? thank you.
Update: I try to install JCDK 2.2.1 with jcde 0.1 or 0.2 installed on Eclipse!but nothing change. and in both, Eclipse require directory of JCDK 2.2.2

I set eclipse with java kit 2.2.2 then I close eclipse window and replace the contents of java kit 2.2.2 with contents if java kit 2.2.1 and the problem solved.

java card kit 2.2.2 file is good, you have to :
unzip the file you downloaded.
open the folder named java card kit 2.2.2
unzip the folder that finishes with "windows-do" or "linux-do" (depends of what you downloaded/needed).
Finally, come back to eclipse, and browse to that last folder you unzipped.

Related

Configuration when upgrading from Indigo to Luna Eclipse

I'm trying to upgrade my eclipse from Indigo to Luna (I know that Luna is not the newest but my company does not have a license for a newer version for now).
My tool uses the eclipse Indigo and depends on it. One of the previous developers wrote some notes on how to upgrade:
We will need the following:
execution eclipse installation.
target eclipse installation
an eclipse SDK tarball to run the unit tests
Change the following places in the build plug-in file:
Version of org.ecilpse.pdebuild (pdeBuildPluginVersion=Version)
Version of org.eclipse.equinox.launcher (equinoxLauncherPluginVersion= Version)
Execution eclipse location (eclipseLocation=Path)
Eclipse SDK tar ball (sdkTarBall=PATH-TO/eclipse-SDK-3.7-linux-gtk-x86_64.tar.gz)
I don't understand which versions should be in the pdeBuildPluginVersion and in the equinoxLauncherPluginVersion fields - Where from I should get the needed information?
Also, what is the "Eclipse SDK tar ball" and where should I find it?
You can download old Eclipse SDK versions from the Eclipse Project archive here. Choose your release and then download the Eclipe SDK tar.gz for your platform.
You find out the versions of the plugins by looking in the plugins directory of your Eclipse and finding the plugins, which might be something like:
org.eclipse.pde.build_3.9.0.v20140415-2029
org.eclipse.equinox.launcher_1.3.0.v20140415-2008
The version is the part following the '_' character

run as testNG is missing

The option runAs->TestNG on xml file is missing somehow on my eclipse,
I tried to install the eclipse from scratch and now I have Version: 2018-12 (4.10.0).
Also I have latest JDK and JRE testNG is installed as far as I see and when I want to install them again I have a problem.
All the threads that i saw till now nothing helped me and i tried all the solution as i wrote maybe you have any idea
the only solution i founded till now is that i need to install eclipse from scratch and convert the same project again to TestNG and to copy the old XML to the new one, if its the latest eclipse than to download the beta version of TestNG
There is an issue with the TestNG plugin and Eclipse 2018-12 (https://github.com/cbeust/testng-eclipse/issues/408). You can use the current beta version from https://github.com/cbeust/testng-eclipse.
If the picture above of your installed software is the current state of your Eclipse 2018-12 setup, it cannot be a clean install. The version 6.14.x of the TestNG plugin is not compatible with 2018-12. It is not possible to install the plugin with Eclipse. Either the existing Eclipse directories are reused or the plugin directories have been added manually. It is important to remove them. After that, it should be possible to install the version 7 beta of the TestNG plugin.
It should look like this:
With this setup, you will get your context menu entry for TestNG:

SonarLint cannot connect to SonarQube Server

I have eclipse mars2 with sonarLint 2.1.
I try to connect to a SonarQube Server 5.1.2
When I try to connect via the eclipse GUI, the following error occurs:
The following plugins do not meet the required minimum versions, please upgrade them: java (installed: 3.0, minimum: 3.8)
Do you have any ideas? Thank you guys!
The plugin the message is referring to is the Sonar Java Plugin. Log in to Sonar as admin, go to Administration/System/Update Center and you'll see that the current installed plugin version is 3.0. Update it to the newest version available and it should work.
[Edit] - The upgrade is triggered by just clicking the button, but after it is downloaded and installed, you'll have to restart the Sonar server.
Another option is to downgrade to an older version of the plugin:
Exit IntelliJ
Delete the files in the following folder (your version of Idea may be in a slightly different folder
C:\Users\USER.IdeaIC2018.1\config\plugins\SonarLint\lib
Download version 3.5.1.2759 from the following: https://plugins.jetbrains.com/plugin/7973-sonarlint
Unzip all the files from the downloaded file to the above folder
The newest available version in the update centre is 3.14 for some reasons.
Anybody has been able to install the 3.8?

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.

Building Hadoop(1.2.1) Eclipse(Kepler 4.3.1) Plugin

I tried building an eclipse plugin for Hadoop for my Eclipse Kepler V 4.3.1
In the web I see a lot of information for JUNO and some prior versions but tried copying those jars into my eclipse->plugin directory brought me no luck. hence tried building my own eclipse plugin but even that is not working for me. Has anyone here has a Hadoop plugin working for Kepler?
Below are my other config details :
Mac OSX
java version "1.6.0_65"
I managed to sucessfully build it using this guide
with some slight modifications, i am however using Eclipse 4.3.2 on Arch and java 7.
Either way here is my plugin if it helps.