question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.0 does not patch itself

See original GitHub issue

openjdk-bin-11

bash$ java -jar recaf-1.15.10.jar 
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
Detected JDK 11+ without OpenJFX dependencies
Dependencies will be downloaded and Recaf will restart...
Rerunning


bash $ java -jar recaf-2.0.0-J8-jar-with-dependencies.jar 
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
INFO: Recaf-2.0.0
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/concurrent/Task
        at me.coley.recaf.command.impl.Initializer.run(Initializer.java:43)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
        at picocli.CommandLine.access$900(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2150)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2144)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
        at picocli.CommandLine.execute(CommandLine.java:1904)
        at me.coley.recaf.Recaf.main(Recaf.java:41)
Caused by: java.lang.ClassNotFoundException: javafx.concurrent.Task
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
        ... 9 more

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:23 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
Col-Ecommented, Apr 18, 2020

It’s a rarely used feature as most of the time it’s just easier to shade the dependencies in.

Oh my god I forgot that was even possible. I think its been 4-5 years since I’ve done that.

you didn’t want lots of files/folder cluttering the working directory?

I was actually for having everything be local until recently when I was convinced to use a standard home directory (system property/configurable).

1reaction
ViRb3commented, Apr 19, 2020

Just a side note, Amazon Corretto 8 is an OpenJDK 8 distribution with JavaFX bundled.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 2016 Updates Stuck @ 0% - Microsoft Q&A
Hi, I am trying to patch a Windows 2016 box. the update process is stuck at 0% and not going any further. After...
Read more >
Every patch reinstalls full game :: Help and Tips
Notably if something is slowing down your install speed, that's on your computer's end, not on steam. As you say: the download itself...
Read more >
When Windows updating goes bad - Computerworld
When Windows updating goes bad — the case of the problematic patch. To update or not to update, for Windows users that is...
Read more >
Visual Studio Code should update itself silently #9539 - GitHub
I am constantly being asked to restart VS Code because of extension updates. And the upgrade of VS Code does not work. When...
Read more >
I don't "get" how a program can update itself. How can I make ...
ClickOnce deployment enables non-administrative users to install and grants only those Code Access Security permissions necessary for the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found