[armedbear-devel] how to load local file?
Joe Corneli
holtzermann17 at gmail.com
Tue Jun 4 17:17:06 UTC 2013
Hello:
I'm working with a Java developer and she tells me that this works:
interpreter.eval("(load
\"/http://people.kmi.open.ac.uk/ning/atms/decipher-atms-single-file.lisp\")");
but this doesn't:
interpreter.eval("(load \"/Decipher/codes/decipher-atms-single-file.lisp\")");
Any idea about why this would be, and how we can load local code from
a WAR web service?
More information about the armedbear-devel
mailing list