-
Hi,
It looks like the error is not coming from the iCal4j but from another library.
I think you need to use the library that is supported on your running JVM level, which I believe is 1.4?
I hope this helps.
For you info, I'm using iCal4J version 1.0RC2 on JVM 1.4 and had no issue like this.
2009-12-10 17:42:07 UTC in iCal4j
-
Our application server runs on 1.4, so no choice for us...
I think there are quite a lot of people in same situation. Can't wait to go to 1.5+...
Thank you for the change again : )
2009-11-05 17:13:29 UTC in iCal4j
-
Hi Ben,
Thank you for the quick reply.
I also found Integer.signum() used in net.fortuna.ical4j.model.NumberList.java and javax.xml.XMLConstants + other classes used in net.fortuna.ical4j.data.HCalendarParser.java.
I believe these are also Java 1.5+ methods and classes.
By the way thank you for this great API. I'm building a calender web application based on iCal4j and it is working...
2009-11-04 21:29:35 UTC in iCal4j
-
Hi I'm trying to compile the source from CVS with compiler compliance level 1.4. It compiles, however I get an run time error saying that Integer.valueOf() does not exists. My understanding is that this method is new to Java 1.5.
Is this project now Java 1.5 required?
Or is there something special that I need to do when I build this project?
I'm using IBM Rational Application Developer...
2009-11-03 17:50:07 UTC in iCal4j