Hi
I’m a noob and wanting to evaluate javaplanner and have downloaded v1.5. Following the tutorial at javaplanner.com/blog/creating-a- … -calendar/ I have created an Eclipse project and all goes well until I try and integrate with my database.
The EventsManager.java class won’t compile because the Integer return type for saveEvent() is incompatible with the superclass DHXEventsManager.saveEvent which is expecting DHXStatus.
v1.2 demos compile ok, but I get the evaluation time out message on run.
Any ideas?
Thanks