I have rome and I'm trying to parse RSS: http://www.miguiatv.com/rss/tve1.xml But when I'm trying to get the Description field: System.out.println("descripcion es ..." + ent.getDescription());
Eclipse gives me an error: Could not find class '[Ljava.beans.PropertyDescriptor;', referenced from method com.sun.syndication.feed ....
The AVD gives me a FC.
Could you help me please? Many thanks and sorry for my english!
Hi,
I have rome and I'm trying to parse RSS:
http://www.miguiatv.com/rss/tve1.xml
But when I'm trying to get the Description field:
System.out.println("descripcion es ..." + ent.getDescription());
Eclipse gives me an error:
Could not find class '[Ljava.beans.PropertyDescriptor;', referenced from method com.sun.syndication.feed ....
The AVD gives me a FC.
Could you help me please?
Many thanks and sorry for my english!