I installed jFeedReader on my multi-boot box and it
executed fine but failed to load any feeds.
On a hunch, I used NetBeans 3.6 to open up the source
and noticed that the temp directory was hard-coded to
point to "C:\Temp". I corrected that to read "G:\Temp"
which is true for my installation of Win2K and then it
read feeds just great. So I want to suggest jFeedReader
detect rather than guess the Temp file location.
However I now also see these issues when I compile/build:
org/jab/RssReader/GuiThread.java [2:1] class
RssGuiThread is public, should be declared in a file
named RssGuiThread.java
public class RssGuiThread implements Runnable {
^
org/jab/RssReader/RssReader.java [289:1] warning:
resize(int,int) in java.awt.Component has been deprecated
resize(kDefaultX, kDefaultY+padding*3);
^
1 error
1 warning
Errors compiling GuiThread.
I dont know how to fix these issues, could someone help
me out please? Thanks in advance!
:)