how to fix “Failed to write core dump. Core dumps have been disabled” error while running java

后端 未结 4 1469
余生分开走
余生分开走 2020-12-06 11:22

i am using eclipse to develop a web application and i have encountered a problem when i am trying to run my application on server from within eclipse.

#
# A         


        
4条回答
  •  误落风尘
    2020-12-06 11:40

    In linux mint 16, for me, the solution was change the eclipse theme from GTK to Classic and write in eclipse.ini this:

    -Dorg.eclipse.swt.browser.DefaultType=mozilla

提交回复
热议问题