flathub / flathub/org.eclipse.Java
Environment variables for run configurations are not set when using host system JRE
- Dominant language
- No language data
- Stars
- 6
- Forks
- 10
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 2
Description
No environment variables set in this menu are visible to the application:

This worked on a previous install through snap. Also configuring it to replace environment variables does not remove existing env vars:

```java
System.out.println(System.getenv().keySet());
```
```
[PATH, INVOCATION_ID, XAUTHORITY, LC_MEASUREMENT, LC_TELEPHONE, MANDAT....
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.