Launch Configurations [message #84794] |
Fri, 08 July 2005 13:57  |
Eclipse User |
|
|
|
Originally posted by: justin.adam.miller.gmail.com
When creating launch configurations, is it possible to create one and be
able to reuse it for any java class (that has a main fcn in it)? What I
mean is, if I have a standard set of flags to pass to the jvm, I would
just like to create one configuration, and use it for multiple java
programs, obviating the need to create duplicates of that configuration
when all that's changed is the source file containing the main function.
Is this possible?
Thanks in advance!
Justin
|
|
|
Re: Launch Configurations [message #84810 is a reply to message #84794] |
Fri, 08 July 2005 14:06  |
Eclipse User |
|
|
|
You cannot do exactly what you are asking but if you just need a standard
set of args to the JVM check
out:
Window>Preferences>Java>Installed JREs
Hit Edit for your particular JRE
Set the "Default VM Arguments" to be used when executing with this VM
HTH
Darins
"Justin" <justin.adam.miller@gmail.com> wrote in message
news:608eddca7a6bdb86c283c6ca22def028$1@www.eclipse.org...
> When creating launch configurations, is it possible to create one and be
> able to reuse it for any java class (that has a main fcn in it)? What I
> mean is, if I have a standard set of flags to pass to the jvm, I would
> just like to create one configuration, and use it for multiple java
> programs, obviating the need to create duplicates of that configuration
> when all that's changed is the source file containing the main function.
>
> Is this possible?
>
> Thanks in advance!
>
> Justin
>
|
|
|
Powered by
FUDForum. Page generated in 0.09176 seconds