Top "Netbeans" questions

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

Comment/uncomment a block of code in NetBeans shortcut

Is there a shortcut in NetBeans to highlight a block of code and comment/uncomment it?

java netbeans
How to enable PHP support in Netbeans?

On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked …

php netbeans ubuntu netbeans-7 netbeans-plugins
Does anyone know how to zoom in on NetBeans code?

I want to enlarge the code I've written in NetBeans so it's easier to read. I can enlarge the output …

netbeans
Sending mail error, javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;

Here is my code import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Session; …

java netbeans jakarta-mail sendmail connectionexception
How to change default encoding in NetBeans 8.0

I'm wondering if I can change default encoding in NetBeans 8.0... I searched a lot but I haven't find a way …

netbeans encoding
How can I create a bar in the bottom of a Java app, like a status bar?

I am in the process of creating a Java app and would like to have a bar on the bottom …

java swing netbeans statusbar
netbeans shows "Waiting For Connection (netbeans-xdebug)"

need help to configure xdebug, for debugging projects from IDE netbeans. These are the features of my components: XAMPP 1.8.2 PHP: 5.4.16 …

php windows apache netbeans xdebug
Debugging php-cli scripts with xdebug and netbeans?

I have managed to initiate php-cli script debug session from the IDE itself, but I need to start the debugging …

command-line netbeans xdebug php
Producing executable jar in NetBeans

I'm using NetBeans 6.5 and for some reason it won't produce executable jar "out of the box". I set my project …

java netbeans jar executable manifest
Apache Tomcat 7.0.14:build-impl.xml:1111: The module has not been deployed

While deploying a project in Netbeans7.4 It is not deploying project in Apache Tomcat 7.0.14 am it is showing following E:\…

java netbeans tomcat7 netbeans-7 meta-inf