Community
Participate
Working Groups
Build Identifier: 20100218-1602 I am not able to include a library in my plug in code for rhapsody plug in developement environment. If I include "com.sun.org.apache.xml.internal.serialize.OutputFormat;" this library, it shows me the below error, "Access restriction: The type OutputFormat is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar" What may be the reason behind this particular error? Reproducible: Always
OutputFormat is an internal class in the JRE. It is not intended to be used by java applications.