Package Details: java8-openjfx 8.u202-10

Git Clone URL: https://aur.archlinux.org/java8-openjfx.git (read-only, click to copy)
Package Base: java8-openjfx
Description: Java OpenJFX 8 client application platform (open-source implementation of JavaFX)
Upstream URL: https://wiki.openjdk.java.net/display/OpenJFX/Main
Keywords: java8-openjfx openjfx
Licenses: GPL
Provides: java-openjfx
Submitter: freswa
Maintainer: Rogach
Last Packager: Rogach
Votes: 12
Popularity: 0.26
First Submitted: 2022-03-09 18:41 (UTC)
Last Updated: 2024-05-25 07:41 (UTC)

Required by (80)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

frostby commented on 2022-03-18 19:27 (UTC) (edited on 2022-03-18 19:30 (UTC) by frostby)

For anyone had a problem with:

FAILURE: Build failed with an exception.

  • What went wrong: Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().

    Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().

My fix is install jre8-openjdk-headless and change your java version:

$ archlinux-java set java-8-openjdk

Oops commented on 2022-03-18 06:37 (UTC)

missing make dependency: python2

Tak2Hu commented on 2022-03-14 04:47 (UTC) (edited on 2022-03-14 04:49 (UTC) by Tak2Hu)

@Rogach I also have the same problem as them

Mine is

$ java --version
 openjdk 17.0.3 2022-04-19
 OpenJDK Runtime Environment (build 17.0.3+3)
 OpenJDK 64-Bit Server VM (build 17.0.3+3, mixed mode)

grcancelliere commented on 2022-03-13 13:47 (UTC) (edited on 2022-03-13 14:06 (UTC) by grcancelliere)

In case anyone else needs it, I tried installing this package and it fails with this error:

...
FAILURE: Build failed with an exception.

* Where:
...build/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 758

* What went wrong:

A problem occurred evaluating root project 'rt-8u202-ga'.
> Unable to determine the version of Java in JDK_HOME at /usr/lib/jvm/java-8-openjdk
...

The block of code before line 758 specifically checks the second line of the output of java -version, so if you like me define _JAVA_OPTIONS in the environment i suggest you silence the _JAVA_OPTIONS message like the wiki says.

jsn commented on 2022-03-12 22:20 (UTC) (edited on 2022-03-12 22:21 (UTC) by jsn)

$ java -version
openjdk version "1.8.0_332"
OpenJDK Runtime Environment (build 1.8.0_332-b04)
OpenJDK 64-Bit Server VM (build 25.332-b04, mixed mode)

Build fails with this: https://gist.github.com/jsn/ef281f5b8e66f6b3c351f5cfefcc45a9

Rogach commented on 2022-03-12 17:34 (UTC)

@SimPilotAdamT @moonaru I managed to build this package successfully. What java version are you using?

SimPilotAdamT commented on 2022-03-12 02:08 (UTC)

Errors building.

==> Starting build()...

FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'java8-openjfx-8.u202-4': 

onurbbr commented on 2022-03-10 09:39 (UTC)

==> Sources are ready. ==> Making package: java8-openjfx 8.u202-4 (Thu 10 Mar 2022 12:39:06 PM +03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()...

FAILURE: Build failed with an exception.

  • What went wrong: Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().

    Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 0s ==> ERROR: A failure occurred in build(). Aborting... -> error making: java8-openjfx