-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Status: ActionableAn issue or task that can immediately be worked onAn issue or task that can immediately be worked onType: EnhancementNew features or noticable improvements.New features or noticable improvements.
Description
The launcher knows where the game is installed and what operating system it's running on.
It can add a -Djava.library.path= argument to java, set to the natives directory for this platform.
See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/System.html#getProperties()
This will let the main Terasology process avoid trying to change paths at runtime, which is known to interact poorly with some security policies — especially in more recent versions of Java.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: ActionableAn issue or task that can immediately be worked onAn issue or task that can immediately be worked onType: EnhancementNew features or noticable improvements.New features or noticable improvements.