Im trying to launch glassfish-4 using glassfish-eclipse-plugin. Unfortunately it does not seem to recognize the JDK-8 Release candidate i just installed (The "Finish" button stays disabled).

enter image description here

Finish button will be enabled if i select a java 7 jdk

Is there any options to work around this?

有帮助吗?

解决方案

Now Lambda support works "out-of-the-box" if using below combination of software

Oracle JDK 8

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Glassfish from 4.01 branch

http://dlc.sun.com.edgesuite.net/glassfish/4.0.1/nightly/latest-glassfish.zip

Eclipse 4.4 Luna

http://www.eclipse.org/downloads/ (pick the java ee package)

其他提示

I had the same problem getting Eclipse Luna and Glassfish to play nicely. I scrapped everything, re-download and installed eclipse-jee-luna-R-win32-x86_64. And then upon creating a new dyanmic web app in Eclipse I had install a new extension for the server runtime environment. That extension was the GlassFish Tools extension from Oracle v7.2.1.2014071142. An Internet connection was required in order for Eclipse to find this. And Voila! So far, so good. Your mileage might vary.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top