Name: krT82822 Date: 06/28/99
This problem relates to ProjectX XML parsing on JDK 1.2. It occurs on NT4 and Solaris with code compiled using JBuilder 3.
When calling com.sun.xml.tree.ElementNode.getFirstChild I get the following error:
java.lang.IllegalAccessError: try to access class com/sun/xml/tree/ParentNode from class com/inprise/ejb/ddeditor/rootfactory/DescriptorUtils
This call is rightfully an illegal access because getFirstChild is implemented in a package-access abstract class (ParentNode). However, the Sun compiler does not flag this as illegal.
I have to write very ugly code to work around this error when using a compiler that enforces strict access control.
(Review ID: 84946)
======================================================================