Java icon indicating copy to clipboard operation
Java copied to clipboard

📦 A bucket for Scoop, for Oracle Java, OpenJDK, Eclipse Temurin, IBM Semeru, Zulu, ojdkbuild, Amazon Corretto, BellSoft Liberica, SapMachine and Microsoft JDK.

Results 39 Java issues
Sort by recently updated
recently updated
newest added

#### scoop install oraclejre8 ``` Installing 'oraclejre8' (8u341) [64bit] from java bucket Loading dl.tar.gz from cache Checking hash of dl.tar.gz ... ok. Extracting dl.tar.gz ... ERROR Exit code was 2!...

Could not find 'jdk-17+0 in C:\Users\joelc\scoop\apps\microsoft-jdk\17.0.4'!

Adds https://github.com/FelixSelter/JEnv-for-Windows for managing Java versions. Due to the tool not being very popular yet, [I was recommended to open a PR here](https://github.com/ScoopInstaller/Main/pull/3416).

**Installation logs:** scoop install [email protected] WARN Given version (11.0.8.10-1) does not match manifest (11.0.15.9-1) WARN Attempting to generate manifest for 'ojdkbuild11' (11.0.8.10-1) Autoupdating ojdkbuild11 Searching hash for java-11-openjdk-11.0.8.10-1.windows.ojdkbuild.x86_64.zip in https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.8.10-1/java-11-openjdk-11.0.8.10-1.windows.ojdkbuild.x86_64.zip.sha256...

I was looking at how to install a JRE or JDK through scoop and the first link, that popped up in duckduckgo was this: https://github.com/ScoopInstaller/scoop/wiki/Java It mentions a few packages,...

bug
enhancement

PackageIdentifier: **liberica-full-lts-nik**, liberica-full-nik, liberica17-full-lts-nik, etc. Basically it is a nice distribution of GraalVM from Liberica. Just like liberica-full-lts-jdk and liberica-full-lts-jre that already exists in the bucket. Homepage: https://bell-sw.com/pages/downloads/native-image-kit/

enhancement

Currently Microsoft JDK's `extract_dir` contains a build number not available at the download page at https://docs.microsoft.com/java/openjdk/download Manual updates after each autoupdate is necessary with the current manifests. For a work...

bug

Each of theses manifests overlap each other each time you install them, so one idea I had was to shim `java.exe` and `javaw.exe` but give their shim a different name,...

discussion

Running executable JARs requires calling `java.exe -jar "%1"`, but when selecting the java.exe in explorer, it uses `java.exe "%1"`, which fails. i suggest adding something like: manifests: ```javascript { [...

Some applications, such as Keystore Explorer[extras/keystore-explorer] and Minecraft[games/minecraft], checks Java installation through **registry**. Therefore when user installs JRE through *Scoop*, these applications will report **"Java is required"** even if JRE...