muhammadnaveed / syncnotes2google

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

Again : Class not found exception #62

Open GoogleCodeExporter opened 9 years ago

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

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

What version of the product are you using? On what operating system?
Windows 7
JRE 6

Please provide any additional information below.
Could you advise how to modify the batchfile.  Thanks

Original issue reported on code.google.com by Xi.Zhe....@gmail.com on 26 Jun 2010 at 5:25

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry I forgot to mention that I tried the idea of using "progra~1" instead of 
"Program Files" as mentioned before but got this output

C:\Syncnotes2google>java -classpath ".\syncnotes2google.jar;"C:\progra~1\Lotus\N
otes\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-co
llect-1.0-rc1.jar" com.googlecode.syncnotes2google.SyncNotes2Google
SyncNotes2Google has started.
Exception in thread "main" java.lang.IllegalArgumentException: Malformed \uxxxx
encoding.
        at java.util.Properties.loadConvert(Unknown Source)
        at java.util.Properties.load0(Unknown Source)
        at java.util.Properties.load(Unknown Source)
        at com.googlecode.syncnotes2google.Settings.<init>(Settings.java:36)
        at com.googlecode.syncnotes2google.Factory.getSettings(Factory.java:57)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:10)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)

Original comment by Xi.Zhe....@gmail.com on 26 Jun 2010 at 5:32