Open smalusa opened 3 years ago
Website needs link to latest build version of SPARCd in github (instead of a static link that is not compiling latest fixes)
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
Maven plugin to build native binaries which include a JRE: https://github.com/fvarrui/JavaPackager
Alternative place to get JRE: https://adoptium.net/
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)
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)
Thank you, sounds great. Sue
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows
From: Chris @.> Sent: Monday, December 5, 2022 12:11 PM To: @.> Cc: Malusa, Susan M - @.>; @.> Subject: [EXT]Re: [CulverLab/sparcd] Problem: Java version issues with SPARCd - bundle sparcd download with compatible java (#50)
External Email
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)
— Reply to this email directly, view it on GitHubhttps://github.com/CulverLab/sparcd/issues/50#issuecomment-1338000720, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFABTX2EEKEE5BLO3CHIIR3WLY47DANCNFSM5CXNA6KQ. You are receiving this because you were assigned.Message ID: @.***>
bundle sparcd download with compatible version of java