Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Using environment variables in launcher ini
Using environment variables in launcher ini [message #213884] Tue, 05 June 2007 07:52 Go to next message
Eclipse UserFriend
Originally posted by: t.t.t.com

Hi

I'm not sure if this is the right place to ask...

I'm developing a RCP application and I would like to define the workspace
data location in the application launcher ini file. Is it possible to use
environment variables in this file? If it is possible, what is the right
format?

I have tried following formats but none of those seem to work..

-data %MY_ENV_VAR%/workspace
-data $MY_ENV_VAR$/workspace
-data $MY_ENV_VAR/workspace
-data ${env_var:MY_ENV_VAR}/workspace

Thanks in advance,

-TT
Re: Using environment variables in launcher ini [message #213890 is a reply to message #213884] Tue, 05 June 2007 10:34 Go to previous messageGo to next message
Guenther Koegel is currently offline Guenther KoegelFriend
Messages: 56
Registered: July 2009
Member
TT wrote:
> Hi
>
> I'm not sure if this is the right place to ask...
>
> I'm developing a RCP application and I would like to define the workspace
> data location in the application launcher ini file. Is it possible to use
> environment variables in this file? If it is possible, what is the right
> format?
>
> I have tried following formats but none of those seem to work..
>
> -data %MY_ENV_VAR%/workspace
> -data $MY_ENV_VAR$/workspace
> -data $MY_ENV_VAR/workspace
> -data ${env_var:MY_ENV_VAR}/workspace
>
> Thanks in advance,
>
> -TT

Dear TT,

The launcher for Eclipse 3.2.x takes the lines without further
interpretation. In case you really need the functionality feel free to
get the C source code of the launcher add what you need.

Bye,

Günther
Re: Using environment variables in launcher ini [message #213897 is a reply to message #213890] Tue, 05 June 2007 11:59 Go to previous message
Eclipse UserFriend
Originally posted by: t.t.t.com

> Dear TT,
>
> The launcher for Eclipse 3.2.x takes the lines without further
> interpretation. In case you really need the functionality feel free to get
> the C source code of the launcher add what you need.
>
> Bye,
>
> Günther

Thanks for your reply. I think I'm going to solve this problem in some other
way.

-TT
Previous Topic:Cannot connect to VM message when debugging
Next Topic:Eclipse is extremely slow
Goto Forum:
  


Current Time: Tue Sep 24 18:19:44 GMT 2024

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

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

Back to the top