On 9/12/07, Dudee <[EMAIL PROTECTED]> wrote: > Thanks for the help. > Fixed the file-upload settings but got a new error I don't understand. > It's on the last line of code, > > Exception in thread "main" java.lang.IllegalAccessError: tried to access > method > com.sun.syndication.io.impl.Atom10Parser.isAbsoluteURI(Ljava/lang/String;)Z > from class com.sun.syndication.propono.atom.common.Collection > at > com.sun.syndication.propono.atom.common.Collection.getHrefResolved(Collection.java:97) > at > com.sun.syndication.propono.atom.client.ClientMediaEntry.addToCollection(ClientMediaEntry.java:236) > at > com.sun.syndication.propono.atom.client.ClientCollection.addEntry(ClientCollection.java:212) > at Post1.main(Post1.java:30) > > Whats the problem?
Propono 0.6 depoends on some changes that are in ROME 0.9.1-dev so it includes rome-0.9.1-dev.jar. Is there a chance that you also have a copy of rome-0.9.jar in your classpath? - Dave
