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

Problem: Java version issues with SPARCd - bundle sparcd download with compatible java #50

Open
smalusa opened this issue Aug 24, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request Version 2.0

Comments

@smalusa
Copy link
Contributor

smalusa commented Aug 24, 2021

bundle sparcd download with compatible version of java

@smalusa smalusa added enhancement New feature or request Version 2.0 labels Jun 17, 2022
@smalusa
Copy link
Contributor Author

smalusa commented Jun 17, 2022

Website needs link to latest build version of SPARCd in github (instead of a static link that is not compiling latest fixes)

@smalusa smalusa changed the title Java version issues with SPARCd - bundle sparcd download with compatible java Problem: Java version issues with SPARCd - bundle sparcd download with compatible java Jun 17, 2022
@smalusa smalusa self-assigned this Jun 17, 2022
@smalusa
Copy link
Contributor Author

smalusa commented Jul 21, 2022

https://stackoverflow.com/questions/3371535/running-java-without-installing-jre

Stack OverflowStack Overflow
Running java without installing jre?
As asked and answered here, python has a useful way of deployment without installers. Can Java do the same thing? Is there any way to run Java's jar file without installing jre? Is there a tool

@julianpistorius
Copy link
Contributor

julianpistorius commented Aug 9, 2022

Maven plugin to build native binaries which include a JRE: https://github.com/fvarrui/JavaPackager

Alternative place to get JRE: https://adoptium.net/

@Chris-Schnaufer
Copy link
Contributor

This approach is not recommended since the user may inadvertently install a version of Java that could cause issues on their machine (performing an unexpected upgrade, for example)

@Chris-Schnaufer
Copy link
Contributor

Perhaps a better solution would be to make SPARCd versions for each supported version of Java (when SPARCd can't be forward supported - for example, the Java 15 version doesn't work with Java 16)

@smalusa
Copy link
Contributor Author

smalusa commented Dec 5, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Version 2.0
Projects
Status: Todo
Development

No branches or pull requests

3 participants