Posts Tagged ‘netbeans’

8
Oct

Netbeans (Linux) “too many open files” error

   Posted by: myururdurmaz    in Java, Linux, Uncategorized

Edit /etc/security/limits.conf add these lines

username soft nofile 4096
username hard nofile 8192

remember change “username” with your username.
relogin and enjoy.

Bookmark and Share
Tags: , ,

Tags: , ,

1
Mar

netbeans web servisleri 64bit

   Posted by: Muhammed YÜRÜRDURMAZ    in Java

üzerine 32bit jdk kurup web servislerini çalıştırmaya çalıştığınızda çalışmıyor. 64bit jdk deneyin

Bookmark and Share
Tags: , , , ,

Tags: , , , ,

25
Feb

netbeans ile php debug

   Posted by: İsmail ÇAKIR    in php

idesinde kodlarınıza yapmak isterseniz;

paketini kurun

sudo apt-get install php5-xdebug

daha sonra

/etc/php5/apache2/php.ini dosyasını editleyip aşağıdaki satıları ekleyin;

xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000

apacheyi restart edip hatalarınızı bulmaya başlıyabilirsiniz.

Bookmark and Share
Tags: , , , ,

Tags: , , , ,

Switch to our mobile site