Top "Java-7" questions

Java SE version 7 was released in 2011.

Java SE strong cryptography for Java 7?

The preview release of Java 7 seems to be missing JCE package for unlimited cryptography strength. Has someone stumbled upon such?

java cryptography java-7 jce
Java 7 with emma and junit causing java.lang.VerifyError and Illegal local variable Errors

So I'm getting these errors [junit] Illegal local variable table length 17 in method test.nz.ac.massey.cs.sdc.log4…

eclipse ant java-7 emma
Java 7: get Path of resource (as object of type Path)

I'm using the features of Java 7 to read in a file. For that purpose I need an object of type …

nio java-7
Close resource quietly using try-with-resources

Is it possible to ignore the exception thrown when a resource is closed using a try-with-resources statement? Example: class MyResource …

java exception java-7 try-with-resources
Java OutOfMemory exception: mmap error on loading zip file

I run my app on production env (rhel 5.2 x64, oracle jre 1.7_05, tomcat 7.0.28) with JVM arguments: -Xms8192m -Xmx8192m -XX:…

java out-of-memory java-7 mmap
Apple Retina Display Support in Java JDK 1.7 for AWT / Swing

I just became aware that AWT / Swing under Java JDK 1.7 (as of JDK 7u15) does not support Retina displays on …

java swing awt java-7 retina-display
validateTree in Java 7.x doesnt work (in Java 6.x was fine)

My version of java is: Java Plug-in 10.3.1.255 Using JRE version 1.7.0_03-b05 Java HotSpot(TM) Client VM So when I had …

java swing java-7 java-6
How should I use AsynchronousServerSocketChannel for accepting connections?

I would like to write an asynchronous server using Java 7 and NIO 2. But how should I use AsynchronousServerSocketChannel? E.g. …

java asynchronous nio java-7
JAXB mixed versions? undefined 'required' attribute

Im generating some classes from WSDL files with wsimport maven plugin @ Mule Anypoint Studio 3.5 with JDK 1.7_55 I'm using jaxb 2.2.7 and …

java jaxb jax-ws mule java-7
Circular Progress Bar for Java Swing not working

i've discovered this test project from Oracle site because i want to add a circular progress bar in my project. …

java swing java-7 paintcomponent jlayer