openjdk
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 216 public repositories matching this topic...
-
Updated
Oct 10, 2019 - C++
The openj9 jdk14 release file names were incorrect because changes needed to be made to various build scripts to change the download file name prefix from OpenJDK14 to OpenJDK14U.
This requirement is not mentioned in the RELEASING.md file.
The document should include details of which build scripts to be changed for the release engineer to either implement or check.
-
Updated
Jun 1, 2020 - Java
-
Updated
May 28, 2020 - Java
-
Updated
Mar 2, 2020 - C++
Installation was much harder because installation of JRE is not described at https://adoptopenjdk.net/installation.html#linux-pkg maybe just add the line apt-get install
-
Updated
Aug 12, 2019 - Shell
-
Updated
Apr 30, 2020 - Java
-
Updated
Mar 20, 2018
-
Updated
Jul 29, 2019 - Java
-
Updated
May 16, 2020 - Dockerfile
ATM when you click on class name label you'll be navigated to the class in editor. This is unclear and we need for another button with the same icon as in project view.
SUMMARY
Ansible outputs the following WARNING:
[WARNING]: The loop variable 'platform' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
ANSIBLE VERSION
ansible 2.9.6
config file = /e
-
Updated
Mar 23, 2020 - Java
-
Updated
Mar 27, 2020 - Java
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
Capture the Flag
May - June 2020 • Online
If you modify jmh-extras and run the
with-FlightRecorderProfilerscripted test, the local modifications won't be picked up. The reason is that the scripted test doesn't set the version of extras so the default (non snapshot) version is used.The workaround is:
diff --git a/plugin/src/sbt-test/sbt-jmh/with-FlightRecorderProfiler/build.sbt b/plugin/src/sbt-test/sbt-jmh/with-FlightRecor