help required in RSS

hello,

I am developing an RSS reader desktop application. I got reference to an RSS parser from java site which is

http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/

It says

--

"First download and unzip the package. Once you have added rssutils.jar to your classpath, create an instance of the RssParser interface using the RssParserFactory. Here is an example:

RssParser parser = RssParserFactory.createDefault();

Rss rss = parser.parse(newURL("http://mydomain.com/document.rss"))

;

-

I downloaded the Rssutils.jar and tried this code. but its simply not working.

any suggestions ?

and how I can get its documentation as well ?

Pls advice

Martin

[812 byte] By [Martin_xyz] at [2007-11-25 19:19:50]
# 1

This "Sun Java Desktop System (JDS)" forum is designed for users of Sun's alternative desktop operating environment. Is this problem specific to running RSS client on JDS for Linux or Solaris?If not, you should try reposting here for answers more appropriate to JSP and the RSS class library:

http://forum.java.sun.com/thread.jspa?forumID=45&threadID=363196

b.nitz at 2007-7-3 23:34:08 > top of Java-index,Desktop,Sun Java Desktop System...