public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: "Sudarshan S Chawathe" <chaw@eip10.org>
To: Arie van Wingerden <xapwing@gmail.com>
Cc: kawa@sourceware.org
Subject: Re: How to access JavaFx class library from Kawa?
Date: Sun, 28 Oct 2018 15:18:00 -0000	[thread overview]
Message-ID: <13273.1540739925@vpaur.eip10.org> (raw)
In-Reply-To: Your message of "Sun, 28 Oct 2018 15:21:41 +0100."             <CADkALSHh-FSmUaTQ7_tbxtL0_yRooUpUMnRH-VRmHH40c-FLwQ@mail.gmail.com>

> Now tried this:
>    set CLASSPATH=E:\Programs\openjdk\lib\*;E:\Programs\openjfx\lib\*;.\*
> last one is for jars in current dir.
> 
> But it still fails because it cannot find javafx/geometry/Orientation.
> 
> In openjfx\lib I see:
> javafx-swt.jar
> javafx.base.jar
> javafx.controls.jar
> javafx.fxml.jar
> javafx.graphics.jar
> javafx.media.jar
> javafx.properties
> javafx.swing.jar
> javafx.web.jar
> src.zip
> 
> But no "geometry" or similar.
>
> /Arie

The CLASSPATH should include jfxrt.jar, which has the geometry package.
In my setup, that file's location is (not the "ext" subdirectory): 

  /usr/share/java/openjfx/jre/lib/ext/jfxrt.jar

Regards,

-chaw


  reply	other threads:[~2018-10-28 15:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-28 12:56 Arie van Wingerden
2018-10-28 13:43 ` Sudarshan S Chawathe
2018-10-28 14:21   ` Arie van Wingerden
2018-10-28 15:18     ` Sudarshan S Chawathe [this message]
2018-10-28 15:19     ` Arie van Wingerden
2018-10-28 15:22       ` Arie van Wingerden
2018-10-29  7:22         ` Arie van Wingerden

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=13273.1540739925@vpaur.eip10.org \
    --to=chaw@eip10.org \
    --cc=kawa@sourceware.org \
    --cc=xapwing@gmail.com \
    /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).