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

Frame blurry when starting with bundled launcher #235

Open
ElijahSey opened this issue Aug 6, 2023 · 0 comments
Open

Frame blurry when starting with bundled launcher #235

ElijahSey opened this issue Aug 6, 2023 · 0 comments

Comments

@ElijahSey
Copy link

I am trying to package a java desktop application with a gui.
When i start it with the launcher, everything looks blurry:
Exe
When i start the jar file directly using the bundled jre everything displays correctly:
Jar

My packr configuration file:

{
    "useZgcIfSupportedOs": true,
    "executable": "CardIdea",
    "mainclass": "presentation.CardIdea",
    "resources": []
}

The packr command:

java -jar packr-all-4.0.0.jar 
--platform windows64 
--jdk https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8%2B7/OpenJDK17U-jre_x64_windows_hotspot_17.0.8_7.zip 
--classpath cardidea-0.1.0.jar  
--output cardidea packr-config.json
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