Tool Tip error in Eclipse Kepler after TestNG installation - java

My projects in Eclipse Kepler were working just fine until I downloaded TestNG. Post TestNG download, I am unable to click on the run button for my code. After I click on run or even if I hover over on run the following error message is displayed.
An internal error occurred during: "Compute launch button tooltip".
java.lang.IllegalArgumentException
If I uninstall testing all my scripts run. But as soon as I reinstall Testing the issue reappears.
I have tried Re-installing Eclipse, Changing Workspace, Restarting Eclipse, Creating new projects, Installing TestNg from Eclipse Marketplace as well as by Installing new software.
Eclipse Kepler Version: Kepler Service Release 2
Build id: 20140224-0627
Java JDK 1.7

Related

Eclipse Neon for Eclipse Committers can't resolve org.eclipse

I recently upgraded to Eclipse Neon. I had a plugin project that built fine in Eclipse Luna, but now in neon, everywhere that I imported "org.eclipse."something I get an error:
The import org.eclipse cannot be resolved.
The plugin.xml has errors etc.
The Project build path has "Plugin Dependencies" on the build path.
My version of Eclipse is
Eclipse IDE for Eclipse Committers
Version: Neon.3 Release (4.6.3)
Build id: 20170314-1500
I'm running on MacOSX High Sierra.
It's probably something very simple.
I have a similar problem every time I upgrade my eclipse installation.
For me the problem can be solved by adjusting the Target platform (can be found in the settings - just search for it) to match the currently running one. For that in most cases I simply add a target platform with default configuration and set that one active.
After a rebuild (normally performed automatically) all those errors are gone.

install STS for Eclipse 3.8 on eclipse Neon

I've installed Eclipse neon on my laptop but I also need STS. I've had a look online and found this. Here it says that this version of STS (not specified on the webpage) is fine up to eclipse oxygen, but if I drag and drop the installer in my eclipse it says that that STS version for Eclipse is the 3.8. Now, is it OK and safe to proceed and effectively install STS 3.8 on Eclipse 4.6.2 (neon)?
thanks

Eclipse - Not able to run TestNG tests

I am using Eclipse Kepler 4.3.2 and have installed TestNG plug-in for it but am not able to run TestNG program as TestNG console is displaying below error.
"Plug-in org.testng.eclipse was unable to load class
org.testng.eclipse.ui.TestRunnerViewPart."
I am not able to resolve this even after reinstalling the Eclipse and creating projects in new workspace.

Eclipse Plugin not working in Juno

I had developed an eclipse plugin in eclipse luna.
It is absolutely working fine as expected in eclipse luna.
But now when i am copying this plugin jar to the plugins folder of eclipse juno and restarting my eclipse it is not working.
It doesn't even display the plugin in the installed plugins list.
Also when i am starting the console (juno) in osgi view , and typing the command ss command my plugin is not listed there.
Is there any version compatibility issue among the eclipse versions ?
UPDATE :
As per Gilbert's suggestion I created the same plugin in eclipse JUNO , and I am able to run it successfully in the runtime workbench.
Now when I am exporting this jar file and manually copying it into my plugins directory it is not working. I ran the ss command where the plugin is listed and it is in the STARTING state.
Still I am not sure why on exporting the jar it is not working ??
Please help , how to fix this.

AWS eclipse plugin - installation error

I have an error from Eclipse, after installing the aws plugin and restarting Eclipse. I'm currently using Kepler Java EE edition. I even tried with Luna, and every time when I download the Eclipse plugin from aws website and restart Eclipse after installation (which is mandated by the install process), this error pops up.

Categories

Resources