Skip to content

Commit

Permalink
Enable JNI support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wimmer committed Oct 10, 2018
1 parent 1419fe8 commit 6346801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, Boolean o
};

@Option(help = "Enable Java Native Interface (JNI) support.")//
public static final HostedOptionKey<Boolean> JNI = new HostedOptionKey<>(false);
public static final HostedOptionKey<Boolean> JNI = new HostedOptionKey<>(true);

@Option(help = "Files describing program elements to be made accessible via JNI (for syntax, see ReflectionConfigurationFiles)", type = OptionType.User)//
public static final HostedOptionKey<String> JNIConfigurationFiles = new HostedOptionKey<>("");
Expand Down

0 comments on commit 6346801

Please sign in to comment.