jdstroy / JavaPoly

JavaPoly.js: JavaPoly.js is a library that polyfills native JVM support in the browser. It allows you to import your existing Java code, and invoke the code directly from Javascript.
https://www.javapoly.com/
25 stars 5 forks source link

Web Worker #3

Open willtennien opened 7 years ago

willtennien commented 7 years ago

Hi there!

I'm trying to use JavaPoly in a web worker but import statements aren't yet supported in browsers. Is there a way to use JavaPoly in a Web Worker without imports?

Thank you!

Will

The code I'm trying to use is:

var worker = new Worker('path/on/server/to/src/webworkers/JavaPolyWorker.js');
jdstroy commented 3 years ago

You probably want to try contacting the original author(s) of JavaPoly -- the original repository is here: http://git.javadeploy.net/jimsproch/JavaPoly

This is just a mirror of that repository.