RTF editting
Help! I have a system that needs to share formatted text with it's Windows counterpart (written in Delphi). RTF is the obvious choice. I can share my RTF file (for example) between varius Windows pgms (Word, Ami Pro, Wordpad etc) so I know it's well formed. But I cannot read it into a JEditorPane (I use the setPage() method with a URL pointing to this file, which is available from the web server). I get the error:
java.io.IOexception: RTF is an 8-bit format
at
javax.swing.text.rtf.RTFEditorKit.read(RTFEditorKit.java:124)
Can ANYONE out there shed some light on this - and heas anyone sucesfully read in RTF docs into a JEditorPane?

