Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Memory problem when using aspectj

Hi Andy,
Sorry, I should have said that the memory parameter changes were made to
ajc.bat.  Thanks for the correction.

Ok, my project is an Aspectj project being run in Eclipse Juno(with Java
1.7, aspectj 1.7.1).  
1.   First I build the source using an ant build
2.   Then I run my main  java file (Let's call it test.java) using ajc.  
       This run generates some java files and aspectj files (Let's call them
b.java, c.java, Driver.java, b.aj, c.aj)
3.   Then compile Driver.java using ajc. 
      This requires the source that has already been compiled, plus the set
of generated .java and .aj files.
4.   The next step should be to run driver but I cannot get to that point
since it runs out of memory during the compilation.  

Hope this makes it a bit clearer.
Thanks 
Aryenne



--
View this message in context: http://aspectj.2085585.n4.nabble.com/Memory-problem-when-using-aspectj-tp4650733p4650742.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top