Tagged Questions

For issues relating to setting up or using the Java Development Kit (JDK), version 7.

learn more… | top users | synonyms

29
votes
3answers
3k views

Java 7 language features with Android

Just wondering if anyone has tried using new Java 7 language features with Android? I know that Android reads the bytecode that Java spits out and turns it to dex. So I guess my question is can it ...
14
votes
7answers
7k views

How do I use JDK 7 on Mac OSX?

OK. This is a newbie question but I can't figure it out... I would like to use the WatchService API as mentioned in this link: ...
11
votes
1answer
390 views

Any current workarounds to use Sonar for Java 7 code?

I try to use Sonar on a Java 7 project (which relies on new syntactic features) and the PMD part and the Checkstyle part fail to parse those files. The Findbugs part fails to read Java 7 class files. ...
11
votes
2answers
1k views

JDK 7 class file backward compatibility with JDK 6

Which features of JDK 7 (excluding invokedynamic because it is not used by java) causing a new class file version which is not compliant with JDK 6. It seams that all features could be implemented by ...
10
votes
3answers
384 views

JDK7: new features related to type variables?

I remember to have read about a new feature of JDK7 (now also supported by the Netbeans editor, yet only in current trunk builds). This tiny feature wouldn't produce a warning anymore when instanceof ...
10
votes
2answers
867 views

Is MiGLayout going to be included in Java 7?

All I could find so far is this (open) Sun bug/RFE entry with 426 506 votes: http://bugs.sun.com/view_bug.do?bug_id=6530906 It's in third place in the list of RFEs. Tons of people have stated that ...
9
votes
2answers
504 views

Closures in Java - syntax differences between the three major proposals?

Three major proposals for adding closures to the Java language has been presented: BGGA (Bracha Gafter Gosling Ahé) also known as "full closures", by Gilad Bracha, Neal Gafter, James Gosling and ...
8
votes
3answers
590 views

Java 7 (JDK 7) garbage collection and documentation

Java 7 has been out for a while now, but I cannot find any good resources on the configuration of the garbage collectors, specifically the new G1 collector. My questions: Is G1 the default collector ...
7
votes
1answer
700 views

JDK7: Diamond inference syntax confusion

Try to compile the following code in JDK7: import java.nio.file.*; public final class _DiamondSyntaxErrors { public interface InterfaceA<T> { } public abstract static class ...
7
votes
3answers
1k views

JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard?

There seem to be two different JSRs for annotations. JSR-305: Annotations for Software Defect Detection (additional resource) JSR-308: Annotations on Java Types (additional resource) Both seem to ...
6
votes
2answers
111 views

JDK 1.7 Throwable `addSuppressed()` method

Well, I get through related questions, I read the source code of JDK 1.7, but I don't find the answer. In this question I want to completely ignore fillInStackTrace. As of JDK 1.4 initCause() method ...
6
votes
4answers
132 views

Can Java MethodHandles be considered the same as first class functions?

Java Method Class and Java 7's MethodHandle Class both refer to objects that are associated to methods, but still they are rarely used and when a function needs to be passed to another, it is ...
6
votes
1answer
80 views

java @SafeVarargs why do private methods need to be final

I have a private method in an inner class which is private I would like to use the SafeVarargs annotation. However, I am required to either have a static or final method. Why does a private method ...
6
votes
1answer
331 views

Why does this override of a generic method work with 1.6, but not 1.7?

Given the following class, which overrides the getListeners method from AbstractListModel: import java.util.EventListener; import javax.swing.AbstractListModel; public class GenericBug extends ...
6
votes
2answers
247 views

Is JDK7 safe to use now?

I have recently learned that there are bugs in JDK7 for hotspot compiler optimization. See this thread. I don't quite understand the details of these bugs, but they seem to be related to loop ...
5
votes
1answer
162 views

Drag and drop differences between JDK1.6 and JDK1.7

Does anybody know about differences in the drag-and-drop behavior between JDK1.6 and JDK1.7 ? I encountered a difference (illustrated below) when drag-and-dropping an URL from a browser onto an ...
5
votes
0answers
171 views

How do I get unit test to run in java 7: java.lang.VerifyError: Expecting a stackmap frame at branch target

Hi I am running a maven test using maven 3.0.3 with hibernate 4.0.0 Final release and spring 3.1 on jdk7 update 2. I get the following error. Caused by: java.lang.VerifyError: Expecting a ...
5
votes
2answers
279 views

Is it possible to have a translucent windows in java 7 including a title bar?

Related to this question: Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7? with jdk1.6.0_26 I seem to be able to apply translucency to a JFrame, but not so ...
5
votes
1answer
389 views

Java 7 - Multiline strings

I've read that multiline string literals were proposed to be added in Java 7. Although I can't find any documentation saying definitely that they have been. I'd like to know if they are, because ...
4
votes
2answers
238 views

HTTP Client with NIO2

Have someone familiar with HTTP Client that based on JDK7 and NIO2, Implementation that use: AsynchronousSocketChannel I am looking for implementation that based on NIO2 and can scale out unlimited, ...
4
votes
1answer
636 views

GWT compatibility with JDK 7 new features

For example, JDK 7 is capable of switch(String) rather than just switch(Number/Enum). If I wrote a GWT client that has switch(String) in its code, will there be any problems? switch(String) is one ...
4
votes
3answers
4k views

JDK 7 with Android SDK R13 in windows 7

I want to use JDK 7 64bit for android development. But in system requirement of android development it is said that it need's "JDK 5 or JDK 6". Is there any problem if i want to use latest JDK 64bit ...
4
votes
2answers
376 views

Is it “safe” to develop for the JDK7 platform?

We have a project which (assumed) would be finished in 1-2 years. By then, the JDK7 (and hopefully the Java7 JCP spec) should be ready. But, I wonder, how probable is the "danger" that Oracle will ...
4
votes
2answers
247 views

Will Closures be supported in the final JDK 7 or not? [closed]

Possible Duplicate: Closures in Java 7 There are so many articles and web pages about Closures in JDK 7. As i remember, first they said that Closures will be in JDK7, then they said that ...
3
votes
2answers
164 views

New features in JDK 1.6 and 1.7

I know JDK 1.5 pretty well. As we all know, besides new API (such as AtomicInteger, for example), there were major language changes such as providing support for generic, adding enum, prividing ...
3
votes
2answers
246 views

m2Eclipse plugin with maven 3.0.3, no compilation errors, and jre5 with jdk7

Question about the m2 eclipse plugin. Currently I have "Eclipse Java EE IDE for Web Developers", the most recent update. I have the m2 eclipse plugin installed, and have started a normal java ...
3
votes
3answers
105 views

How can polymorphism be achieved with JDK7's invokedynamic

Assume that I am implementing a dynamically typed language on top the JVM 7, which supports the invokedynamic instruction to link methods at runtime. The dynamically typed language has a function add ...
3
votes
1answer
200 views

Any issues migrating from JDK6 to JDK7 with Spring & Tomcat?

I'd like to take advantage of some JDK7 features. What issues might I run into given that I use Apache Tomcat 7.0.x (latest) and Spring 3.1 (latest)?
3
votes
3answers
130 views

Is there really `ResultSet.getObject(String, Class<T>) in JDK7?

I see quite a few changed interfaces in JDK7, e.g., the addition of ResultSet.getObject(String, Class<T>). I was greatly surprised by this incompatible change, especially because I've never seen ...
3
votes
1answer
490 views

How can I use Java 7 with Eclipse Indigo 3.7.1

From what I understand Eclipse Indigo 3.7.1 should now have support for Java 7. I downloaded Eclipse 3.7.1. and JDK 1.7.0 and added JRE7 in the settings in Eclipse. Then I created a new project using ...
3
votes
1answer
667 views

IntelliJ, Maven and Java 7

So I opened an existing project in IntelliJ 10.5 as a maven project. I had first added the JDK 7 to my list of SDKs in order to try out the features. However for some reason my mvn commands would ...
3
votes
2answers
217 views

How should I maintain JDK7 projects, so that they automatically could be downgraded for JDK6?

I have few own APIs with around 2000 classes overall. Some of them use the new Path API from JDK7. Most other classes, however, do not rely on any new JDK APIs or new language features. So most ...
3
votes
4answers
680 views

Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7?

Here's the example. If you build and run TranslucentWindow in let's say, NetBeans IDE 7.0, which supports jdk7, you'll get the following exception: Exception in thread "AWT-EventQueue-0" ...
3
votes
3answers
2k views

Java 7 switch statement with strings not working

According to The Java Tutorials, in Java SE 7 and later, you can use a String object in the switch statement's expression. String s = ... switch(s){ //do stuff } But is this true? I've ...
3
votes
1answer
131 views

Inferred generic types and the backtick in JDK7

I have been making my way through the Java Tutorial and have been reading about generic type inference in JDK7. I came across the following syntax... class MyClass<X> { <T> MyClass(T ...
3
votes
3answers
279 views

java compiler's target version “jsr14” with JDK7/8

Can anybody tell me the jsr14 target option of javac will be still available with JDK7/8? Say, $ javac -source 1.5 -target jsr14 Hello.java
3
votes
1answer
169 views

How can I tell file deletion from directory deletion using JDK 7?

I am using JDK 7's WatchService to monitor directories. The ENTRY_DELETE event tells me an entry has been deleted. I can get the name of that entry doing something similar to: WatchEvent<Path> ...
3
votes
2answers
402 views

Java Closures - Current State

There have been many threads that correspond to this topic. http://stackoverflow.com/questions/116865/whats-the-current-state-of-closures-in-java ...
2
votes
1answer
73 views

Maven build successful with JDK6, but failing with JDK7

I have a flex application that builds fine with JDK6. Maven debug logs show the following message for a missing POM file: [WARNING] Missing POM for ...
2
votes
2answers
43 views

Difference between installing an JDK and using the dump

All, I wanted to know what is the difference between installing an JDK using the installer provided by Oracle and using the JDK directory that is created after installation. Say I installed JDK7u1 ...
2
votes
2answers
425 views

How to replace com.sun.image.codec.jpeg.JPEGImageEncoder in this code?

I have used com.sun.image.codec.jpeg.JPEGImageEncoder to handle JPEG images, like charts and others, in my webapp. Now, I am updating my machine to use JDK7, but this version deprecated this class. ...
2
votes
2answers
46 views

How to implement forkjoin for a series of action which is done in for loop for now

I have a list of senders for them I have to parallely send mails individually.Currently I am iterating over the list construct the body (as it is different for different people) and then sending them. ...
2
votes
1answer
104 views

Running Eclipse Indigo on JDK7

I tried to run Eclipse Indigo on a JDK7 on Windows 7 32bit, But Eclipse.exe complains with a dialog telling me that no java virtual machine was found after searching at the given location. I've ...
2
votes
1answer
385 views

JDK 7 is out! we have InvokeDynamic! is [Groovy, Scala, Clojure, JRuby, Jython, etc] using it? [closed]

We can access that long waited InvokeDynamic feature. But are those dynamic languages out there using it? (I mean Groovy, Scala, JRuby, Jython, Clojure, etc) And more important: at the end of the day ...
2
votes
1answer
414 views

Set ant bootclasspath: JDK 1.7 has a new javac warning for setting an older source without bootclasspath

How do I set the ant bootclasspath in conjunction with -source 1.5 -target 1.5? How can this not be a hardcoded path to the 1.5 JDK? Can I set an environment variable to bootclasspath similar to how ...
2
votes
1answer
274 views

JSE 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?
2
votes
1answer
168 views

Problems calling a variadic Java function from Clojure

I'm having a play with the Java NIO.2 API from JDK 7. In particular, I want to call the method: Paths#get(String first, String... more) This is a static method which takes in at least one string, ...
2
votes
4answers
218 views

How to start playing with JDK7

Since i read that the early release of JDK7 was available for developers to play with i decided to have a look. About 5 minutes later after trying to play with some of the project coin features i ...
2
votes
2answers
189 views

Is there an available build demonstrating new JDK 7 features?

I wish to test the new features that will came with the next JDK like project coin, project lambda etc. but the last JDK 7 to download will not have any already implemented! From which build can I ...
2
votes
3answers
404 views

Are Open JDK and JDK7 the same thing?

Are Open JDK and JDK7 the same thing?

1 2