Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AspectJ build hangs Eclipse
AspectJ build hangs Eclipse [message #26916] Fri, 24 October 2003 12:57 Go to next message
Eclipse UserFriend
Originally posted by: rajat.vig.amdocs.com

Hi All,

I've an already existing java project. When I add the AspectJ Nature and
perform a build, Eclipse throws an OutOfMemory Exception and does not
build my project.

Any things I missed out? I don't have any settings in the AspectJ build
for the project. Could that be the reason?

I am using Eclipse 2.1.1 and AJDT 1.1.4.

Thanks
Rajat
Re: AspectJ build hangs Eclipse [message #27745 is a reply to message #26916] Fri, 07 November 2003 17:52 Go to previous message
Eclipse UserFriend
Originally posted by: clemas.uk.ibm.com

Hi Rajat,

The AspectJ compiler does cache unwoven class files in memory (to help
speed up the weaving process). This can require a lot of memory - do you
have a particularly large project? You can give Eclipse more memory with

eclipse -vmargs -Xmx256M

when you start it.

Andy
AJDT Development
Re: AspectJ build hangs Eclipse [message #572744 is a reply to message #26916] Fri, 07 November 2003 17:52 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Hi Rajat,

The AspectJ compiler does cache unwoven class files in memory (to help
speed up the weaving process). This can require a lot of memory - do you
have a particularly large project? You can give Eclipse more memory with

eclipse -vmargs -Xmx256M

when you start it.

Andy
AJDT Development
Previous Topic:Super slow
Next Topic:Weaving bytecode
Goto Forum:
  


Current Time: Tue Mar 19 07:06:15 GMT 2024

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

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

Back to the top