Top "Java-7" questions

Java SE version 7 was released in 2011.

JDK 7 fork/join simple example

Can someone provide a simple example of fork/join feature in JDK 7. I looked at the example provided by Oracle …

java java-7 fork-join
Java 7.1 in IBM Websphere

I have Java SDK 6 in IBM websphere 8.5.5.2. Where can i download Java SDK 7.1 in IBM website and update it to …

java websphere java-7 websphere-8
Will compiling for Java 1.5 on Java 1.7 still work?

I've recently moved to Java 7 in one of my projects. I claim that it can run on Java 1.5 simply because …

java java-7 java-5
Downgrade Eclipse ant to compile while using older JDK libraries (Java 1.7 -> 1.6)

I have the opposite problem as Upgrade Eclipse java compiler: I'm using Eclipse 3.7.1 that can support JDK 1.7, but right now …

java eclipse ant jdk1.6 java-7
Java 7 on Windows 2000

I have made a Java application with Java 1.7 my problem is that it is not running on windows 2000. It is …

operating-system java-7 windows-2000
javafx 8 compatibility issues - FXML static fields

I have designed a javafx application which works fine in jdk 7. When I try to run it in java 8 I …

java javafx-2 java-7 java-8 javafx-8
How to replace File.listFiles(FileFilter filter) with nio in Java 7?

I have some file I/0 traversal code written in Java 6, trying to move it the New I/O in Java 7 …

java file path java-7 nio2
Java 7u4 webstart security exception: Class does not match trust level

We began to notice that with Java 7 (particularly with update 4), that all our users began to see this with our …

java security java-7 java-web-start securityexception
Why is StringBuilder#append(int) faster in Java 7 than in Java 8?

While investigating for a little debate w.r.t. using "" + n and Integer.toString(int) to convert an integer primitive …

java performance java-7 java-8 jmh
Compiling Java 7 to Java 6

I'm aware that the runtime features of Java 7 are not available with Java 6 but since no new byte code has …

java java-7 porting java-6