How to install plugin for Eclipse from .zip

1.makesure your .zip file is an valid Eclipse Plugin Note: that means: your .zip file contains folders features and plugins, like this: for new version Eclipse Plugin, it may also include another two files content.jar, artifacts.jar, example: but this is not important for the plugin, the most important is the folders features and plugins which … Read more

What to do about Eclipse’s “No repository found containing: …” error messages?

Go to Help → Install new software → Here uncheck “Contact all update sites during install to find required software” Eclipse will prompt that the content isn’t authorized or something like that. just ignore and continue. then everything will be OK. At least this trick resolved my problems similar like this: An error occurred while … Read more

What are the best JVM settings for Eclipse? [closed]

It is that time of year again: “eclipse.ini take 3” the settings strike back! Eclipse Helios 3.6 and 3.6.x settings alt text http://www.eclipse.org/home/promotions/friends-helios/helios.png After settings for Eclipse Ganymede 3.4.x and Eclipse Galileo 3.5.x, here is an in-depth look at an “optimized” eclipse.ini settings file for Eclipse Helios 3.6.x: based on runtime options, and using the … Read more

How to delete a workspace in Eclipse?

Just delete the whole directory. This will delete all the projects but also the Eclipse cache and settings for the workspace. These are kept in the .metadata folder of an Eclipse workspace. Note that you can configure Eclipse to use project folders that are outside the workspace folder as well, so you may want to … Read more

Maven error “Failure to transfer…”

Remove all your failed downloads: find ~/.m2 -name “*.lastUpdated” -exec grep -q “Could not transfer” {} \; -print -exec rm {} \; For windows: cd %userprofile%\.m2\repository for /r %i in (*.lastUpdated) do del %i Then rightclick on your project in eclipse and choose Maven->”Update Project …”, make sure “Update Dependencies” is checked in the resulting … Read more

Cannot run Eclipse; JVM terminated. Exit code=13

I had the same error when configuring eclipse.ini to use JRE6. Turns out I caused this error by incorrectly configuring eclipse to use the 64 bit JVM while running a 32 bit version of eclipse 3.7. The correct configuration required the eclipse.ini -vm argumument to use “C:/Program Files (x86)/” instead of “C:/Program Files/”. Make sure … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)