Open GoogleCodeExporter opened 9 years ago
I have exactly the same error with syncnotes2google 0.0.5, we use Notes
8.0.2FP1 CCH1 in our company. We use Windows Vista 32bit. The notes
Installation and the Userfiles are not on the same partition.
syncnotes2google.bat:
@echo off
rem The path to the notes installation
set notes-path=C:\Program Files\IBM\Lotus\Notes
rem The relative path to the Notes.jar from the notes installation. ex.
Notes.jar or jvm/lib/ext/Notes.jar
set notes-jar=jvm\lib\notes.jar
set cPath=%CLASSPATH%;.\syncnotes2google.jar
set cPath=%cPath%;"%notes-path%\%notes-jar%"
set cPath=%cPath%;.\lib\domingo-1.5.1.jar
set cPath=%cPath%;.\lib\gdata-calendar-2.0.jar
set cPath=%cPath%;.\lib\gdata-calendar-meta-2.0.jar
set cPath=%cPath%;.\lib\gdata-client-1.0.jar
set cPath=%cPath%;.\lib\gdata-client-meta-1.0.jar
set cPath=%cPath%;.\lib\gdata-core-1.0.jar
set cPath=%cPath%;.\lib\gdata-media-1.0.jar
set cPath=%cPath%;.\lib\google-collect-1.0-rc1.jar
set path=%path%;%notes-path%
java -classpath %cPath% com.googlecode.syncnotes2google.SyncNotes2Google
Original comment by tim.enge...@gmail.com
on 1 Mar 2011 at 10:58
[deleted comment]
make sure that in the bat file you specified the correct notes-path and
notes-jar path
That resolved my issue
set notes-path=C:\Program Files\IBM\Lotus\Notes
set notes-jar=jvm\lib\notes.jar
Original comment by vikramse...@gmail.com
on 28 Apr 2011 at 4:53
Original issue reported on code.google.com by
Ravi.Hub...@gmail.com
on 14 May 2010 at 2:59