| Code: |
|
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>includes</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> |
| SirronD wrote: |
| Also If I remember to "Close ALL" before I exit eclipse, it will start up OK. But that is an extra step that really should not be required (or if it is required, there should be a "close all on exit" preference. |
| Quote: |
|
I found that this problem can be solved by deleting (or renaming) the following directory: WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.projects This doesn't seem to have effected my workspace adversely. |
| anand.natarajan wrote: |
| I had the same issue, i went to the workspace's metadata folder and deleted the .lock file. started myeclipse and it worked fine... |
| james_beninger wrote: |
| I found that this problem can be solved by deleting (or renaming) the following directory:
WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.projects This doesn't seem to have effected my workspace adversely. |
| Quote: |
|
-startup ../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library ../../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -install C:/Program Files/Genuitec/Profiles/MyEclipse 8.x -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll -configuration configuration -vmargs -Xmx768m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m |
| support-joy wrote: |
|
...Can you bump up the -Xmx to 768, restart your IDE and give it a shot? |
| Support-Brian wrote: |
| Do you have many large projects, with say many JARs or library containers attached to them? |
| Support-Brian wrote: |
|
If you keep a smaller number of projects open, does that help? |
| Support-Brian wrote: |
|
You could try switching to a new workspace - (File > Switch Workspace) and import projects en mass or piecemeal into the new workspace from your old workspace. Doing a few projects at a time will help figure out if a particular project or group of projects are causing the problem. If the workspace was "bad" for some reason, you should have no problems in the new workspace with all your projects. Please let us know how it goes. |
| Code: |
| -vmargs
-Xms128m -Xmx512m -XX:MaxPermSize=128m |