Thanks to Jeff Rancier and Brian Burke for their help!....I'm a lot further
along, but not quite home, yet.
If I remove the following line
'(jde-db-source-directories "c:/javapkg/Alphabet/Start")
from:
(custom-set-variables
'(jde-global-classpath "c:/javapkg;." )
'(jde-compiler "e:/jdk1.2.2-95/bin/javac.exe")
'(jde-compile-options "-deprecation")
'(jde-db-debugger (quote ("e:/jdk1.2.2-95/bin/jdb.exe" . "Executable")))
'(jde-run-java-vm-w "e:/jdk1.2.2-95/bin/java.exe")
'(jde-db-source-directories "c:/javapkg/Alphabet/Start")
)
I obtain the results I was looking for. When this line IS included:
'(jde-db-source-directories "c:/javapkg/Alphabet/Start")
The following error appears in the Messages buffer:
File mode specification error: (wrong-type-argument sequencep 99)
I don't know what to make of this error message. I'm certain that the
directory "c:/javapkg/Alphabet/Start/" exists.
Can anyone spot the problem, given the information from this error message?
Thanks once again!
Karen Ploski
E-mail: [EMAIL PROTECTED]