Eclipse
2015-05-01azim58 - Eclipse
eclipse portal
Increase amount of Java memory in Eclipse
- working from the same project directory with multiple eclipse instances
- -Is it possible to work from the same project directory from multiple Eclipse instances? Therefore, a change to the code in one instance of Eclipse would change the code in the other instance of Eclipse. Is this possible?
- --Yes!!! It is possible. Get the project started in one workspace. Then copy that project to some other location on your hard drive. Then delete the project from your workspace and you may want to choose to delete the contents on the disk (in the workspace folder as well). Next you can use the existing project at a location on your hard drive in as many instances of Eclipse as you want and changes will show up in all of the instances. In order to start using a project in an instance of eclipse follow this process: File->Import->General->Existing Projects into Workspace->Choose the root directory of the project->Finish
- managing jar files with relative paths in eclipse 09-04-2014d1613