public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Jason Hemann <jhemann@iu.edu>
To: kawa@sourceware.org
Subject: Error when starting KaShell language
Date: Thu, 05 Dec 2019 18:15:00 -0000	[thread overview]
Message-ID: <CAKp_QW2NSQ6Vg78BJOTSqAv+cu5seKFrYLt2jQVHrWNOEW9jBw@mail.gmail.com> (raw)

Hi all,

I wanted to play with the KaShell language (http://kashell.org/), and I
believe I followed the instructions to start. However, I see the following
error message when I try:

````
bash-3.2$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)
Copyright (C) 2007 Free Software Foundation, Inc.
bash-3.2$ kawa --version
Kawa 3.0 (git describe: 3.0-0-g39797ea94)
Copyright (C) 2017 Per Bothner
bash-3.2$ kawa --kashell
Exception in thread "main" getInstance for 'gnu.q2.lang.Q2' failed
at gnu.expr.Language.getInstance(Language.java:272)
at gnu.expr.Language.getInstance(Language.java:230)
at kawa.repl.setLanguage(repl.java:232)
at kawa.repl.processArgs(repl.java:652)
at kawa.repl.main(repl.java:820)
Caused by: java.lang.NoSuchMethodException: gnu.q2.lang.Q2.getInstance()
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at gnu.expr.Language.getInstance(Language.java:259)
... 4 more
````

I'm new at using Kawa, so this could easily be some simple setup or
configuration error on my part.

Thank you in advance for your help,

Jason Hemann

             reply	other threads:[~2019-12-05 18:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 18:15 Jason Hemann [this message]
2019-12-05 19:41 ` Per Bothner
2019-12-05 20:50   ` [External] " Jason Hemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKp_QW2NSQ6Vg78BJOTSqAv+cu5seKFrYLt2jQVHrWNOEW9jBw@mail.gmail.com \
    --to=jhemann@iu.edu \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).