John Vilk
John Vilk
Tomcat is server software that accepts incoming connections, right? DoppioJVM can only support outgoing connections due to WebSocket restrictions. (Anything involving incoming connections would require a dedicated server proxy, or...
Could even go the extra mile... https://www.npmjs.org/package/tslint
@CrazyPython ? We have a number of non-camel-case methods, such as in `util`. I've hesitated to change them because I think I may break others' code. (Perhaps next major version...
You mean like [this](http://blog.netopyr.com/)? Someone already started on it. :) I hope to reach out to him again and integrate some of his work into Doppio once I eventually merge...
Looks like we need to stub some printer-related native methods to act as if no printers exist. I'll accept pull requests that implement these.
Doppio does not currently support printers, and we do not have plans to add support. To add printer support, I imagine someone would need to write or compile a printer...
BLeak *should* properly do this now, but I haven't tested the functionality yet. :-)
Jython stack trace: ``` $ ./doppio-fast-dev -jar ~/Code/doppio-demo/demo_files/programs/jython-standalone-2.7.0.jar Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at doppio.JarLauncher.main(JarLauncher.java:34) Caused by: java.lang.Error: doppio is not...
I get the following error with the Node frontend: ``` $ ./doppio -jar ~/Downloads/org.eclipse.osgi_3.11.1.v20160708-1632.jar -console java.lang.ExceptionInInitializerError at org.eclipse.osgi.internal.framework.EquinoxConfiguration.initializeProperties(EquinoxConfiguration.java:1029) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:497) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:62) at org.eclipse.osgi.launch.Equinox.(Equinox.java:31) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:303) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:216)...
Thanks for the compliment, but we still have a lot of work to do! :smile: I'm unfamiliar with D2SE, and can't find much information on what that is. The reason...