From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50245 invoked by alias); 28 Oct 2018 12:56:56 -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 49402 invoked by uid 89); 28 Oct 2018 12:56:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:alternative X-HELO: mail-it1-f173.google.com Received: from mail-it1-f173.google.com (HELO mail-it1-f173.google.com) (209.85.166.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Oct 2018 12:56:54 +0000 Received: by mail-it1-f173.google.com with SMTP id q70-v6so6454149itb.3 for ; Sun, 28 Oct 2018 05:56:54 -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=efER+eDeK6cRM9F9MBvXwG2VeLy/koaA0edWNQvhDVI=; b=VSiLRHoRa6NwhhLxff3x60YfEO2JtbyshRcAtXWbw+JEtyfk2HbqD2KI5Oxqi/HSQM aFJ3ijK/0lctO95e6GC7LhpGy2lTY3nHwNwf4bPS1qmPwraydLAX6hJjTfeaSmbPL9XV SeQJ+DPT2X+WiDeWU8t5KCwl/bL2ud7hnqjaj7IFGch5UKgBiv4M5AQv338Icl+0BwHA KtoqgxKwvl+4IXqekm8+ry0CZXe+lzvnSWZRYFM5s5Qr7RrtewtWTgaHQ5+rb+C1M1fA QvUu7EPzizNSDZ+TH9fUCRSB9Kl+9TeABREYZ5YhDRhB9MM5KOPET6bzRKQP11fRa1VF 4GbQ== MIME-Version: 1.0 From: Arie van Wingerden Date: Sun, 28 Oct 2018 12:56:00 -0000 Message-ID: Subject: How to access JavaFx class library from Kawa? To: kawa@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00000.txt.bz2 Hi, when trying to run your JavaFx example from here: https://per.bothner.com/blog/2011/JavaFX-using-Kawa-intro/ I get errors like: Exception in thread "main" java.lang.NoClassDefFoundError: javafx/geometry/Orientation. This is understandable, since I only unpacked JavaFx in a folder, but I don't know how to inform Kawa how to find JavaFx stuff. As you may guess I am not at all acquainted with Java :) I am on Windows 10 and have OpenJdk 11.08 and JavaFx 11. Also, I added the bin dir of openjdk to my system path. So, please tell me how to enable using JavaFx as well ... Many thanks! /Arie