Skip to content

Commit dccb761

Browse files
committed
Update sandbox.rs
1 parent ed8360b commit dccb761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/sandbox.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ fn build_execution_command(
156156
cmd.push("java".to_string());
157157
cmd.extend(["--module-path".to_string(), "dependencies".to_string()]);
158158
cmd.extend(["--add-modules".to_string(), "ALL-MODULE-PATH".to_string()]);
159+
cmd.extend(["--enable-native-access=org.fusesource.jansi".to_string()]);
159160
cmd.extend(["--source".to_string(), release.to_string()]);
160161

161162
// Enable using java.lang.foreign w/o warnings

0 commit comments

Comments
 (0)