Prihlásiť

NetBeans


NetBeans with Java 7 FTP Error

12. 2. 2013 Zobraziť článok

FTP upload does not work with Java 7 on Windows 7 in NetBeans IDE 7.2.1.

Solution

Configure an inbound firewall rule to allow inbound FTP connections to only the ports on which FTP is listening (source)

  1. Open an Administrator command-prompt. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator.

  2. Run the following command:

    netsh advfirewall firewall add rule name=”FTP Service” action=allow service=ftpsvc protocol=TCP dir=in
    
  3. Finally, disable stateful FTP filtering so that the firewall does not block any FTP traffic.

    netsh advfirewall set global StatefulFTP disable
    

Zobraziť článok

Multi-Row Tabs in NetBeans

15. 5. 2012 Zobraziť článok

Multi-row tabs feature will be in NetBeans ver. 7.2. Finally!

Options - Miscellaneous - Windows

NetBeans7.2-multi-row-tabs.jpg
Zobraziť článok