I am using the code from Rome's tutorials page http://wiki.java.net/twiki/bin/view/Javawsxml/Rome05TutorialFeedReader .
When I try to compile, it says class FeedReader is public, should be declared in a file named FeedReader.java
.
I am new to Java, but I think that the FeedReader
class should be part of the package used in the example, or in one of the import paths. I can't find file com.sun.syndication.samples
(which is the package from the example) in the Rome library I downloaded. Any thoughts?