Swibon96
Results
2
issues of
Swibon96
when i initialize a jvm, like this: let entry = ClasspathEntry::new("/workspace/code/zenoh-flow-java/zenoh-flow/out/artifacts/zenoh_flow_jar/zenoh-flow.jar"); let ja = JvmBuilder::new() .with_default_classloader() .classpath_entry(entry) .build() .unwrap(); I got this panick: thread '' panicked at 'called `Result::unwrap()` on...
### Describe the feature Do you have a scheduler for developing a 'Zenoh-Flow-Java' like 'Zenoh-flow-python'?