eclipse error: glassfish\domains\domain1 does not exist

前端 未结 8 1019
感情败类
感情败类 2020-11-30 13:03

I have java ee6 web profile sdk & I am using eclipse ee. I installed Glassfish plugin for eclipse using Download additional server adapters in the New Serve

8条回答
  •  广开言路
    2020-11-30 13:32

    I ran into this same problem and fixed it with the following:

    1. Open a command prompt and browse to C:\glassfish3\glassfish\bin (or whatever your glassfish directory is)
    2. Execute asadmin
    3. Type in create-domain --adminport 4848 domain1 (your debug port can probably be whatever)
    4. Go back into Eclipse and continue

提交回复
热议问题