From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82165 invoked by alias); 18 Sep 2019 18:49:09 -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 82154 invoked by uid 89); 18 Sep 2019 18:49:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*kawa, H*Ad:U*kawa, kawa, H*r:sk:kawa@so X-HELO: mail-lf1-f50.google.com Received: from mail-lf1-f50.google.com (HELO mail-lf1-f50.google.com) (209.85.167.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Sep 2019 18:49:07 +0000 Received: by mail-lf1-f50.google.com with SMTP id r22so457197lfm.1 for ; Wed, 18 Sep 2019 11:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=aMLUQARxloJe5FeMhnnzSzw/2nsOJ4Nf48Whfya3Lzs=; b=szWn1Rl2s8aaIQoqyd20iLeZy9wa/YTNiu+Mk7o7g8xL+2Ru11UlmzGe46wxa9yIN/ xD5mI3gV/eJ2cK/0TGM2WfdPvL29UE10CflDhxfY/jUuZ0lJw8C8q1KKCTLDbj7y3xYs zQtXkDDpU0J383JO4r2UL7MYUitIBwSDP7mri/ALTu4zqmdi0LNTbk4qLIZJ0DfVZtUq mcco26CAsE38CssEimHXIimkR0eV7+TrILHJ5LnqUGgEjLRpMlrahCoA3kIBtkBtzzrr o1/1By+ZH6PKQOYI5RqHiVuEAzkMZKvhKWLrELzNp0S19lV8BthG4oSElC4kxMaC/Zd8 CFgQ== MIME-Version: 1.0 From: Duncan Mak Date: Wed, 18 Sep 2019 21:15:00 -0000 Message-ID: Subject: Module support (for JavaFX) To: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00016.txt.bz2 I'm interested in trying out https://openjfx.io/openjfx-docs/#install-javafx which seems to depend on java modules now. To run the Hello World example, to compile the java source code, this is the command used: javac --module-path $PATH_TO_FX --add-modules javafx.controls HelloFX.java Does Kawa support anything similar if I want to write the same code in Kawa Scheme instead? Thanks! -- Duncan.