public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Damien Mattei <damien.mattei@gmail.com>
Cc: Kawa <kawa@sourceware.org>
Subject: Re: match form as a generalization of case
Date: Mon, 23 Jan 2017 22:27:00 -0000	[thread overview]
Message-ID: <9ae51a6d-e42f-7f3d-4d41-d29ac876ac28@bothner.com> (raw)
In-Reply-To: <CADEOadf_cPxqk3iK8jmGuoo-Hffe1JUUNst33m91-44G-6UBig@mail.gmail.com>

On 01/23/2017 02:12 PM, Damien Mattei wrote:
> thank you Per,
> i will try this as soon as possible, if it is always build for jdk8 it
> could be running because i must keep compatibility (and other people
> are administering the sidonie2.oca.eu server and they want to keep the
> server secure with only well tested package and they do not want to
> have anything to recompile-sic)on the tomcat server with jdk8 (not 7
> or 9), openjdk8 for debian,  and with bigloo that is compiled for
> jdk8.

The binary distribution should work fine on Java 7 (except for the
JLine line editing support). If it doesn't, I made a mistake.

The source distribution is supposed to be buildable on Java 6, as well as
Android.  (It might build on Java 5, but I haven't tested that in a while.)

> Also the pakckaging of kawa seems to have changed from .jar to .zip i
> suppose i can extract it to create a jar file the way i already do it
> with bigloo that provide.zip for the runtime lib, i must do that
> because netbeans (and perheaps tomcat) only accept .jar files and zip
> files are not recognized.I do not understand why switching from jar to
> zip, seems to become general as it is more en more uncountered.

Zip is more commonly used that jar - by definition, since a jar file
is a zip file. Kawa uses a zip file to bundle the kawa.jar file *plus* a bunch of
other stuff: Helper libraries, shell/batch scripts, and documentation.
Just use unzip (or jar xf) to extract the files and use kawa-VERSION/lib/kawa.jar.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

      reply	other threads:[~2017-01-23 22:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 10:07 behavior of CASE with strings PART 2 Damien MATTEI
2017-01-17 13:24 ` Per Bothner
2017-01-17 15:57   ` Jamison Hope
2017-01-18  6:37     ` Per Bothner
2017-01-19  4:53       ` Per Bothner
2017-01-19 10:04         ` Damien MATTEI
2017-01-19 16:00           ` Per Bothner
2017-01-21  9:47         ` Damien Mattei
2017-01-22  4:36           ` match form as a generalization of case Per Bothner
2017-01-23 22:12             ` Damien Mattei
2017-01-23 22:27               ` Per Bothner [this message]

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=9ae51a6d-e42f-7f3d-4d41-d29ac876ac28@bothner.com \
    --to=per@bothner.com \
    --cc=damien.mattei@gmail.com \
    --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).