I cannot figure out what on the world is happening here, but it really looks like a Jikes compiler bug.

Jikes searches for the javax.swing.text.html.Serializable and javax.swing.text.html.StyledEditorKit instead of looking in java.io and javax.swing.text. The HTMLEditorKit does import these classes and I was not changing anything here.

Found 20 semantic errors compiling "../javax/swing/text/html/HTMLEditorKit.java":

   80.   extends StyledEditorKit
                 ^-------------^
*** Semantic Error: Type "javax.swing.text.html.StyledEditorKit" was not found.


   81.   implements Serializable, Cloneable, Accessible
                    ^----------^
*** Semantic Error: Type "javax.swing.text.html.Serializable" was not found.


   81.   implements Serializable, Cloneable, Accessible
                                             ^--------^
*** Semantic Error: Type "javax.swing.text.html.Accessible" was not found.


   89.     extends MouseAdapter
                   ^----------^
*** Semantic Error: Type "javax.swing.text.html.MouseAdapter" was not found.


   90.     implements MouseMotionListener, Serializable
                      ^-----------------^
*** Semantic Error: Type "javax.swing.text.html.MouseMotionListener" was not found.

Reply via email to