Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Passing JVM Arguments to External Tools
Passing JVM Arguments to External Tools [message #20237] Mon, 12 May 2003 23:29 Go to next message
Macpherson is currently offline MacphersonFriend
Messages: 73
Registered: July 2009
Member
I have an Out of Memory Error running ANT question but perhaps this should
be generalized. How do we supply JVM arguments to external tools? If we can
solve that we can solve the show-stopping OOME we get launching the ANT
tool. ANT_OPTS gets passed as the JVM args in ant.bat or ant.sh so there is
nothing magic there.
Re: Passing JVM Arguments to External Tools [message #20245 is a reply to message #20237] Tue, 13 May 2003 00:05 Go to previous messageGo to next message
Macpherson is currently offline MacphersonFriend
Messages: 73
Registered: July 2009
Member
The answer appears to be that you don't pass JVM args to external tools but
rather set the -vmargs on Eclipse itself.
Re: Passing JVM Arguments to External Tools [message #20253 is a reply to message #20245] Tue, 13 May 2003 00:33 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Dangerous to generalize... :-)

Each external tool might deal with arguments in a different way.
Most external tools will not even have anything to with a JVM.

Ant is currently unique in that it is executed within the same JVM as
Eclipse.

Darins

"Rod Macpherson" <rmacpherson@verilet.com> wrote in message
news:b9pcrh$nsn$1@rogue.oti.com...
> The answer appears to be that you don't pass JVM args to external tools
but
> rather set the -vmargs on Eclipse itself.
>
>
>
Previous Topic:Out of Memory Error running ANT
Next Topic:Error opening external editor
Goto Forum:
  


Current Time: Tue Jul 16 13:07:39 GMT 2024

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

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

Back to the top