Skip to content

noClassDefFoundError jvmdowngrader #38

Description

@scott-ish

Nice project.
When trying to use the dependency 0.15.1 from Maven central I get a runtime exception regarding the jvmdowngrader. Is this needed, as its not in the dependency tree?
Seems like the EventBus class uses:
import bento-fx.xyz.wagyourtail.jvmdg.j21.stub.java_base.J_L_MatchException;

and in the switch:
switch (jvmdowngrader$switch$fire$0(event, var17)) {

Caused by: java.lang.NoClassDefFoundError: bento-fx/xyz/wagyourtail/jvmdg/j21/stub/java_base/J_L_MatchException
at bento.fx/software.coley.bentofx.Bento.newEventBus(Bento.java:39)
at bento.fx/software.coley.bentofx.Bento.(Bento.java:28)

Looks like this is not a problem in the current repo but just with centrals dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions