Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Command line switches
Command line switches [message #266986] Sun, 15 August 2004 06:34 Go to next message
Eclipse UserFriend
In Eclipse 3.0, how can I specify command line switches for the java tool?
Specifically, I want to set a 'Run' configuration like:

java -Xms128m -Xmx256m -enableassertions ...
Re: Command line switches [message #266988 is a reply to message #266986] Sun, 15 August 2004 06:43 Go to previous message
Eclipse UserFriend
Christopher Willmot wrote:
> In Eclipse 3.0, how can I specify command line switches for the java tool?
> Specifically, I want to set a 'Run' configuration like:
>
> java -Xms128m -Xmx256m -enableassertions ...
>
>

eclipse.exe -vmargs -Xmx256m -Xms128m ....
Previous Topic:TreeViewer with help hover. old problem but i don't get it
Next Topic:Labels are not resolved
Goto Forum:
  


Current Time: Fri Jul 18 05:24:24 EDT 2025

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

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

Back to the top