| [news.eclipse.tools.jdt] Re: enable assert |
Chris wrote:
Hello
I always want to use assert in my projects. Is it in Eclipse 3.0 really necessary to enable assert (-ea) for each project separately?
Is there no way to enable assertions for all projects?
Yes. You can go to window->preferences->java->installed JREs. There you select your favoured JRE and select edit. There you can specify default VM Arguments
Karsten