Here's what you can do to help:
1) Grab a recent nightly build of GlassFish 4 from here: http://dlc.sun.com.edgesuite.net/glassfish/4.0.1/nightly/
2) Install the build, and configure it to use your installation of Java SE 8 by doing the following:
Set the AS_JAVA property within your
<glassfish-path>\glassfish\config\asenv.conf configuration file equal to your Java 8 installation.
On OS X, this would look like the following:
3) Test your Java EE applications under GlassFish 4 using Java 8, and submit any reproducible issues to the Issue Tracker: https://java.net/jira/browse/GLASSFISH
- Please include the steps to reproduce the issue(s) when submitting them to the tracker. The more information, the better!
If we do our part as a community, we can help GlassFish to become more stable on Java 8, and then we should see a stable 4.x release sanctioned for use with Java 8 sometime in the future.
HelloType helloLambda =
(String text) -> {System.out.println("Hello " + text);};
helloLambda.hello("GlassFish 4 on JDK 8");
No comments:
Post a Comment
Please leave a comment...