Signed-off-by: Waldemar Kozaczuk <[email protected]>
---
 scripts/module.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/module.py b/scripts/module.py
index b949295..aede2cf 100755
--- a/scripts/module.py
+++ b/scripts/module.py
@@ -28,7 +28,7 @@ class jvm(api.basic_app):
         for app in self.apps:
             jvm_args.extend(app.get_jvm_args())
 
-        return ['java.so'] + jvm_args + ['io.osv.MultiJarLoader', '-mains', 
self.multimain_manifest]
+        return ['java.so'] + jvm_args + ['io.osv.isolated.MultiJarLoader', 
'-mains', self.multimain_manifest]
 
     def add(self, app):
         self.apps.append(app)
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to