Using irc in NetBeans IDE 7.2

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Fri, 7 Sep 2012 06:41:05 +0000 Indexed on 2012/09/07 9:44 UTC
Read the original article Hit count: 228

Filed under:

Turns out to be easy to use irc in NetBeans IDE 7.2. Install Irssi (I was able to do apt-get to install it), which has a handy guide here, and then use the Terminal window in NetBeans IDE (Window | Output | Terminal):

In the above, do this:

irssi
/connect irc.freenode.net
/join #netbeans

Then, next time you have a problem in NetBeans IDE or there's some question you have about how to do something, just type your question in the Terminal window and someone will help you, if someone is there who knows the answer.

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE