muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

Sync error #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Execution of syncnotes2google.bat

What is the expected output? What do you see instead?
See attach file

What version of the product are you using? On what operating system?
Version: 0.0.5
OS: Vista
Notes application directory : C:\Program Files\Lotus
notes.ini : C:\User\j502016\Lotus\Notes\Data\
Notes.jar is in directory: C:\Program 
Files\lotus\notes\jvm\lib\ext\Notes.jar

Please provide any additional information below.

Thanks For Your help

Original issue reported on code.google.com by mar...@free.fr on 6 May 2010 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago
You have edited the classpath in some wired way...

try the origenal bat file and set notes-jar to the relative path like this:
set notes-jar=jvm\lib\ext\Notes.jar

if found this in yor bat file an you have on trailing " and that dont work.
set cPath=%cPath%;%notes-jar%"

if you have leading " it might work.

Original comment by henols on 6 May 2010 at 8:34