From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117717 invoked by alias); 17 Apr 2016 23:50:10 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 117621 invoked by uid 89); 17 Apr 2016 23:50:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:810, Looks, HTo:U*kawa X-HELO: mail-io0-f171.google.com Received: from mail-io0-f171.google.com (HELO mail-io0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 17 Apr 2016 23:49:59 +0000 Received: by mail-io0-f171.google.com with SMTP id u185so180869429iod.3 for ; Sun, 17 Apr 2016 16:49:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=lom7K4QnS846yzrhu43EgwecbQl++Tu0ubsxlYuM7xQ=; b=OUdSfQXk6OynZgWD4Wr7NqB1HpMWiKfit5v3YynpuqafEy3MdfezZ3UBVXAptZAJdj i7W0vi/yotcQFmfoUJ4nr+/Op8Vih0kobGNs/NUsyeg4wWU5Mqi85la8gFTOrbE4DZCr 8p2U9GRHjVdTtwi8HwLLgZbCgFkAfuScxVoq2MwugHq9zRyYbzmvp0iiznFwpLc2w15J AU2E328EfOfrYsi899SnO9p5Q8pDgN5gSsthORn97Tu1y6YRy+Q4t45tgV4ymt2uWeWm mDTfhwySofXU6mIjwajO5W4Pxlfda7y2gkOOdyArfNDYK0e3cvQXRu4XoBzPx5t/ALB7 f5MA== X-Gm-Message-State: AOPr4FUJCMm5grpqP5j3wSNBhZ5GBfDhSTC0CDZ9YP0jn5MZYuN7jYrPriJVJsLxbvm65b/RntvBl3X8lJTC2A== MIME-Version: 1.0 X-Received: by 10.107.198.72 with SMTP id w69mr31868556iof.178.1460936996731; Sun, 17 Apr 2016 16:49:56 -0700 (PDT) Received: by 10.107.29.196 with HTTP; Sun, 17 Apr 2016 16:49:56 -0700 (PDT) In-Reply-To: References: Date: Sun, 17 Apr 2016 23:50:00 -0000 Message-ID: Subject: Re: first Android app - Didn't find class From: Claude Marinier To: kawa@sourceware.org Cc: "F. Rafael Leon" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00008.txt.bz2 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 wrote: > On Sun, Apr 17, 2016 at 4:10 PM, Claude Marinier wrote: >> The the XML file references the REPL class here. >> >> >> >> Looks like I need to edit the XML file. What changes do I need to make? > > I think the problem is in this line: > > > > Maybe it needs to be: > > > > 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