Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Passing VM args from the self extracting archive to eclipse-inst.exe
Passing VM args from the self extracting archive to eclipse-inst.exe [message #1700564] Fri, 03 July 2015 18:07 Go to next message
Coder Plus is currently offline Coder PlusFriend
Messages: 1
Registered: July 2015
Junior Member
If I try

eclipse-inst.exe -vmargs "-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->mysetupurl"

it works correctly, but if I try the same against the self extracting exe,

eclipse-inst-win64.exe -vmargs "-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->mysetupurl"


it doesn't seem to work.

The self extracting exe doesn't seem to be passing the vmargs to the extracted exe.

Is there a way to get this working without having to extract the archive?

Re: Passing VM args from the self extracting archive to eclipse-inst.exe [message #1700719 is a reply to message #1700564] Mon, 06 July 2015 15:53 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33258
Registered: July 2009
Senior Member
No, it definitely doesn't pass them on. In fact I'm not sure it even
looks at any command line arguments at all...


On 06/07/2015 5:27 PM, Coder Plus wrote:
> If I try
>
> eclipse-inst.exe -vmargs
> "-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->mysetupurl"
>
> it works correctly, but if I try the same against the self extracting
> exe,
> eclipse-inst-win64.exe -vmargs
> "-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->mysetupurl"
>
>
> it doesn't seem to work.
> The self extracting exe doesn't seem to be passing the vmargs to the
> extracted exe.
>
> Is there a way to get this working without having to extract the archive?
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Passing VM args from the self extracting archive to eclipse-inst.exe [message #1700735 is a reply to message #1700719] Mon, 06 July 2015 17:47 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6692
Registered: July 2009
Senior Member
Am 06.07.2015 um 17:53 schrieb Ed Merks:
> No, it definitely doesn't pass them on.
Correct. We could investigate that as a new functionality (please submit a bugzilla to remind us) but so far we expected
all "advanced" things to be done only with a "kept" installer. Have you noticed that the installer aks you if you want
to keep it in a permanent (unzipped) location if you switch to advanced mode (or at the end of an installation in simple
mode)?


> In fact I'm not sure it even looks at any command line arguments at all...
IIRC. there's only one "internal" argument recognized that we use to test the fall-back strategy for the case that no
adequate JVM is found.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:Where are the supported annotations documented?
Next Topic:git clone location
Goto Forum:
  


Current Time: Sun Dec 08 07:34:35 GMT 2024

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

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

Back to the top