phpeclipse
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
参考:手把手教你搭建eclipse中的php环境
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/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
3、删除"\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs,可重新配置workspace路径
当前标题:phpeclipse
URL标题:http://scyanting.com/article/jopecc.html