JDK 8 pre release - download does not work
I'm trying to download the jdk8 prerelease, b129 from here: https://jdk8.java.net/download.htmlUnfortunatley, the download link does not seem to work :-( Please fix it, thanks!
View ArticleProblem with Java 1.8 and SSL
I am using Elluminate Live 10! which is an old application and I have no more support. Using Java 1.7.51 everything still works (I had to do some small manipulation but everything works). I tried under...
View ArticlePossible bug: JRE7u60 EA b13 (javax.swing.JFileChooser)
I was testing out my applet on JRE 7u60 EA b13. My applet works fine on JRE 7u51 and with no warnings/errors.When I run applet on JRE 7u60 EA b13, it became no response at "new...
View ArticleJava stops working with Java 7 Update 60 b14
Java does not work after installing Java 7 u60 build b14 ( jre-7u60-ea-bin-b14-windows-i586-09_apr_2014.exe ) on Windows 8.1 Signed Java Applets, that worked fine under Java 7 Update 51, do not work in...
View ArticleJava 7u60 release date
Apologies if this is the wrong place to post this question. Do we have a rough ETA as to when Java 7u60 will be released? Thanks.
View ArticleNeed help Installing JDK on Fedora 20
Hi! I'm new to this forum, and to Java Programming, and I recently recieved an old desktop, and I installed Linux Fedora 20 on it. I'm new to Linux, also. I'm trying to learn Java programming, but I'm...
View ArticlePossible bug in SAX Parser handling multi-line comments
I hope I'm in the right place, apologies if I'm not.I'm fairly new to Java, though not new to programming. I'm writing an application that takes quite a lot of configuration from XML files, and I think...
View ArticleWill the Java 8 VM support G1 garbage collector for ARM?
Hi!I am currently leading a SW project which involves running a distributed system on many ARMs, using java as the main execution language. Unfortunately Java 7 VM does not support the G1 gc for ARM...
View ArticleFYI - Downloads from JDK7 and JDK8 failing
Hello, We are investigating why downloads from JDK7 and JDK8 are failing. When it is resolved this forum posting will be updated. [Edit ] The download issue has been resolved. -Roger
View ArticleJava 8: Possible bug in java.time API.
Hello,I'm trying to use the new java.time api that comes with Java 8, build B124 (I already know joda-time).I've a String "01/08/2012_00:00:01", I know that the time ref. is UTC, and I want to convert...
View ArticleHow do I download JDK 8b125 ? (Assent to license is not accepted)
How do I download JDK 8 b125 from the web page at https://jdk8.java.net/download.htmlEven though I have clicked on " o Accept License Agreement", I don't receive the "thank you" confirmation message,...
View ArticleWhy is a functional interface with a generic method not allowed?
When trying to use a functional interface that has a generic method javac complains that the method is generic. However I can't find anything about that in the specification? In fact the specification...
View ArticleJavaFx features
Does JavaFx support Mpeg-Dash? Or will it support in future?Thanks in advance!!!
View ArticleWhere to report Java 8 SE bugs ?
I've tried to click on the link "J2SE bug reporting channels" which is present: - on this forum - on this blog entry: https://blogs.oracle.com/java/entry/contribute_to_the_quality_of - on...
View ArticleAudioSystem.isLineSupported behaves differently in MAC Safari and Firefox
Hi,I have an applet containing record option to perform recording via Computer but it is not working in Safari browser. From the code , it was found that AudioSystem.isLineSupported() is returning...
View Article