Search code examples
javajakarta-eenetbeansglassfish

Adding Glassfish Server 5.0 in netbeans 8.2


When i specify the directory of Glassfish 5.0, i get this message in the IDE :

No usable default domain. Use Next to create a personal domain.

But, there is already a domain (domain1) and i don't want to create another one.

My question is : How to solve this problem ?! Or how can i make Netbeans find the existing domain ?


Solution

  • After a lot of research, it turned out, that, to be able to perform such task, you have to run NetBeans 8.2 as Administrator (under Windows). If you do so, the "No usable default domain. Use Next to create a personal domain." will not be displayed.

    I hope it can help other people.