Eclipse plugins build issue - java

The plugin Workspace(java) that I use while working with eclipse is quite big approx 250MB. Everytime I open a fresh eclipse session with the Workspace, it gives me errors. However reloading the target platform plugins just solves the problem.
When most of the projects are closed & eclipse restarted the error that is described above & the projects which show errors previously are not there & the code runs fine.
I am keen to know, what does a reload do different & want to make it possible to open the workspace without any errors.

Using eclipse oxygen solved the issue. The workspace is loaded directly without any error as was with eclipse mars.

Related

Can I use two different Eclipse (IDE java) versions on same project?

I'm developing a project with Eclipse 4.21, unfortunately this version doesn't allow ObjectAid to work properly, I don't know why. After many attempts, I found out that ObjectAid doesn't work anymore after Eclipse 4.19.
I don't want to reinstall and configure Eclipse again for my project. So, can I have two Eclipse opened on same workspace / same project at same time? Using one (4.21) to develop and one (4.19) just to generate UML class diagram (using objectaid) without problems.
No, you can't run two versions of Eclipse at the same time accessing a single workspace. The second Eclipse you try to start will refuse to access the workspace saying it is already in use.
Trying to run an older version of Eclipse on a workspace that has been modified by a newer version will also produce an error.
You can run multiple versions on separate workspaces.

Android projects not running in eclipse

I am facing a so weird issue with my eclipse. Android projects are not running in my eclipse
I'm using
Eclipse version 4.4 Luna ,
android SDK latest API level 23
(even earlier versions is not working ).It was running well till some days ago , and all other java projects running fine like web and desktop etc..
Whenever I am running the android project it shows the error dialog box, though no errors are there in the project(for a new project also), I have tried clean build, cleared cache, updated eclipse adt , and is there anything left I need to try other than formatting PC?
Well ,after some struggle I have found out what is the actual problem. It was my debug.keystore file.
I have got an error in my console saying Debug certificate expired
Well I have found my debug.keysotre file in here %USERPROFILE%/.android and deleted it. Eclipse itself will generate a new one when compiling a new project. You may need to clean and then build to generate the certificate.
Thanks everyone for your support.
Problem solved !!! :)

Eclipse-PMD : error while installing through eclipse market place

I'm trying to install the PMD source code analyser plugin for Eclipse. It's available through Eclipse Market Place, but I'm getting following problem in the phase of installation :
Why am I getting this problem ?
EDIT
I do not have this menu even though I have added the ruleset configuration file
I'm the creator of eclipse-pmd, the plugin you are trying to install. I tried to install it myself just now and it worked without any problems. So I can only guess what could be the problem in your case:
The repository was temporarily not available
Simply try again.
You are using a (very) old version of Eclipse
The plugin requires Eclipse Indigo (3.7) or later. I tried to install eclipse-pmd with Indigo and Luna just now and it worked both times.
Run Eclipse with Java 7
You need to run Eclipse with a JRE 7 or later. There have been problems during the installation with people using an older JRE in the past. However they could finish the installation but Eclipse silently refused to load the plugin (this has been fixed a few versions ago though).
Proxy configuration
Although unlikely as you came this far, please open the proxy configuration in Eclipse and check if the settings are correct and the domain is accessible.
If you tried everything I suggested above and are still not able to install the plugin, please head over to the project's Github page and open an issue.

couldn't able to open existing projects in android adt(eclipse)

I've a problem in eclipse, i'm getting the following error and i couldn't able to open any existing projects and not able create any new project as well. I've tried restarting eclipse but it's not working.
Finally it worked after I've uninstalled JDK and installed it again. Thank you all

IntelliJ IDEA 13.1 is missing Run/Debug windows

After updating my IntelliJ IDEA (from 13.0.3 to 13.1) the Run/Debug windows do not show. The corresponding menu entries in View | Tool Windows are deactivated.
I have tried editing .idea/workspace.xml or using the plugin "ToolWindow Manager" to show them manually, however then the windows are empty - no buttons or anything.
Help | About shows the correct Java JRE.
How can I bring them back?
Update: problem solved, see comments: examine log file and uninstall the plugin that is throwing an exception
Perhaps you have a plugin that is disrupting the execution of the ide?
I had very similar issue today when upgrading from 13.0 to 13.1. None of my gradle tasks were running and the Run/debug windows were not appearing. When I started one of my run targets it froze and did not start until I exited the IDE.
After looking at the idea logs in [userdir]/.IdeaIC13/system/log I found the idea.log riddled with exceptions from the plugin GrepConsole. I probably had an old version of this plugin. To resolve the issue I just uninstalled the plugin using the IDEA plugin uninstall feature. After restarting IDEA 13.1 the IDE is working just fine.
A support request was sent to Intellij on this with these findings:
https://intellij-support.jetbrains.com/requests/24625
and also the author of the GrepConsole plugin was alerted here: http://plugins.jetbrains.com/plugin/7125?pr=phpStorm
For me the windows were simply under "Services". (Alt+8)

Categories

Resources