For instance, this works:
r.executeCommand("(load-project C:/dev/Protege-2000/projects/OrgOnt.pprj)");
I want to swap out the second part of that (the classpath) to a Java variable but nothing I've tried has worked. Is this impossible or am I just approaching it incorrectly?
I've tried isolating the variable:
r.executeCommand("(load-project " + Protegepath + ")");and storing the information in a jess variable, then using it:
r.executeCommand("(load-project ?Protegepath)");and many variations of other things. Thus far, the only thing that works is to have the path in there. I would appreciate any suggestions, even if it's just to tell me this cannot be done. Thank you all for your time and talent.
-- Karen Fox Technical Project Support III The MITRE Corporation Colorado Springs, CO 719-572-8368 [EMAIL PROTECTED]
-------------------------------------------------------------------- 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] --------------------------------------------------------------------
