Skip to content

Does qtJambi work also for STM32MP1? #139

Closed Answered by omix
EutronBonetz asked this question in Q&A
Discussion options

You must be logged in to vote

I don't know if this is possible. Actually, I have no experience with embedded programming. But if you want to give it a try I am definitely interested in supporting you.
Several weeks ago, I started making QtJambi ready to work with GraalVM. Here, Java code is somehow converted to platform-dependent executable. Maybe, the difficulties were similar to yours.

At startup, i.e. when loading the first class by class loader, QtJambi searches for QtCore.dll library expected to be in java.library.path or in env:PATH. The library is loaded by System.load() with full path. The second expected library is QtJambi.dll. If it is not available on library path QtJambi tries to extract it from jar bundle…

Replies: 4 comments 39 replies

Comment options

You must be logged in to vote
13 replies
@cesarbonetz
Comment options

@cesarbonetz
Comment options

@omix
Comment options

omix Feb 19, 2023
Maintainer

@EutronBonetz
Comment options

@EutronBonetz
Comment options

Answer selected by omix
Comment options

You must be logged in to vote
14 replies
@EutronBonetz
Comment options

@omix
Comment options

omix Mar 10, 2023
Maintainer

@EutronBonetz
Comment options

@omix
Comment options

omix Mar 10, 2023
Maintainer

@EutronBonetz
Comment options

Comment options

You must be logged in to vote
10 replies
@omix
Comment options

omix Feb 7, 2024
Maintainer

@proussel-matawan
Comment options

@omix
Comment options

omix Feb 7, 2024
Maintainer

@proussel-matawan
Comment options

@proussel-matawan
Comment options

Comment options

You must be logged in to vote
2 replies
@omix
Comment options

omix Feb 7, 2024
Maintainer

@omix
Comment options

omix Feb 7, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #138 on February 14, 2023 19:45.