How do I reinstall the DataNucleus plugin in Eclipse? - eclipse-plugin

I installed the DataNucleus plugin in my installation of Eclipse. How do I remove and reinstall the plugin?

Inside Eclipse
go to Winows->preference on left side panel check for Install/Update->Available Software
click on the plugin and right side click on remove this will remove the plugin .
In order to reinstall click on Add button and the url of the plugin site and click , if it is compatible with the version of eclipse working , else it will display error
Hope this helps

Inside Eclipse (Helios)
Go to Help > Install New Software
Click on 'What is already installed?" link.
Select plugin and click Uninstall...
The suggested alternative of Windows > Preferences > Install/Update > Avail Software Sites > Remove doesn't remove the plugin - only the site.

Related

How to uninstall Plugins in IntelliJ IDEA?

Others have written to simply right-click the plugin to install, and then "Uninstall" will show up. But for me, right-clicking does nothing.
I am using Linux if that makes a difference. Thanks.
Try the Installed tab instead of the Marketplace.
Here's the official tutorial: https://www.jetbrains.com/help/idea/managing-plugins.html#remove-plugin
In the Settings/Preferences dialog ⌘,, select Plugins.
Open the Installed tab and find the plugin that you want to remove.
Click The down arrow next to the Disable/Enable button and select Uninstall from the dropdown menu.
Go to File, Settings, Plugins, Installed, right click on the plugin, Uninstall or disable in case the plugin cannot be uninstalled directly on IntelliJ.

IntelliJ after update i can't load dart/flutter plugin

I updated IntelliJ community version via IntelliJ toolbox and now i can't run my code. Flutter doctor says that everything is ok.
In IntelliJ -> Settings -> Plugins, installed -> i don't see flutter or dart plugins and in plugins market is endless loading.
I tried uninstall but the problem persists
It's a known bug in the Toolbox application .
The workaround is to edit -Didea.plugins.path= in Help | Edit Custom VM Options to move plug-ins folder outside of the user's home directory.

Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with this version of eclipse.
Find the versions details.
Spring Tool Suite
Version: 3.7.2.RELEASE
Build Id: 201511261048
Platform: Eclipse Mars.1 (4.5.1)
Hi you can download sonar lint from the follwing URL http://www.sonarlint.org/eclipse/ then follow the steps given below
Make sure the download location, Don't unpack the archive file(for windows)
Go to install new software option in eclipse Help >>
Click Add button in right of work with text field, following screen will appear
Fill name location as "Sonar" etc
Now select the downloaded archive file by clicking Archive button
Follow the installation instructions from the Installation window
you can also install zip file of SonarLint as follow:
1.go to the site https://bintray.com/sonarsource/SonarLint-for-Eclipse/releases/2.6.0.
2.download the setup jar file and go to help menu of eclipse
3.click on "install new software"
4.click on add.
5.click on "archive".
6."open" the jar file from the location you have downloaded the jar.
install the software.
Not sure what the problem exactly is, but I worked around this by starting up STS, select "Install New Software" and pasted the Solarlint update site URL into that dialog: http://eclipse.sonarlint.org/
That allowed me to install the plugin into STS 3.7.2 without any issues.
Hope this helps!!!
Please Make visit to this link and as i see you are using mars.
1. If you have eclipse marketplace installed then you can proceed as per.
you just need to drag this icon to your eclipse and done.
2. If not Installed then also same link click on download button and after downloading go to eclipse on right side there is search functionality type install new software and then select that option window will pop up choose>>add button>>archive button>>and upload zip file from download location >>accept agreement and done click on next done.
If you found it easy and helpful please up-vote happy coding and reviewing with sonarlint
1.Download it from https://www.sonarlint.org/eclipse/
2.In Eclipse go to Help->Install New Software->Add
3.Now click on Archive and select downloaded plugin zip and click Ok
4.Select the items and click Next and then accept license agreement and finally it will ask for a restart

Configure and install Intellij IDEA SDK

Now I want to write a plugin in intellij , development of every custom plugins requires the IntelliJ IDEA SDK to be installed and configured for that project. How can I install and configure sdk to my project?
Here you can read official guide to configure IntelliJ Idea SDK
Press CTRL + ALT + SHIFT + S
In the Project Structure dialog box that opens, do the following, and then click OK
Under Platform Settings, click SDKs, and then click the plus sign icon.
From the provided list, select IntelliJ IDEA Plugin SDK.
Using the Select Path dialog box that opens, select the IntelliJ IDEA installation directory directory, and then click OK. Note, that by default, this dialog box automatically selects the home directory of the currently running IntelliJ IDEA installation.
In the Select internal Java platform dialog box that opens, select a Java SDK (JDK 1.6 is recommended) to be used as IDEA internal platform, and then click OK.
Optionally, in Sandbox Home, change the default folder to which Intellij IDEA will copy plugins for debugging.
Open the Sourcepath tab, click Add, and then select the folder where you have checked out the sources of IntelliJ IDEA Community Edition.
In the Detected Source Roots dialog box that opens, click OK.

How to access the Fabric (Twitter) plugin in Intellij 13?

I have just installed the Fabric (Twitter) plugin in IntelliJ IDEA 13, following the steps found here.
I installed the plugin, restarted IntelliJ and the next step suggested by the guide is this:
However, I couldn't find that button anywhere, not even in the menus on the top. The plugin shows up as installed in Settings -> Plugins.
How can I access the Fabric plugin after installation in IntelliJ IDEA?
Please enable View -> Toolbar and you can see.