muhammadnaveed / syncnotes2google

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

running syncnotes2google.bat Exception in thread "main" java.lang.NoClassDefFoundError #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running syncnotes2google.bat
2.
3.

What is the expected output? What do you see instead?
I expect the calendar to sync
I get this:
C:\Program Files\syncnotes2google>syncnotes2google.bat
Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre6u18\li
b\ext\QTJava/zip;/\syncnotes2google/jar;C:\Program Files\Lotus\Notes85\jvm/lib/e
xt/Notes/ja;/\lib\domingo-1/5/1/jar;/\lib\gdata-calendar-2/0/jar;/\lib\gdata-cal
endar-meta-2/0/jar;/\lib\gdata-client-1/0/jar;/\lib\gdata-client-meta-1/0/jar;/\
lib\gdata-core-1/0/jar;/\lib\gdata-media-1/0/jar;/\lib\google-collect-1/0-rc1/ja
r
Caused by: java.lang.ClassNotFoundException: Files\Java\jre6u18\lib\ext\QTJava.z
ip;.\syncnotes2google.jar;C:\Program Files\Lotus\Notes85\jvm.lib.ext.Notes.ja;.\
lib\domingo-1.5.1.jar;.\lib\gdata-calendar-2.0.jar;.\lib\gdata-calendar-meta-2.0
.jar;.\lib\gdata-client-1.0.jar;.\lib\gdata-client-meta-1.0.jar;.\lib\gdata-core
-1.0.jar;.\lib\gdata-media-1.0.jar;.\lib\google-collect-1.0-rc1.jar
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: Files\Java\jre6u18\lib\ext\QTJava.zip;.\syncnotes
2google.jar;C:\Program Files\Lotus\Notes85\jvm/lib/ext/Notes.ja;.\lib\domingo-1.
5.1.jar;.\lib\gdata-calendar-2.0.jar;.\lib\gdata-calendar-meta-2.0.jar;.\lib\gda
ta-client-1.0.jar;.\lib\gdata-client-meta-1.0.jar;.\lib\gdata-core-1.0.jar;.\lib
\gdata-media-1.0.jar;.\lib\google-collect-1.0-rc1.jar.  Program will exit.

What version of the product are you using? On what operating system?
I am using 0.0.5, on Windows XP

Please provide any additional information below.
I'm not sure about these 2 settings:
notes.domino.server=    <I have this bland right now to use the default Local 
server
notes.mail.db.file=d:\Volatile\Notes\mail11\K.nsf     <this is the full path to 
my Notes database file

Original issue reported on code.google.com by kgedg...@gmail.com on 20 Sep 2010 at 2:43