first Android app - Didn't find class

Claude Marinier claudem223@gmail.com
Sun Apr 17 23:50:00 GMT 2016


The name of the link I created is "libs/kawa.jar" which matches the XML file.


On 17 April 2016 at 18:05, F. Rafael Leon <teflon@ucdavis.edu> wrote:
> On Sun, Apr 17, 2016 at 4:10 PM, Claude Marinier <claudem223@gmail.com> wrote:
>> The the XML file references the REPL class here.
>>
>>     <java failonerror="true" fork="true" classname="kawa.repl">
>>
>> Looks like I need to edit the XML file. What changes do I need to make?
>
> I think the problem is in this line:
>
>             <pathelement path="libs/kawa.jar" />
>
> Maybe it needs to be:
>
>             <pathelement path="libs/kawa-2.1.jar" />
>
> Or you can set a symbolic link.
> In the build instructions, there is a command for setting this path:
>
> $ ln -s $KAWA_DIR/kawa-2.1.jar libs/kawa.jar
>
>     -Rafael



-- 
Claude Marinier



More information about the Kawa mailing list