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: first Android app - Didn't find class


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


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