From owner-freebsd-java@FreeBSD.ORG Sat Oct 4 04:24:06 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 186DD876 for ; Sat, 4 Oct 2014 04:24:06 +0000 (UTC) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [IPv6:2a02:6b8:0:801::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0DADB5F for ; Sat, 4 Oct 2014 04:24:05 +0000 (UTC) Received: from web17j.yandex.ru (web17j.yandex.ru [5.45.198.58]) by forward11.mail.yandex.net (Yandex) with ESMTP id F09A9E81833 for ; Sat, 4 Oct 2014 08:23:53 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web17j.yandex.ru (Yandex) with ESMTP id 92ACC64E0686; Sat, 4 Oct 2014 08:23:53 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1412396633; bh=aPJXCdJ/ZusjM5tI20H+j1aD9zSQpXRw9M424eNJF7I=; h=From:To:In-Reply-To:References:Subject:Date; b=OjWv36jDr3NmeobGS/ZHd0Pnql471wwvMjTbWExn1kWiFXMkjnm0+M4bQ9fE1nTFN iDgPCEQQk0y6XYsWj7If4NzqyYpVcTerkkkpd4Vf7/vXjmSPSW7ocBtu6miY0NNHBa XxBe7ltqZqgu/ps4dAISZm3Y4Do23PQ51EiwfAhs= Received: from [190.113.214.67] ([190.113.214.67]) by web17j.yandex.ru with HTTP; Sat, 04 Oct 2014 08:23:53 +0400 From: Boniek San Envelope-From: desshi@yandex.ru To: "freebsd-java@freebsd.org" In-Reply-To: References: Subject: Re: freebsd-java Digest, Vol 589, Issue 3 MIME-Version: 1.0 Message-Id: <514611412396633@web17j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 03 Oct 2014 23:23:53 -0500 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 04:24:06 -0000 the problem with JavaFX 2.2 in 9.4 for me is support no detected NVIDEA GT550MX, the installation is perfect bat no run application for fix of support GPU :( 03.10.2014, 07:00, "freebsd-java-request@freebsd.org" : > Send freebsd-java mailing list submissions to > ššššššššfreebsd-java@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > ššššššššhttp://lists.freebsd.org/mailman/listinfo/freebsd-java > or, via email, send a message with subject or body 'help' to > ššššššššfreebsd-java-request@freebsd.org > > You can reach the person managing the list at > ššššššššfreebsd-java-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-java digest..." > > Today's Topics: > > ššš1. Could not run JavaFX Scene Builder on FreeBSD/ (Lev Serebryakov) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 03 Oct 2014 00:34:12 +0400 > From: Lev Serebryakov > To: java@FreeBSD.org > Subject: Could not run JavaFX Scene Builder on FreeBSD/ > Message-ID: <542DB6C4.8030302@FreeBSD.org> > Content-Type: text/plain; charset=utf-8 > > šI have FreeBSD-CURRENT/amd64 system with installed openjdk7 and > openjdk8, both were installed from binary packages (latest versions). > > šI'm trying to run Oracle JavaFX Scene Builder. I've downloaded Linux > version [1], unpack it and run: > > % java -cp app/SceneBuilderKit.jar:app/SceneBuilderApp.jar -jar > app/SceneBuilderApp.jar > Exception in thread "main" java.lang.UnsupportedClassVersionError: > com/oracle/javafx/scenebuilder/app/SceneBuilderApp : Unsupported > major.minor version 52.0 > ššššššššat java.lang.ClassLoader.defineClass1(Native Method) > ššššššššat java.lang.ClassLoader.defineClass(ClassLoader.java:800) > ššššššššat > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) > ššššššššat java.net.URLClassLoader.defineClass(URLClassLoader.java:449) > ššššššššat java.net.URLClassLoader.access$100(URLClassLoader.java:71) > ššššššššat java.net.URLClassLoader$1.run(URLClassLoader.java:361) > ššššššššat java.net.URLClassLoader$1.run(URLClassLoader.java:355) > ššššššššat java.security.AccessController.doPrivileged(Native Method) > ššššššššat java.net.URLClassLoader.findClass(URLClassLoader.java:354) > ššššššššat java.lang.ClassLoader.loadClass(ClassLoader.java:425) > ššššššššat sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > ššššššššat java.lang.ClassLoader.loadClass(ClassLoader.java:358) > ššššššššat sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) > > ššOk, it is understandable. It is build for Java8. Ok! > > % /usr/local/openjdk8/bin/java -cp > app/SceneBuilderKit.jar:app/SceneBuilderApp.jar -jar > app/SceneBuilderApp.jar > Error: Could not find or load main class > com.oracle.javafx.scenebuilder.app.SceneBuilderApp > % > > šWUT?! What does it mean? java7 could find class, but could not load > it, and java8 could not FIND this class! Of course, here is such class > in jar: > > % unzip -l app/SceneBuilderApp.jar | grep SceneBuilderApp.class > šššš24548 š03-21-14 09:30 > com/oracle/javafx/scenebuilder/app/SceneBuilderApp.class > % > > šWhat do I do wrong? How it could be, that this class could not be found? > > [1] > http://download.oracle.com/otn-pub/java/javafx_scenebuilder/2.0-b20/javafx_scenebuilder-2_0-linux-i586.tar.gz > > - -- > // Lev Serebryakov >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2 >> >> iQJ8BAEBCgBmBQJULbbEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w >> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGOTZEMUNBMEI1RjQzMThCNjc0QjMzMEFF >> QUIwM0M1OEJGREM0NzhGAAoJEOqwPFi/3EeP02sP/jshFK5iid/7rX8/4v1DcxXq >> wlU04Vd66ZbZ6+ZjXiUaLlY03dhuAdlsLQ+0BWy4JjdVnneD+3ngsu7BNFOwPfaz >> Qf4jrVo500i0lIS63dybeR4HwhI4PW6Mtytc/p3nsZSdaHAZpP0SsoZ/SjKgWSFk >> ZTbg57CuJOQ3IqY9Sk2NbRKowMfI0qO4XI7TqSLw/iHPYKIzzF3UDZhRPkRp/W7Z >> VN05vOxUZs757pD0F4a/4oxP1W66ncIsBVkw0T44diAsXnZ00SwN55Lfo6PZyLfa >> cHOoVpBUoZZsrY0/5tNw7cR2q/h4E71S/mf+nI8ZIPIdsQ+EYN6xaGz2BHELWx+i >> NlTXOoL4V2HVv+a7VawHGK+kO8Csn7ZmAUKAmRlo5pauAb26ZH5Kgh+W2C5me4Xk >> S0huTBZ5UlaEfOxoQX5iTRmkfmqSlWaPXduhasWtFSIuGGttYODDQP9W3nVDpgnl >> LWkxdEUUTYbu/a/YtgB1y2gNpoRGb9onu3lJuZjZ648Gj52QtONdTfMKUjB2Awut >> kx4SSy0gT25dXgO/YeOeCjZX8tXRckF0f9xR1Hx2/VCsH55pYJL/SaGTezYvx4vL >> e8zfiDnleUkb8uK7V76En4WHZtBpNjEOR7osA5XF/JuBTXWpztQDU9q/1miuXf2+ >> S9JHivYr+6IrIvuN4ObP >> =yfDH >> -----END PGP SIGNATURE----- > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > ------------------------------ > > End of freebsd-java Digest, Vol 589, Issue 3 > ******************************************** -- compartir es vivir, vive el verde y siente la libertad. free software...