Problems with glassfish 4 Debug in IDEA 12.1

前端 未结 6 2048
栀梦
栀梦 2021-01-02 03:57

I\'m trying to debug glassfish 4 application in IntelliJ IDEA12.1 and am getting the following:

D:\\tools\\glassfish4\\glassfish\\bin\\asadmin.bat start-doma         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 04:12

    Had also trouble with that after upgrading to GF 4.1. Problem was, that IntelliJ itself was running under 1.6 VM. GF 4.1 comes with 1.7 compiled classes. Switching IntelliJ JDK to 1.7 solved that deployment trouble.

提交回复
热议问题