Hi,
Need some help here. I will be referring to the book Jess in Action in
particular, since the notes have some details about the problem that I'm
about to ask. The reference can be found on page 352 where the
context-param is used to refer to a file.
<context-param>
<param-name>factsfile</param-name>
<param-value>/var/data</param-value>
</context-param>
1) What's the absolute path that I should use in a Windows OS? I used
the path c:\temp\data.dat and it returned to me an error. So I'm
guessing if I need to use another backslash to delimit the \ character.
(e.g c:\\temp\\data.dat) - nothing turned up in my test
2) can I have blank data file to begin with?
3) if the param-value tag only consist of just the name of the file. Is
it defaulted to access the file from the class directory (the same as
the tekmart.clp file)?
Many thanks!
Anthony
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------