-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Can't load resources after modularized #5
Comments
found a related issue. AlmasB/FXGL#644 |
Update.
I try to create every sub-pakcage of assets ,and opens them, it reported new error:
It seems like an openJdk bug. |
Hi, you can open the module without opening each asset. So, open module ...{ } |
@AlmasB
run the FlappyBird.bat |
Thanks, I'll check it out later today
…On Tue, 11 Feb 2020, 8:55 am LaiZhou, ***@***.***> wrote:
open module FlappyBird {
requires com.almasb.fxgl.all;
exports com.almasb.fxglgames.flappy;
}
I tried it, still failed, it showed the same error.
The steps.
execute the command
mvn clean install
mvn javafx:jlink
run the FlappyBird.bat
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AA3NT5U6DNN2KSKF6ZCYIRTRCJRXDA5CNFSM4KSHX2IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLT7VI#issuecomment-584531925>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3NT5UFNK73MHQ653IRLRLRCJRXDANCNFSM4KSHX2IA>
.
|
Yes, with |
I used jlink to generate executable binary , but when I execute command ,it reported the error:
How to generate the correct executable binary on Windows?
I want to get an .exe file finally.
The text was updated successfully, but these errors were encountered: