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: Getting kawa -w to work on OS X




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/


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