"import java.nio.charset.Charset;
public class TestCharset {
public static void main(String[] args) {
System.out.println(Charset.forName("UTF-8"));
}
}
If this throws an exception, then there is something wrong with your JDK. If it prints
"UTF-8" then your JDK is OK, and your application is doing something odd.
If that's the case, run your app under the debugger, and put a breakpoint
inhttp://www.java2s.com/Open-Source/Java-Document/XML/xalan/org/apache/xm...
--that's the place this warning is produced, and step to see why Xalan can't find
the encoding."
/max
On Apr 3, 2012, at 11:40 PM, Marius Bogoevici wrote:
I suspect that the class sun.nio.cs.UTF_8 is not visible due to
modularization settings.
On 2012-04-03, at 3:54 PM, Lincoln Baxter, III wrote:
> If anyone can figure this out. I'll buy you a beer. I'm stumped!
>
> What I know is that the errors are due to accessing the Configuration
~/forge/config.xml and the local project configuration /project/.forge_settings.xml
>
> Good luck!
>
> --
> Lincoln Baxter, III
>
http://ocpsoft.org
> "Simpler is better."
> _______________________________________________
> forge-dev mailing list
> forge-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/forge-dev
_______________________________________________
forge-dev mailing list
forge-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev