Top "Java-7" questions

Java SE version 7 was released in 2011.

How to run Eclipse Indigo on JDK 1.7 OSX

With the recently OSX JDK 7 ea release from Oracle. How to run Eclipse Indigo ? I get the following error msg: $ …

macos java-7 eclipse-indigo
Programming Java 7 in Eclipse

I installed JDK 7 and Eclipse 3.6M6. Then, I added JRE 7 as a new JRE execution environment in Eclipse, and set …

java eclipse java-7
Application is using Java 6 from Apple instead of Java 7 from Oracle on Mac OS X?

I am testing my current application with Mac OS X which has Java 7 from Oracle installed. Instead using Java 7 from …

java macos bundle java-7
Unsupported Class Version Error

While trying to call an EJB made using NETbeans (using jdk1.7) from a client made using Eclipse IDE (using jdk1.6), …

ejb java jdk1.6 java-7
Testng, Emma, Cobertura, coverage and JDK 7 result in ClassFormatError and VerifyError

I have switched to the newest JDK 7 and I am having problems with running testng unit test on byte code …

code-coverage java-7 cobertura emma jacoco
"Comparison method violates its general contract!" - TimSort and GridLayout

I made a color palette with a jPanel and a JLabel array in it. At first it worked well, but …

java swing java-7 grid-layout timsort
Comparison method violates its general contract! Java 7 only

I know this has been an issue for a while now, and checked all previously answers I could get, but …

java-7 compareto
Eclipse Updating the compiler compliance to 1.7

I am having some trouble updating the compiler compliance of my eclipse workspace (I am actually using RTC, but it …

java eclipse java-7 rtc
Java access files in jar causes java.nio.file.FileSystemNotFoundException

While trying to copy some files in my jar file to a temp directory with my java app, the following …

java java-7 nio
How to silently install Java JDK into a specific directory on windows

On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in …

java java-7 java-6 silent-installer