I am using the original jsdk20-solaris2-sparc.tar.Z package. See
http://jserv.javasoft.com/products/java-server/servlets/index.html
Hi,
To load a RTF-document, I tried to use an JEditorPane and
invoke the read(Reader,null) method of
com.sun.java.swing.text.rtf.RTFEditorKit.
But there is allways a problem filtering using the RTF-Filter:
--- output of my little program: ---
reading charset ansi
Exception loading RTF charact
Hi,
To load a RTF-document, I tried to use an JEditorPane and
invoke the read(Reader,null) method of its superclass JTextPane.
But there is allways an IOException: ´RFT is an 8-Bit format´.
I tried to build the Reader with:
InputStreamReader(new FileInputStream(fileName),encoding).
I tried eve
hello,
does the Java Webserver from Sun run under Linux?
Does someone have any experience with that?
Thanks for any help,
Bernhard