This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exception when trying to eval a Scheme form through javax.script API


Thank you.  That's fast turn around.

--
Weiqi

Sent from my iPhone

> On May 21, 2014, at 4:56 PM, Per Bothner <per@bothner.com> wrote:
> 
>> On 05/21/2014 02:29 PM, Weiqi Gao wrote:
>> While trying to use Kawa as the ScriptEngine in a Java application that supports "any JSR-223" language, I encountered the following issue.  The following program, which is essentially what the Java application does, throws the ScriptException listed after the program.
>> ...
>> Exception in thread "main" javax.script.ScriptException: java.lang.IllegalArgumentException: Illegal character in path at index 0: <string>
>>     at gnu.expr.KawaScriptEngine.compile(KawaScriptEngine.java:92)
> 
> Oops.  Should be fixed now.
> -- 
>    --Per Bothner
> per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]