Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.isEmoji throws Lambda errors #29

Open
ALEEF02 opened this issue May 22, 2021 · 0 comments
Open

.isEmoji throws Lambda errors #29

ALEEF02 opened this issue May 22, 2021 · 0 comments

Comments

@ALEEF02
Copy link

ALEEF02 commented May 22, 2021

Calling .isEmoji on a string returns me the following error and stack trace:

java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer
        at ch.lambdaj.proxy.ProxyUtil.createEnhancer(ProxyUtil.java:89)
        at ch.lambdaj.proxy.ProxyUtil.createProxy(ProxyUtil.java:49)
        at ch.lambdaj.function.argument.ArgumentsFactory.createPlaceholder(ArgumentsFactory.java:52)
        at ch.lambdaj.function.argument.ArgumentsFactory.registerNewArgument(ArgumentsFactory.java:45)
        at ch.lambdaj.function.argument.ArgumentsFactory.createArgument(ArgumentsFactory.java:39)
        at ch.lambdaj.function.argument.ArgumentsFactory.createArgument(ArgumentsFactory.java:31)
        at ch.lambdaj.Lambda.on(Lambda.java:44)
        at emoji4j.EmojiUtils.getEmoji(EmojiUtils.java:40)
        at emoji4j.EmojiUtils.isEmoji(EmojiUtils.java:60)
        at Allegiance.util.DisUtil.isEmote(DisUtil.java:431)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant