Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Dividing eclipse projects into subprojects
Dividing eclipse projects into subprojects [message #163096] Mon, 07 June 2004 17:57 Go to next message
Eclipse UserFriend
Originally posted by: abhijit_dhariaDELETETHIS.stercomm.com

I am working on a code-base consisting of more than 6000 classes/files.
To start working with this, I usually create a prject by pointing eclipse
to the root directory of this class structure and let eclipse figure
everything out. At this stage I cannot supply filename filters.
So problem is that I presume, eclipse has to go through all the files in
that directory. Since these files are being accessed over the network, it
takes a really long time ( more than 30 minutes) to create or reopen a
project.
Also, after the project is created, I see frequent 'pauses' when I try to do
things like change perspectives or debug!
Needless to say, outOfMemory exceptions are also pretty common.

Does anybody have any ideas? Has anybody else faced similar problems? What
are the workarounds for this?

Thanks,
--Abhi
Re: Dividing eclipse projects into subprojects [message #163144 is a reply to message #163096] Tue, 08 June 2004 08:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

Abhijit Dharia wrote:
> Since these files are being accessed over the network, it
> takes a really long time ( more than 30 minutes) to create or reopen a
> project.

Rethink your layout - use CVS + local filesystem.

> Needless to say, outOfMemory exceptions are also pretty common.

Use command line to start Eclipse.
Give at least '-Xmx' to the Java VM.

--
Sam Mesh - http://openrules.com
Re: Dividing eclipse projects into subprojects [message #163686 is a reply to message #163096] Wed, 09 June 2004 21:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akiezun.cutthis.mit.this.edu.andthis

> Since these files are being accessed over the network, it
> takes a really long time ( more than 30 minutes) to create or reopen a
> project.

how about using cvs?
a.
Re: Dividing eclipse projects into subprojects [message #163703 is a reply to message #163096] Thu, 10 June 2004 10:33 Go to previous message
Eclipse UserFriend
Originally posted by: sunay.yaldiz.gentleware.com

Abhijit Dharia wrote:

> I am working on a code-base consisting of more than 6000 classes/files.
> To start working with this, I usually create a prject by pointing eclipse
> to the root directory of this class structure and let eclipse figure
> everything out. At this stage I cannot supply filename filters.
> So problem is that I presume, eclipse has to go through all the files in
> that directory. Since these files are being accessed over the network, it
> takes a really long time ( more than 30 minutes) to create or reopen a
> project.
> Also, after the project is created, I see frequent 'pauses' when I try to do
> things like change perspectives or debug!
> Needless to say, outOfMemory exceptions are also pretty common.
>
> Does anybody have any ideas? Has anybody else faced similar problems? What
> are the workarounds for this?
>
> Thanks,
> --Abhi
>
>

Start eclipse from command line with
"eclipse.exe -vmargs -Xmx256m" , it will help you solve the
OutOfMemoryExceptions.

Sunay
Previous Topic:confusion over jdt Markers - how much due to compiler, how much to AST syntax analysis?
Next Topic:Problem with radio actionsets
Goto Forum:
  


Current Time: Sun May 11 13:15:28 EDT 2025

Powered by FUDForum. Page generated in 0.03868 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top