我安装了glassfish适配器并下载了glassfish服务器4.0,
我遵循了以下步骤:1)转到Servers视图,用鼠标右键单击,并在上下文菜单中选择New。
2)在可用服务器列表中选择Glassfish 4
3)选择了JDK和运行时名称GlassFish 4.0,并给出了已安装的glassfish服务器路径C:/ glassfish 4/glassfish 4/glassfish 4/glassfish,并得到了一条消息:“服务器版本4.0.0”。
但是next按钮还没有启用吗?
有人能帮我安装eclipse开普勒的玻璃鱼服务器吗?

发布于 2014-10-16 17:17:24
可能你的JDK有问题..。我认为您必须在这里下载一个新的JDK (jdk7):
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html安装好后,
Go to the 1st screen you have uploaded, and click "Installed JRE preferences"
click "Add...", "Next", "Directory", and select the new JDK folder previously installed
click "Finish"
And return to the "New Server" screen, select the new JDK and it will works (it's working for me today).https://stackoverflow.com/questions/26367279
复制相似问题