We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971855e commit 6ded784Copy full SHA for 6ded784
crates/plugins/java/src/lib.rs
@@ -140,6 +140,7 @@ fn instantiate_jvm() -> Result<JvmWrapper, JavaError> {
140
// j4rs may panic
141
let jvm = match std::panic::catch_unwind(|| -> Result<Jvm, JavaError> {
142
let jvm = JvmBuilder::new()
143
+ .with_default_classloader()
144
.with_base_path(
145
tmc_dir
146
.to_str()
0 commit comments