Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 495409

OpenJDK (Open Java Development Kit) is the reference implementation of JavaSE since version 7. It is free and open source.

14 votes
3 answers
56k views

How can I install Java 8 on Debian 11 (Bullseye)?

Done Package openjdk-8-jre is not available, but is referenced to by another package. … This may mean that the package is missing, has been obsoleted, or is only available from another sources However the following packages replace it: nvidia-openjdk-8-jre E: Package 'openjdk-8-jre' has …
cocomac's user avatar
  • 545
3 votes
Accepted

How can I install Java 8 on Debian 11 (Bullseye)?

/java -version openjdk version "1.8.0_322" OpenJDK Runtime Environment (Temurin)(build [something]) OpenJDK 64-Bit Server VM (Temurin)(build [something], mixed mode) And let's add that to our path: export … *They make pre-compiled OpenJDK, they were formerly AdoptOpenJDK …
cocomac's user avatar
  • 545