Top "Openjdk" questions

Java is a high-level programming language.

OpenJDK availability for Windows OS

Is there any OpenJDK version available to Windows OS? From the OpenJDK home page (http://openjdk.java.net/) it redirects …

java windows openjdk
JavaFX and OpenJDK

I'm trying to decide whether I could switch to JavaFX for the user interface of my Java application. Most of …

java javafx-2 javafx openjdk
What's the location of the JavaFX runtime JAR file, jfxrt.jar, on Linux?

I'm trying to run some JavaFX code with Eclipse Kepler, with e(fx)clipse plugin installed, on a Linux machine, …

java linux eclipse javafx openjdk
The JDK is missing and is required to run some NetBeans modules

Complete error message: The JDK is missing and is required to run some NetBeans modules Please use the --jdkhome command …

java netbeans java-8 openjdk jdk1.6
openjdk 1.7 in eclipse: operator is not allowed for source level below 1.7

Eclipse gives me an error: '<>' operator is not allowed for source level below 1.7 I guess this …

java eclipse windows-runtime openjdk
jps not working

I have installed java-1.6.0-openjdk-devel. $java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.3) (rhel-1.48.1.11.3.el6_2-x86_64) OpenJDK 64-Bit Server VM (…

java linux redhat openjdk
Complete list of JVM options

Besides official documentation I have found only this post. But it is quite old and incomplete (only -XX options available). …

java jvm openjdk jvm-hotspot
Cannot support TLS_RSA_WITH_AES_256_CBC_SHA with currently installed providers

We installed Cassandra 2.0 and configure it for SSL, and we run in this issue at startup. We're using Open JDK …

openjdk cassandra-2.0
Is it possible to browse the source of OpenJDK online?

Is it possible to browse the source code of OpenJDK online, just like I can do with SourceForge's projects? I …

mercurial openjdk
Where can I find the JDK 8/JavaFX 8 source code?

I would like to override the Implementation of FXMLLoader and recompile the JDK 8. Where can I find the source code …

javafx java-8 javafx-8 openjdk