• Mac OS Support

    By Janos Szabo4 1 decade ago

    Hi!



    Is it possible to run this application under MacOS X? (Notes 8.5)

    • Yes

      By Muneyuki Ohkawa 1 decade ago

      GooCalSync is platform independent as Lotus Notes.

      It runs on all platform on which Lotus Notes and JVM 1.5 and later support.



      But, we don't have Mac, so haven't tested yet.

      And goocalsync.bat might be needed to be change in accordance with MaxOS.

      Please try to run and let me know the result.



      Thanks in advance !!

      • By Chris CP Pazz 1 decade ago

        I am trying.

        I am using this startup command:



        java -classpath/Users/christian/goocalsync_v0.918/gdata-core-1.0.jar:/Users/christian/goocalsync_v0.918/gdata-client-1.0.jar:/Users/christian/goocalsync_v0.918/gdata-calendar-2.0.jar:/Applications/Notes.app/Contents/MacOS/jvm/lib/ext/Notes.jar:/Users/christian/goocalsync_v0.918/goocalsync.jargoocalsync.GooCalSync goocalsync.GooCalSync



        but when launched I get:



        Exception in thread "main" java.lang.NoClassDefFoundError: goocalsync/GooCalSync



        Thank you.

        • By Daniel D Roscigno 1 decade ago

          If you are running Snow Leopard you have to replace the 1.5 JRE (Apple is softlinking 1.6 to 1.5 for

          some reason) and then try this (replacing the "GCSPATH=/Users/droscigno/goocalsync" with where

          you have goocalsync untarred):


          !/bin/bash

          export GCSPATH=/Users/droscigno/goocalsync



          export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home

          export GCSNOTESPATH=/Applications/Notes.app/Contents/MacOS

          export DYLD_LIBRARY_PATH=$GCSNOTESPATH:$DYLD_LIBRARY_PATH

          export LD_LIBRARY_PATH=$GCSNOTESPATH:$LD_LIBRARY_PATH

          export GCSJVMBINPATH=$JAVA_HOME/bin

          export GCSJVMLIBPATH=$JAVA_HOME/lib



          export PATH=$GCSNOTESPATH:$GCSJVMBINPATH:$PATH:

          cd $GCSPATH

          export CLASSPATH=.:$GCSJVMBLIBPATH:$GCSPATH/gdata-core-1.0.jar:$GCSPATH/gdata-client-

          1.0.jar:$GCSPATH/gdata-calendar-

          2.0.jar:$GCSNOTESPATH/jvm/lib/ext/Notes.jar:$GCSPATH/goocalsync.jar



          java goocalsync.GooCalSync



          read

          • HELP on running this command on Mac

            By Harte Nielson 1 decade ago



            Sorry if this is obvious - I'm new to this stuff.



            But where are you using this command? Is this a terminal command or is this an applescript?



            If it is a terminal command, are you having to enter it every time you want to run the sync?

        • How to run the command

          By Harte Nielson 1 decade ago

          Sorry if this is obvious - I'm new to this stuff.



          But where are you using this command? Is this a terminal command or is this an applescript?



          If it is a terminal command, are you having to enter it every time you want to run the sync?