Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giamma committed May 19, 2023
1 parent 9405b9e commit caa23ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
# envfile-plugin
An eclipse plug-in that extends the launch configuration for local Java applications (the default launch configuration type for Java in Eclipse)
with the possibility to populate environment variables from files.

The plug-in adds a tab to the launch configuration which allows the user to select one or more text files containing key=value pairs, one per line.
When the launch configuration is executed to start the Java program, the plug-in reads the text files and sets each key=value pair as an environment variable
for the new process.

This is especially useful when using an application uses environment variables for differentiating its configuration for different execution environments.

# license
Eclipse Public License 2.0


0 comments on commit caa23ea

Please sign in to comment.