Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343099 - Access restriction: The type OutputFormat is not accessible due to restriction on required library
Summary: Access restriction: The type OutputFormat is not accessible due to restrictio...
Status: RESOLVED INVALID
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 04:11 EDT by navaneeth CLA
Modified: 2011-04-18 12:49 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description navaneeth CLA 2011-04-18 04:11:24 EDT
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
Comment 1 Curtis Windatt CLA 2011-04-18 12:49:45 EDT
OutputFormat is an internal class in the JRE.  It is not intended to be used by java applications.