For some reason, every time I start aptana studio I get pop-up warnings about:
An internal error occurred during: "Preload additional info".
Any idea what that is?
TIA!
|
|
|
Your Project file is corrupt. I had the same problem after moving my workspace to a dropbox folder and accessing it with two computers. Solution:
|
||||
|
|
|
Fedora 17 // 3.6.6-1.fc16.i686 // Eclipse SDK - Juno // Version: 4.2.1 In addition to the other fine posts, I too use a dropbox between two machines and have had my project file go caput. 1.) Backup your workspace folder to workspacebu. Recreate the dir workspace (empty folder). Open eclipse and then select import under the file menu. 2.) Choose Existing Projects into Worspace under the General Tab, browse to your backup workspacebu dir and click ok. From the now populated "Projects:" window, select the projects to import. 3.) Finally, select Copy projects into workspace and click finish. Should be good to go! Final note - take note of how you setup your layout.. If you take this route, you will have to recreate your eclipse perspective(s) layout. |
||||
|
|