您好,登錄后才能下訂單哦!
1、啟動報錯:Failed to create the Java Virtual Machine
解決方法:刪除eclipse.ini
2、help-Install New Software...-work with:中填入
http://download.eclipse.org/tools/pdt/updates/4.3
http://downloads.zend.com/pdt
php.ini 去掉
[XDebug]
;zend_extension = "D:\xampp\5.5.27\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "D:\xampp\5.5.27\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable = 0
;xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "D:\xampp\5.5.27\tmp"
中每行前面的分號
xdebug.remote_enable = 0改為xdebug.remote_enable = 1
httpd-xampp.conf 中添加
Alias /workspace/ "D:/workspace/"
<Directory "D:/workspace/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
3、刪除"\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs,可重新配置workspace路徑
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。