-
Hi, i read a tutorial in the Play for java book. The book no using java8 lambdas or streams in the example model class. When i replace this:
``` java
public static Product findByEan(Long ean) {
…
-
Currently we use java7, and we install system-wide. I don't know how easy it would be to enable java8 as well, but it's worth consideration
-
Was doing this first tutorial,
I have Java8 64 bit installed.
Seems like Play uses its own version (running Java 1.7.0_51),
It all seems to run but when I open a chrome browser @ http://localhost:90…
-
Running a Maven clean install-build on HEAD causes an error because of an annotation applied to the package in package-info. Are you using CI (@pre-push)?
Also, following the tutorial with the pre-bu…
-
Following the tutorial to the letter yields Java compile errors because the classes of the shared-3.0.0.jar cannot be found. Adding that dependency by hand doesn't help. Would it be an idea to have a …
-
so my app which opened under jruby 1.7.4 and JDK 1.7.0.45 crashed when I try to open it with either jruby 1.7.4 or 1.7.6 under JDK 1.8
btw, my understanding is that JDK 1.8 comes JavaFX ready
jrub…