Top "Java-7" questions

Java SE version 7 was released in 2011.

What kind of pitfals exist for the Android APK signing?

Disclaimer: I know the basics of signing an APKs and I have a problem with only one of my projects …

android maven java-7 jarsigner
JAVA_HOME environment variable does not point to JDK or JRE

I've got a problem when starting up java application (.exe) instead of .jar . FYI, I've got a procedure on the …

java java-7 exe4j
Does Android plan to support Java7?

As Android does not currently support java7, I find myself wondering if they have made an official comment if they …

android java-7 dalvik
functional interfaces of java 8 in java 7

are the functional interfaces of java 8 available somewhere (i.e. a jar) so I can use them in a Java 7 …

java compatibility java-7 java-8
The constructor InputStreamReader(File) is undefined

import java.io.*; public class Streams { public static void main(String[] args) { File homedir = new File(System.getProperty("user.home")); …

java java-7 bufferedreader fileinputstream inputstreamreader
How to get CPU, RAM and Network-Usage of a Java7 App

I found this older article how-to-monitor-the-computers-cpu-memory-and-disk-usage-in-java and wated to ask, if there is something new in java 7. I want to …

java networking cpu java-7 ram
JList fires valueChanged twice when a value is changed via mouse

I recently encountered a bug in java where JList will fire the valueChanged() method twice when changing a value with …

java swing jlist java-7 listselectionlistener
Getting error with sun.net.ftp.FtpClient by using JDK 1.7

I have developed a project that uses sun.net.ftp.FtpClient class to download a file from an ftp server …

ftp java-7 ftp-client sun
Getting FileSystemException "A required privilege is not held by the client" using Files.createSymbolicLink in Play Framework

I'm trying to use the new Java 7 Files.createSymbolicLink() method within Play! Framework, and I got the following exception: RuntimeException …

java permissions playframework nio java-7
Performance of the compiled vs. interpreted javascript in java7 / Rhino

I have a problem with performance of Rhino javascript engine in Java7, shortly - my script (that parses and compiles …

javascript java-7 rhino