• cant get this to work

    By ran schleyen 1 decade ago

    i changed the .bat file according to my java location and notes location

    but i cant get this to work

    receiving the following error upon startup



    C:\mydata\goocalsync>java goocalsync.GooCalSync

    Exception in thread "main" java.lang.NoClassDefFoundError: lotus/domino/NotesExc

    eption

        at goocalsync.GooCalSync.main(GooCalSync.java:10)<br/>
    

    Caused by: java.lang.ClassNotFoundException: lotus.domino.NotesException

        at java.net.URLClassLoader$1.run(Unknown Source)<br/>
        at java.security.AccessController.doPrivileged(Native Method)<br/>
        at java.net.URLClassLoader.findClass(Unknown Source)<br/>
        at java.lang.ClassLoader.loadClass(Unknown Source)<br/>
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br/>
        at java.lang.ClassLoader.loadClass(Unknown Source)<br/>
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)<br/>
        ... 1 more<br/>
    



    any ideas ?

    • By ran schleyen 1 decade ago

      i think i found the problem

      the file notes.jar wasn't located in the following :

      C:\Progra~1\lotus\notes\jvm\lib\ext



      but at :

      C:\Progra~1\lotus\notes



      i copied the file and the above bug disappeared