[jboss-user] [JBoss Eclipse IDE (users)] - Re: Enable loadtime weaving from IDE

rob.stryker@jboss.com do-not-reply at jboss.com
Tue Jan 23 12:55:47 EST 2007


As per JIRA (http://jira.jboss.com/jira/browse/JBIDE-429?page=all) two of the argument tabs were misnamed, stop and twiddle.   Start args were still start args though, so that is the correct place for it.   Start args - vm args

Because eclipse is launching jboss directly in its memory space, you need to start ECLIPSE with more memory first using standard -Xblahblah args (lemme see if I can find them for you).

http://blog.xam.dk/archives/58-Tracking-down-causes-of-exceptions-in-Eclipse.html  A good post by Max on debugging eclipse, you can use that to keep an eye on your memory and figure out what exactly is happening there.

http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html  Java command options.   You're going to want ot look at -Xmx and -Xms and start eclipse with those arguments.   That should increase the memory available to eclipse, and thus to jboss (since jboss would be running in eclipse)

Good luck. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005418#4005418

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005418



More information about the jboss-user mailing list