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

Is pf4j compatible with arrch64 architecture? #562

Open
leoyim opened this issue Feb 1, 2024 · 6 comments
Open

Is pf4j compatible with arrch64 architecture? #562

leoyim opened this issue Feb 1, 2024 · 6 comments
Labels

Comments

@leoyim
Copy link

leoyim commented Feb 1, 2024

When I build my project on a arrch64 linux machine, it runs wrong
report the following problem:
Fatal error compiling: java.lang.NoClassDefFonudError: org/pf4j/processor/ExtensionAnnotationProcessor: org.pf4j.processor.ExtensionAnnotationProcessor -> [Help 1]

@decebals
Copy link
Member

decebals commented Feb 1, 2024

Can you add more context?

Is pf4j compatible with arrch64 architecture?

PF4J is not special from this point of view. ExtensionAnnotationProcessor is a standard annotation processor.

@decebals
Copy link
Member

decebals commented Feb 7, 2024

@leoyim I'm just curios, did you find something (cause of the problem, ..)?

@leoyim
Copy link
Author

leoyim commented Feb 20, 2024

@leoyim I'm just curios, did you find something (cause of the problem, ..)?

@decebals I build my project on an arrch64 machine, it runs wrong.

Fatal error compiling: java.lang.NoClassDefFonudError: org/pf4j/processor/ExtensionAnnotationProcessor: org.pf4j.processor.ExtensionAnnotationProcessor -> [Help 1]

But it runs successfully on a x86_64 machine, I don't find any differences about my build script. So, I want to know is pf4j compatible with arrch64. Have you tried compiling a project using pf4j on an arm64 machine?

@decebals
Copy link
Member

Have you tried compiling a project using pf4j on an arm64 machine?

No

@decebals
Copy link
Member

If I have some time I will try to use a Raspberry Pi for test. At the moment I don't have the time and the board, too.

@decebals
Copy link
Member

Unfortunately I didn't have time. is the topic still relevant for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants