Hi, it's Jason again.

I have a question about the Java conduit.

I installed the Palm Desktop and java conduit 4.0 into my c:\cdk4 directory.
The directory looks like this:

cdk4                                                 cdkj4
javastuff
    bin        jsync     jsync.dll                 samples, etc
textcond
 palm dtop      rt
all java
 jsync.dll         jsync.zip
hotsync.exe

Now, in the javastuff above, I (for instructional purposes) put the source
to jsync.zip as
well as the textcond.java memo-specific files as outlined in the manual.  I
then built the
project with forte ide and the classes are all in the above textcond
directory.

                       javastuff
                abstract classes       (all package palm.conduit)
                 textcond classes

I declare the TextCond class as part of the package "palm.conduit".

The config manager entries for the memo hotsync look like:

jsync.dll
jlg5
textcond
textcond.txt
Memo
MemoDB
...

class: palm.conduit.TextConduit.class
classpath:  c:\javastuff\textcond


Now I do a hotsync and get the following log:

HotSync operation started 11/29/00 18:45:59
OK Date Book
OK Address Book
OK To Do List
Uncaught exception: java.lang.ClassNotFoundException:
palm.conduit.TextConduit

java.lang.ClassNotFoundException: palm.conduit.TextConduit

 at palm.conduit.SyncManager.sync(SyncManager.java)
......


Now, a) what is my mistake??  and b) why do they say not to modify OR
compile the abstract class source?

Further are these two related?

I also am using the C++ MFC-based textcond stuff but I want to get the Java
stuff resolved as well for my own
understanding.  The conduits are as important as the prc stuff and apps.

Thank you.

Jason


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to