How to Add starUML plugin into Eclipse(juno)? - eclipse

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.

Related

plug-in org.eclipse.m2e.core.ui was unable to load class

I had made an maven project and it worked fine.
Then I installed plugins
EclEmma Java Code Coverage,
PHP Development Tools (PDT),
Eclipse.orgSonarQube
Then I worked on some other project. When I again wanted to create an maven project,it threw the following error window which said
The selected wizard could not be started
reason
plug-in org.eclipse.m2e.core.ui was unable to load class
org.eclipse.m2e.core.ui.internal wizards.MavenProjectWizard
Removed SonarQube plugin .This solved the issue.
Now it works all fine.
But is there any other solution to this problem since I have to use sonar.
Click on eclipse help tab and open installation details search sonar and remove all related plugins.
That's not quite the right characterization of what it says on the page,Please check your .log file /path/workspace/.metadata/
Find the correct plugin which is causing this problem and update to compatible version of the plugin with eclipse version.
To find the hidden files in the workspace use Ctrl+H
I had the same problem, and I've tried so many solutions. But what I did to solve the problem, is that I just upgraded my Eclipse IDE (2019-06 to 2020-03) by following these steps (from https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F) :
You first need to add the new release's repository as follows:
1-1. Window > Preferences > Install/Update > Available Software Sites
1-2. Click 'Add'
1-3. Enter the URL https://download.eclipse.org/releases/2020-03/
1-4. Click 'Ok'
Help > Check for Updates
If updates are found, proceed through the install wizard and restart the IDE when
prompted. Otherwise, read carefully the error message to find out which component
is conflicting and establish your resolution strategy.
Note that the start splash screen may be cached and will not necessarily be
updated to the latest version after the IDE is restarted. Performing a full
relaunch should display the new version number.

how to plugin evosuite.jar in 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

Unable to read repository at http://beust.com/eclipse

Eclipse for Testers
Version: Indigo Release
Build id: 20110615-0604
I try to install TestNG but below error appeared.
"
Unable to read repository at http://beust.com/eclipse.
http://beust.com/eclipse is not a valid repository location.
"
Kindly Resolve the problems
This is because http://beust.com/eclipse is redirecting to http://dl.bintray.com/testng-team/ and Eclipse software seems to be not handling this URL redirection as intended.
If you add the URL as http://dl.bintray.com/testng-team/testng-eclipse-release/ then this will work OK.
I added one "/" to the end: http://beust.com/eclipse/, then it works. If you use RAD 8+, navigate from Windows -> Preferences -> General -> Network Connections, make sure you have correct settings here, for me I have to change the setting from Native to Direct.
Disconnect from your company's intranet network and connect to your network (Like mobile hotspot or home wifi). Try install then. Worked for me.
You can try below link
https://www.techbeamers.com/install-testng-in-eclipse-ide/
The URL for downloading the Zip file is for version 6.11 in the above link. If you need a higher version try
http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/
It doesn't work for Eclipse Neon at all. You can try to download the zipped archive file and add the 'update site' as an archive file from the file system.
> Install TestNG In Eclipse IDE Via Offline Jar Files
Download the latest TestNG Jar files from the link TestNg Jars
Go to the eclipse installation directory and look for the “dropins” folder there.
Create a folder inside the dropins folder and name it as “testng-eclipse-6.11“
Extract the “site_assembly.zip” file and copy its contents to the newly created “testng-eclipse-6.11” directory.
Restart Eclipse
source: techbeamers
Make sure you don't have a space character before or after the entry in the "Work with" field as you try to add the software site.
Other than that, the software site is perfectly valid. Perhaps the server was just down at the time you tried it. You could also check to verify that there is no proxy or firewall filtering on your end. Try pinging the site or accessing it in some other way. If Eclipse can't talk to the site, it has no way of knowing that it is valid.
Make sure you are connected to the Internet
Key in the exact URL - http://beust.com/eclipse/
I tried Network connections -> Change native to manual -> Selected Socks and clicked on clear then I tried to install the TestNG plugin from install new software and add the URL. while installing eclipse was asking to sign in but I clicked on ok every time and installation were completed.
I tried many steps editing the eclipse.ini file etc and changing native to direct. None of those steps worked for me
Try below steps:-
Ping the URL in CMD to check if there are any loss of data packets.
So you will get clarity it is problem with your network or not ,try with different network.
Many times your antivirus or firewall block the incoming network so disable them temporarily and try.
To resolve this issue.
GO to Eclipse installed folder
Edit eclipse.ini file and insert
-Djava.net.preferIPv4Stack=true
at the end of that file. Restart the eclipse.
The given link is https://beust.com/eclipse
remove "s" from https & try with link http://beust.com/eclipse
I was using "http://beust.com/eclipse/" but unable to download TestNG jar it is showing no contents.
If you will use this URL "http://dl.bintray.com/testng-team/testng-eclipse-release/" then you will able to download, it worked for me.
Just install TestNG from below URL and no such issue will occur at latest eclipse releases:
http://dl.bintray.com/testng-team/testng-eclipse-release/
The above link didn't work it means you need a higher version of TestNG for the eclipse. Before that check TestNG is installed or not in order to know that press CTRL+N in the wizard you can see TestNG class file name.
If it is not displaying then try installing TestNG In Eclipse IDE Via Offline Jar Files:
1)Download the latest TestNG Jar files from the link TestNg Jars ("https://github.com/cbeust/testng-eclipse")
2)Download TestNG 6.11, Clicking on the link will download the “site_assembly.zip” file for the TestNG version 6.11. This file contains two folders named as “features” and “plugins“.Go to the eclipse installation directory and look for the “dropins” folder there.
3)Create a folder inside the dropins folder and name it as “testng-eclipse-6.11“
4)Extract the “site_assembly.zip” file and copy its contents to the newly created “testng-eclipse-6.11” directory.
5)Restart Eclipse
OR
Go click on Help> Install new Software> Under Available software> Work with textbox paste this "2019-06 - http://download.eclipse.org/releases/2019-06" and then click on ADD. You will now see the files like TestNG and a lot many others. Select TestNG click on Next> Next> Accept the condtions> Finish. It will restart the eclipse. Inorder to know the installation is successful Press CTRL+N.

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

How to add hibernate javadocs in Eclipse?

I am using Eclipse for the past two months. I didnt used javadocs in it before.
Today i searched for hibernate javadocs and got hibernate-3.2.2.ga-javadoc.jar.
But i dont know how to add it in eclipse. Any suggestions!!
You can also simply add the URL of the javadoc like http://docs.jboss.org/hibernate/core/3.6/javadocs/ in the properties of the jar !
If you right click on the JAR file under "Referenced Libraries" -> Properties -> Javadoc Location -> Javadoc in archive and then either point it to a jar you've imported into your workspace or on your local machine by using the "archive path" box.
Simple steps to include hibernet in eclipse................
Visit
http://www.jboss.org/tools/download/stable/3_1_GA.html (BROKEN LINK)
Downloaded file name should look like “HibernateTools-3.3.0.v200910281724M-H247-M4.zip”
Extract it with your favor zip tool
Copy the extracted plugin and feature folders to Eclipse’s plugin & feature folders
Restart Eclipse.......!!
It's Done.. :-)
Here is the complete guide lines, that I have followed and it worked for me.
http://milindapro.blogspot.com/2011/10/add-hibernate-javadoc-to-eclipse.html
Edit
I am not promoteing myself. But I hope this will help to someone. Thanks.