From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111030 invoked by alias); 18 Jan 2017 20:50:20 -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 111014 invoked by uid 89); 18 Jan 2017 20:50:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=swing, Getting, Swing X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Jan 2017 20:50:09 +0000 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cTxBG-0002Yk-S1; Wed, 18 Jan 2017 21:50:06 +0100 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=localhost.localdomain) by mailfront10.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1cTxAq-0003S4-8P; Wed, 18 Jan 2017 21:49:40 +0100 Subject: Re: Getting kawa -w to work on OS X To: Duncan Mak References: Cc: kawa mailing list From: Per Bothner Message-ID: <2807d94d-a3fa-048f-3ac8-0e20419359a6@bothner.com> Date: Wed, 18 Jan 2017 20:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-q1/txt/msg00026.txt.bz2 On 01/18/2017 09:01 AM, Duncan Mak wrote: > I tried giving more flags to -w, and this is what I see: > > duncan@furigana:~/git/Kawa (master)$ java kawa.repl -wjavafx > kawa: -wjavafx failed: java.lang.NoClassDefFoundError: org/domterm/Backend > > if I just run java kawa.repl -w, I just get the Swing console, > regardless of the patch or not. You need to make sure the CLASSPATH includes domterm.jar. If you use the bin/kawa script it should work automatically. (Unless there are MacOS portability issues. Someone mentioned readlink -f.) -- --Per Bothner per@bothner.com http://per.bothner.com/