I am getting the following error when I try to paste text into a JTextArea:
Exception in thread "AWT-EventQueue-0" sun.misc.ServiceConfigurationError: java.nio.charset.spi.CharsetProvider: Provider sun.nio.cs.ext.ExtendedCharsets not found
I am using Jet 4.1 mp2, and I believe this problem was listed as a fix for that release, but it also seems to be fixed in the 5.0 release. I know 4.1 is getting a bit aged now - but does anyone have the definitive way to prevent this error and allow text to be pasted in from outside Java? Works ok pasting Java to java...
Many Thanks