muhammadnaveed / syncnotes2google

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

Java usage error #86

Open GoogleCodeExporter opened 9 years ago

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

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
syncnotes2google-0.0.5
Windows XP 

Please provide any additional information below.
When running the bat file I get this:

C:\syncnotes2google>syncnotes2google.bat

C:\syncnotes2google>rem The path to the notes installation

C:\syncnotes2google>set notes-path=C:\Program Files\Lotus\Notes

C:\syncnotes2google>rem The relative path to the Notes.jar from the notes instal
lation. ex. Notes.jar or jvm/lib/ext/Notes.jar

C:\syncnotes2google>set notes-jar=notes.jar

C:\syncnotes2google>set CLASSPATH=

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar"

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar"

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\lib\domingo
-1.5.1.jar

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\lib\domingo
-1.5.1.jar;.\lib\gdata-calendar-2.0.jar

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\lib\domingo
-1.5.1.jar;.\lib\gdata-calendar-2.0.jar;.\lib\gdata-calendar-meta-2.0.jar

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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

C:\syncnotes2google>set cPath=;.\syncnotes2google.jar;C:\Program Files\Lotus\Not
es\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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

C:\syncnotes2google>set path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\
Wbem;C:\Program Files\Lotus\Notes;C:\Program Files\Lotus\Notes

C:\syncnotes2google>java -classpath ";.\syncnotes2google.jar;C:\Program Files\Lo
tus\Notes\notes.jar";"C:\Program Files\Lotus\Notes\jvm\lib\ext\notes.jar";.\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" com.googlecode.
syncnotes2google.SyncNotes2Google
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -client       to select the "client" VM
    -server       to select the "server" VM
    -hotspot      is a synonym for the "client" VM  [deprecated]
                  The default VM is client.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A ; separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument

    -splash:<imagepath>
                  show splash screen with specified image
C:\syncnotes2google>

Original issue reported on code.google.com by jgd...@ra.rockwell.com on 12 Sep 2011 at 9:57