I'll paste it all below. This worked flawlessly until Java was updated by apt-get on July 2.<br><br># Run GCALDaemon<br>#<br><br>GCALDIR=`dirname "$0"`/..<br><br>java -Xmx256m -cp $GCALDIR/lib/commons-codec.jar:$GCALDIR/lib/commons-lang.jar:$GCALDIR/lib/commons-logging.jar:$GCALDIR/lib/gcal-daemon.jar:$GCALDIR/lib/gdata-calendar.jar:$GCALDIR/lib/gdata-client.jar:$GCALDIR/lib/ical4j.jar:$GCALDIR/lib/logger.jar:$GCALDIR/lib/commons-collections.jar:$GCALDIR/lib/commons-io.jar:$GCALDIR/lib/shared-asn1.jar:$GCALDIR/lib/shared-ldap.jar:$GCALDIR/lib/rome.jar:$GCALDIR/lib/commons-httpclient.jar:$GCALDIR/lib/jdom.jar:$GCALDIR/lib/mail.jar:$GCALDIR/lib/activation.jar org.gcaldaemon.standalone.Main $GCALDIR/conf/gcal-daemon.cfg<br>
<br>But it's looking like other applications are having Java trouble too. OpenOffice complains there is no usable Java installation as well. I think there was an interruption of some kind in the update that never got resolved. I'm reinstalling now.<br>
<br><div class="gmail_quote">On Sun, Jul 12, 2009 at 11:11 AM, JK <span dir="ltr"><<a href="mailto:jknapka@kneuro.net">jknapka@kneuro.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">Jim Philips wrote:<br>
> I've been using GCalDaemon to sync the calendar in Kontact with my<br>
> Google Calendar. I noticed that it hadn't really synced lately. So, I<br>
> checked the file where it stores synced data. It hasn't updated since<br>
> 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<br>
> /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<br>
> cause Java to say the class is not found?<br>
<br>
<br>
</div></div>That is a rather odd ClassNotFoundException. It should mention the<br>
class it was trying to load. What is in standalone-start.sh?<br>
<br>
-- JK<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</blockquote></div><br>