Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Command line switches
Command line switches [message #266986] Sun, 15 August 2004 10:34 Go to next message
Christopher Willmot is currently offline Christopher WillmotFriend
Messages: 9
Registered: July 2009
Junior Member
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 10:43 Go to previous message
Henning Rogge is currently offline Henning RoggeFriend
Messages: 148
Registered: July 2009
Senior Member
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: Sun Jun 30 00:28:45 GMT 2024

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

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

Back to the top