From: <php...@li...> - 2011-12-12 20:31:16
|
Hi Zvonimir, The only problem are the three globals, JAVA_SERVLET, JAVA_HOSTS and a global to prevent the shutdown function from running too early. If you change these to use getter/setters, your problem is solved. > client that is returned is static variable It's not static.The bindings are created in the current top-level environment, not in the global environment. Regards, Jost Bökemeier |