Path: csiph.com!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: Mon, 07 Dec 2015 00:00:02 +0100 Message-ID: References: X-Original-To: debian-java@lists.debian.org X-Mailbox-Line: From debian-java-request@lists.debian.org Sun Dec 6 22:52:33 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.697 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, 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:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=nTUiW348JBMXwtBdffA1VD1VKt+sxZfqV9wAapx1/k0=; b=wi2hwJb435dS7QrBAwqkFPlfC3LoNMmOuFTQ12erXh8uY4DQngsIKzDbQft2oZK3rb aspRqYIz5RjYLaqhbzLv4OHGFNnLaVHGRQOJ+KTIxzqyhcw0qqLNGyxvKGE879hhTIVE p+oze1zbbZubrnPOElghSL3z8OHmx7YXznd+qzCcBenG+qNtL014bReBMihuq0EUfTXH xoDSRBD06Rz9tOF6HCmaI86UJ3PKVi1LniJtTvOUWLcO3gGPb1i6fzWAZMWa5sxV8fqA bG//hJqWYLg8HSn4RfOqYD9JtfUPXOAi6Qw1th3n3HGU1wkDgoGVb7xKf8/5aJw91wOV brpg== X-Received: by 10.28.30.14 with SMTP id e14mr17001170wme.83.1449442336952; Sun, 06 Dec 2015 14:52:16 -0800 (PST) Sender: robomod@news.nic.it X-Enigmail-Draft-Status: N1110 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/18969 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/5664BC1F.7020901@apache.org Approved: robomod@news.nic.it Lines: 33 Organization: linux.* mail to news gateway X-Original-Date: Sun, 6 Dec 2015 23:52:15 +0100 X-Original-Message-ID: <5664BC1F.7020901@apache.org> X-Original-References: <56649EEF.6060002@apache.org> X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8650 Le 6/12/2015 23:36, Cecil Westerhof a écrit : > ​I did not invest a lot in Swing. As I understood it new applications > should be written with JavaFX instead of with Swing. That is not the case? Oracle supports both frameworks, JavaFX doesn't deprecate Swing. So feel free to use the one that suits best your needs, you can expect them to stay for a long time. > But my Java version is 7. Is something ​going wrong here? The default runtime is still Java 7. You can switch to Java 8 by using update-java-alternatives. For example: sudo update-java-alternatives --set java-1.8.0-openjdk-amd64 > ​But for Java 8 I need to install unstable packages I understood. Or am > I mistaken?​ openjdk-8 as found in unstable has been rebuilt for Jessie and is available from the jessie-backports repository. This backport is perfectly suitable for a stable environment. > ​That explains it: the Debian distribution of Java is different as the > Oracle one. Indeed, Oracle bundles several things that you'll find in separate packages in Debian (openjdk--jdk, visualvm, openjfx, icedtea-web) Emmanuel Bourg