How do I use Glass fish server with eclipse luna for Java EE?

馋奶兔 提交于 2019-12-01 19:21:42

Download the Glassfish4 and extract it. When adding glassfish server to the Eclipse locate the glassfish folder inside the Glassfish4 folder. And there you go. Eclipse EE doesn't come with any server, only with tools for EE development.

Vitali Naumov

After installing 'GlassFish Tools for Luna' from marketplace, get glassfish-4.0.zip, extract it (folder glassfish4 appeared). Select Window - Preferences - Server - Runtime Environment - Add..., select GlassFish4 - Next, specify Server Root as absolute path glassfish subfolder for glassfish4 folder that appeared after extract (like /home/(username)/glassfish4/glassfish - I use Xubuntu). Click Finish. Setup is completed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!