I am not able to add evosuite plugin to my eclipse

  1. I installed eclipse Luna
  2. downloaded evosuite jar from https://www.evosuite.org/update/
  3. Added this jar to my project project-->build path-->configure build path-->Libraries-->Add external jars 4)Eclipse -->help-->InstallNew software-->Ad->Archive--> Name:evosuite location:jar:file:/C:/Users/SRAVANI/Documents/Eclipse plugin/org.evosuite.plugins.eclipse.core_1.0.7.201806011952.jar!/ 5)error:"couldn't find jar
  4. for resolving the above error I downloaded visualVM as suggested in Eclipse : Getting Error as Could not find jar file while installing Plugin in Eclipse
  5. I am facing the same error as i faced before for adding visualVM also
  6. As a last try I Imported the evosuite.jar into the project and added to classpath I am not able to get that generate tests with evosuite option as mentioned in this link https://github.com/EvoSuite/evosuite/issues/136

Can someone please help me on this

Upvotes: 0

Views: 559

Answers (1)

greg-449
greg-449

Reputation: 111197

Install New Software is the only correct way to install a plug-in.

Do not download the jar, instead enter the address of the update site https://www.evosuite.org/update/ in to the 'Work with' field on the Install New Software dialog (and press Enter). The dialog will then show you what can be installed from that location.

Note that Eclipse Luna is now 6 years and 12 releases old, the plug-in might require a newer release.

What the Install New Software dialog should show: Example install new software dialog

Upvotes: 0

Related Questions