Skip to main content



      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 19:29 Go to next message
Eclipse UserFriend
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] Mon, 12 May 2003 20:05 Go to previous messageGo to next message
Eclipse UserFriend
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] Mon, 12 May 2003 20:33 Go to previous message
Eclipse UserFriend
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 May 06 13:45:58 EDT 2025

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

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

Back to the top