Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JAVA_HOME to allowed environment variables #250

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

JCash
Copy link
Contributor

@JCash JCash commented Nov 9, 2022

No description provided.

@JCash JCash requested a review from britzl November 9, 2022 13:39
@@ -183,6 +183,7 @@ private class ProGuardContext {
envContext.put("env.LD_LIBRARY_PATH", "."); // Easier when running a standalone local without such a variable

processExecutor.putEnv("DYNAMO_HOME", sdk.getAbsolutePath());
processExecutor.putEnv("JAVA_HOME", System.getenv("JAVA_HOME"));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this, we can add the JDK includes in an extension

@JCash JCash merged commit e668773 into dev Nov 9, 2022
@JCash JCash deleted the add-java-home-includes branch November 9, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants