Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » sharing run configurations and using variables in JVM arguments
sharing run configurations and using variables in JVM arguments [message #151342] Thu, 30 October 2003 09:16 Go to next message
Vincent Touquet is currently offline Vincent TouquetFriend
Messages: 9
Registered: July 2009
Junior Member
Hi,

Is it possible to share run configurations using CVS ?

And in a related note: is it possible to use Eclipse variables in the
JVM arguments (eg. to specify the java.library.path in a generic way ?)

best regards

Vincent
Re: sharing run configurations and using variables in JVM arguments [message #151366 is a reply to message #151342] Thu, 30 October 2003 10:08 Go to previous messageGo to next message
Vincent Touquet is currently offline Vincent TouquetFriend
Messages: 9
Registered: July 2009
Junior Member
Vincent Touquet wrote:
> Hi,
> Is it possible to share run configurations using CVS ?

Found the answer to this question:
In the Common pane of a Run configuration (in the Run -> Run ... menu),
you can choose shared configuration [thanks for including this option].

> And in a related note: is it possible to use Eclipse variables in the
> JVM arguments (eg. to specify the java.library.path in a generic way ?)

I tried defining a general variable LIB (path to directory with native
libraries I need), and specifying -Djava.library.path=$LIB or
-Djava.library.path=${LIB} but this does not set the library path in the
right way. So I'm still looking for answers on this one :)

best regards

Vincent
Re: sharing run configurations and using variables in JVM arguments [message #151504 is a reply to message #151366] Thu, 30 October 2003 14:36 Go to previous messageGo to next message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
You will be able to use variable in VM args soon. This feature was just
added this week:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035

You can enter variables in the "Run/Debug -> String Substitution" preference
page. They can be accessed in VM args, program args, and be used to specify
a working directory.

Darin

"Vincent Touquet" <vincent@ulyssis.org> wrote in message
news:3FA0E321.6070908@ulyssis.org...
> Vincent Touquet wrote:
> > Hi,
> > Is it possible to share run configurations using CVS ?
>
> Found the answer to this question:
> In the Common pane of a Run configuration (in the Run -> Run ... menu),
> you can choose shared configuration [thanks for including this option].
>
> > And in a related note: is it possible to use Eclipse variables in the
> > JVM arguments (eg. to specify the java.library.path in a generic way ?)
>
> I tried defining a general variable LIB (path to directory with native
> libraries I need), and specifying -Djava.library.path=$LIB or
> -Djava.library.path=${LIB} but this does not set the library path in the
> right way. So I'm still looking for answers on this one :)
>
> best regards
>
> Vincent
>
Re: sharing run configurations and using variables in JVM arguments [message #152101 is a reply to message #151504] Sun, 02 November 2003 09:07 Go to previous message
Vincent Touquet is currently offline Vincent TouquetFriend
Messages: 9
Registered: July 2009
Junior Member
> You will be able to use variable in VM args soon. This feature was just
> added this week:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035

Sweet !

> You can enter variables in the "Run/Debug -> String Substitution" preference
> page. They can be accessed in VM args, program args, and be used to specify
> a working directory.

Ok, thanks :)

best regards,

Vincent
Previous Topic:Question about Sysdeo eclipse plugin
Next Topic:anyone has experience on DBC tools like jass, jcontract and icontract with eclipse?
Goto Forum:
  


Current Time: Sun Oct 06 13:15:06 GMT 2024

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

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

Back to the top