I also came across this problem, while clicking Next button nothing happens.
I noticed on the Error log panel, that a java.lang.NoClassDefFoundError
has been thrown:
...
Caused by: java.lang.ClassNotFoundException: org.eclipse.sapphire.ui.SapphirePropertyEditorCondition cannot be found by com.liferay.ide.eclipse.portlet.ui_1.6.2.v201303111029
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:432)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 108 more
,that is there has to be something wrong with my earlier installed Liferay plugin.
I thought Liferay plugin update can solve this issue, however it was up-to-date. Since I don't need that plugin currently, uninstalled it from eclipse.
After eclipse restart it was as easy to configure a new glassfish server as it is seen in many blogs, articles and youtube video-s.
Hope to help You!