Re: JSDK

1998-09-02 Thread Bernhard Hoelcker
I am using the original jsdk20-solaris2-sparc.tar.Z package. See http://jserv.javasoft.com/products/java-server/servlets/index.html

Can´t load a RTF-Document in JEditorPane

1998-08-25 Thread Bernhard Hoelcker
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

Can´t load a RTF-Document in JEditorPane

1998-08-13 Thread Bernhard Hoelcker
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

Java Webserver and Linux

1998-07-04 Thread Bernhard Hoelcker
hello, does the Java Webserver from Sun run under Linux? Does someone have any experience with that? Thanks for any help, Bernhard