Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Launch Configurations
Launch Configurations [message #84794] Fri, 08 July 2005 17:57 Go to next message
Eclipse UserFriend
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 18:06 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
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
>
Previous Topic:Strange Problem Causing Hard Exit
Next Topic:clearing out the confusion with rc4, stable, integration
Goto Forum:
  


Current Time: Sat Dec 21 14:16:11 GMT 2024

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

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

Back to the top