I&#39;ve been using GCalDaemon to sync the calendar in Kontact with my Google Calendar. I noticed that it hadn&#39;t really synced lately. So, I checked the file where it stores synced data. It hasn&#39;t updated since July 2. Next I tried to start GCalDaemon from the command line:<br>
<br>rebus@rebus-desktop:/usr/local/sbin/GCALDaemon/bin$ ./standalone-start.sh<br>Error occurred during initialization of VM<br>java/lang/ClassNotFoundException: error in opening JAR file /usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/rt.jar<br>
<br>So I do:<br><br>cd /usr/lib/jvm/java-6-sun-1.6.0.14/jre/lib/<br><br>Sure enough, rt.jar is there, but it was updated on July 2. What would cause Java to say the class is not found?<br>