-
Notifications
You must be signed in to change notification settings - Fork 135
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 generate .deb file with JRE 8 bundled #257
Comments
Hi @FlowArg! |
Fixed in issue-257 (JavaPackager 1.7.0-SNAPSHOT). Since snapshot versions are not being released to Maven Central, you have to install it manually in your local repo. Find instructions in README. Please, try it and give me some feedback. |
Hi, your fix works as expected! |
Great! I'm happy to hear that ... please, let me close this issue when this fix is released to Maven Central as v1.7.0. |
Alright! I'll know in the future 😄. |
Branch |
JavaPackager 1.7.0 released to Maven Central |
Hi 😄
I'm submitting a bug report.
Short description of the issue/suggestion:
A
FileNotFoundException
is thrown during the GenerateDeb task when I want to bundle a JRE 8 because it's looking for alib/jspawnhelper
file that doesn't exist in Java 8 (It appears in the later versions).Steps to reproduce the issue/enhancement:
packageMyAppForLinux
task and see the error: The GenerateDeb task can't create a .deb file because of aFileNotFoundException
.NOTE: the RPM file is generated correctly without any problem!
What is the expected behavior?
The GenerateDeb task ends successfully.
What is the current behavior?
The GenerateDeb task fails.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
Error stacktrace:
Please tell us about your environment:
1.6.7
Windows 11
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: