facebook

Can a launch configuration pass property file arguments?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #287273 Reply

    I want to make a launch configuration that passes program arguments to my Java program, but the values of those arguments are in a properties file.

    For example, the launch configuration program arguments might say:

    hostname=${becHostName}

    And then in my properties file I have:
    becHostName=hutoffsite

    And the result when I execute this launch configuration is my program invoked with:

    hostname=hutoffsite

    Is there a way?

    #287296 Reply

    Loyal Water
    Member

    Is there a way?

    Im sorry there is no way of doing this via Launch Config.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Can a launch configuration pass property file arguments?

You must be logged in to post in the forum log in