On Wednesday 25 January 2006 15:01, saugata ghosh wrote: > after installing sun jdk did you do > export PATH=<path to sun jdk/bin>:$PATH > if this doesnt work pleae send the command: > > java -version > > output.
Actually the problem is elsewhere. As javadoc 1.4.2 suggests, we should get the class called HTMLEditorKit in javax/swing/text/html or the class RTFEditorKit in javax/swing/text/rtf, such that imports like these are possible: import javax.swing.text.html.HTMLEditorKit or, import javax.swing.text.rtf.RTFEditorKit are possible. And as, in the SuSE 9.2 distribution, the javax diretory is /usr/include/javax, it is expected that we would get these kits there. But, in the directory /usr/include/javax/swing/text, one directory 'html' does exist, but, it does not contain HTMLEditor kit, and this 'text' directory does not have any 'rtf' directory at all. Why this is happening. I have reinstalled the SuSE packages, the blackdown jdk 1.4.2, the Sun sdk 1.4.2 or Sun jdk 1.5.0, but, still it does not show those two files. Is there any solution? -- dipankar das -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
