how to plugin evosuite.jar in Eclipse - eclipse

On the evosuite documentation website, they have a unhelpful video.
The video shows that when you right click the text editor in eclipse, there is an evosuite icon after "replace with", but I haven't figured out how I can do that after I tried different answers on website.
I put evosuite.jar in the folder of eclipse plugins and then use plug-in from Existing JAR Archives functions of eclipse to import it.
Am I anywhere close?
Any suggestion will be appreciated. Thanks in advance

It looks like the update site is here: http://www.evosuite.org/update/
Paste this URL into your Eclipse Install manager's work with text box (Help -> Install new software...), select evosuite and next. Follow the instructions to install.

You may have to de-select the option “Group items by category” to see EvoSuite listed if you harness the power of Andrew Eisenberg's answer

Related

Eclipse's Color Theme Issue

Here's my problem: I want to install the Eclipse's Color Theme plugin, but when I go to the MarketPlace and click install, this pop-up message appears.
It says: "No repository found at http://eclipse-color-theme.github.com/update." (You should be able to look at it by clicking on this link)
I'm not sure if it is a matter of my VPN, but I tried to disable it and try again, but it didn't work. I also tried to install it manually with the zip archive, but had no success.
I would really appreciate it if you can give me a hand to finally get it installed.
Thank you in advance...
The update site has moved to https://eclipse-color-theme.github.io/update/, but the Eclipse Marketplace entry still points to the old location.
Use Help > Install New Software and work with udate site URL https://eclipse-color-theme.github.io/update/ instead.
For details see Eclipse Color Theme issue #281

How to Add starUML plugin into Eclipse(juno)?

Please help me to add the StarUML plugin into Eclipse IDE.
i'm searching in Google but i could not fine any link for this.
please help give the url to add the eclipse ...
Thanks in Advance...
Usually it should be enough to put the plugins into /plugins and the feature(s) to the /features folder. You may benefit from Eclipse internal provisioning by putting it in the /dropins folder. These folder is monitored by eclipse and will guarantee a proper installation.
Does starUML not come with a update-site link?
Start Eclipse > Select Help > Install Software > Available Software Tab > Add Site > Give any name and Enter this URL
http://downloads.myeclipseide.com/downloads/products/eworkbench/helios/enterprise-earlyaccess/
Wait for few seconds and select all the options that appears for installation and click Next.

How can I find the error which causes a red cross on the project's icon in Eclipse?

I create a simple Maven project in eclipse using m2elipse plugin, then I revise the pom.xml to what I need and save it. After the rebuilding of the project, there's a red cross on my project's icon, but with no red cross anywhere else in this project. According to my experience, this is caused by the java building path or library reference, so how can I find this out? because the library reference is auto produced by maven. Thanks a lot!
To see the listing of all errors and warnings, open the problems view.
You must upgrade the m2e connector. It's a known bug, but there is a solution
Into Eclipse click "Help" > "Install new Software..."
Appears a window. In the "Install" windows:
2a. Into the input box "Work with", enter next site location and press Enter https://download.eclipse.org/m2e-wtp/releases/1.4/
2b. Appears a lot of information into "Name" input box. Select all the items
2c. Click the "Next" button.
Finish the installation and restart Eclipse.
The root cause here is maven connector, you need to upgrade the connector.
Here how you can open the Problem View which is highlighted by another user #konstantin in his answer.
Select the pom.xml which is having the red cross on it and open this.
and then you will be able to see it like below

How to restore Eclipse Welcome Page?

My standard Eclipse "Welcome Page" is blank. How do I restore this page so that it shows the original links? The welcome page for the Eclipse CDT (C/C++ Development Tooling) will display. All of the help sections are still accessible.
Here are some details of my environment:
Eclipse Indigo Service Release 1
Windows 7
A whole bunch of plugins
This is not much to go on, I know. I could post all the logs from my installation details, but those would go on for pages. My Eclipse installation on Xubuntu has all the same plugins and the welcome screen still displays the links.
Has anyone else run into this problem recently and been able to resolve it, if so how?
What installation details should I look at or post to help debug this problem?
Try going to Help → Welcome.
Delete the current installation, and unzip a freshly downloaded copy.
Help -> Welcome then click Customize icon at top right corner and the select Apply setting to all products sharing this workbench and click Save As.. Save the file name with Welcome2.html
Help -> Welcome. then use the "home" button

Eclipse context menue options are missing

I am running Eclipse 3.6.
I used to have two options in the context menu when right clicking a project in any perspective - One would open Windows explorer in the folder the project is located at and the other would open a windows command prompt in the folder the project is located at.
Not sure why but for some reason I don't see these options anymore.
I tried looking for them under "Customize perspective..." but couldn't find it anywhere.
Anyone knows how to restore these two options?
Thanks
Eclipse itself does not have this function. So, I think you were using a plugin. I searched the eclipse plugin site, I think you can try this:
http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=1821