Hi,
The application (witch embed the webclient) dies unexpectedly on an
exception. Just try this:
try {
String s = new String(new byte[] {63, 64, 65, 66}, "ISO-2022-CN-CNS");
} catch (Exception e) {
// stuff
}
put this code anywhere in your application, in a component that has no
link to webclient, even in a different thread. The application will die.
Anybody else found something like this? Is there something to do about
this?
Right now I moved this tests (for supported encodings) before I
initialize the webclient, but this is not the solution as this may
happen for other reasons too.
--
/**
* Remus Stratulat - KrysalIDE maintainer
* InterAkt Online.
*
* @web http://www.interakt.ro
*/