Path: csiph.com!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: Working with JavaFX Date: Sun, 06 Dec 2015 21:50:02 +0100 Message-ID: References: X-Original-To: Cecil Westerhof , debian-java@lists.debian.org X-Mailbox-Line: From debian-java-request@lists.debian.org Sun Dec 6 20:48:01 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.597 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, MURPHY_SCAM1=0.1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:subject:to:references:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=q30UVxAoGiiRyGOp3nG3go/B3N1DE7fWmgJrmlq8BcE=; b=oBBPdk09BS+74ekpXwMVKzxL7Mr7AW1pPotW4RqXZuvAZMLaSk10IF7QeEuEUV4Nsg 6pkgwMmYzzRKixDU8HvZTdI/XP18sgW5pKTT0IwIOngV9+UscJGvogdzDlALecfXmA6S nC4ygMqqqTvZZsGaXprtAnEKJWwyQ+0C6H/cpSUPNu5v9CzcEEEwyWGECX9XpndzPee/ 52a4I9ieUqHX9J9yMUYyFEgXzK7uy5JQ1WAFZuvVLOMexK/Pd+8ol1mhYkEmDHRjj69k WBU3IT1Rw6hhFtp/ouS1KXnHxmsL74r7FvMaoPtwbOOyV9L59iVAAEg03UKrtku7E5cp X3zw== X-Received: by 10.28.148.147 with SMTP id w141mr18235737wmd.14.1449434866116; Sun, 06 Dec 2015 12:47:46 -0800 (PST) Sender: robomod@news.nic.it User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/18967 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/56649EEF.6060002@apache.org Approved: robomod@news.nic.it Lines: 31 Organization: linux.* mail to news gateway X-Original-Date: Sun, 6 Dec 2015 21:47:43 +0100 X-Original-Message-ID: <56649EEF.6060002@apache.org> X-Original-References: X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8648 Hi Cecil, Le 6/12/2015 17:17, Cecil Westerhof a écrit : > I want to start writing desktop applications. I have done some (but not > much) Swing and Qt in the past, but as I understand it I should use > JavaFX nowadays. Swing is still a good API for classic desktop applications. > How should I install JavaFX? On Debian, either install the openjfx package (from the backports if you are using Jessie) or install the Oracle JDK (you can convert the Linux tarball into a .deb with the make-jpkg tool from java-package. > I am using Java 7, because > I do not want to use unstable packages without a reason and at the > moment I think Java 7 is good enough. JavaFX 8 requires Java 8. The earlier versions of JavaFX aren't as mature, I wouldn't recommend them. > I understood that JavaFX should be installed with Java, bit it is not. JavaFX isn't an official part of Java, but it's packaged with the JRE distributed by Oracle. In Debian it's a separate package (openjfx). Emmanuel Bourg