To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42297
                  Issue #:|42297
                  Summary:|sun.net.protocol.file.Handler usage in xmlhelp causes
                          |problems for gcj
                Component:|utilities
                  Version:|680m75
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|cmc
              Reported by:|cmc





------- Additional comments from [EMAIL PROTECTED] Wed Feb  9 00:33:35 -0800 
2005 -------
sun.net.protocol.file.Handler usage in xmlhelp causes problems for gcj. The
sun.net handlers are sun java specific and are not (and will not) appear in gcj.
To work around this for gcj we introduce an alternative class for gcj which uses
gnu.java.net.protocol.file.Handler and at runtime select the class.

The locCount, totCount members of the FileURLStreamHandlerWithNotify complicate
this a bit, the attached patch simply moves them out to a higher level to allow
this workaround to continue.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to