views:

104

answers:

1

How do I get a Java Class's variable which is dynamically modified from an applet. The problem here is since the applet is loaded in separate class loaders the updated value is not available when the applet is loaded a second and subsequent times.

A: 

See Java-to-Javascript Communication, Java - Javascript interaction, and Interaction without LiveConnect for JavaScript interaction.

eed3si9n