« Return to Thread: [scala-tools] eclipse plugin -Xprint and java disassembly

Re: [scala-tools] eclipse plugin -Xprint and java disassembly

by Nicholas Tung :: Rate this Message:

Reply to Author | View in Thread

On Wed, Jun 3, 2009 at 17:20, Naftoli Gugenheim <naftoligug@...> wrote:
Sure, double-click on the class file in the output folder from the Navigator view.
In general, it would be nice if eclipse could tell me the scala command line it generates so I could paste it in a command line and modify it, e.g. for the OP's use case, or to get around the fact that I don't seem to have enough memory to run the interpreter inside eclipse, etc.

Yeah, I figured that out :) Thanks.
Try modifying eclipse.ini's -Xmx1024m (or, maybe, -Xmx8192m, depending on how bad your jvm is).

regards,
Nicholas

 « Return to Thread: [scala-tools] eclipse plugin -Xprint and java disassembly