Web Projects Consulting

[Upgrade] Netbeans PHP IDE 7.0 in Fedora Linux

Netbeans 7.0 is out. New features (in PHP edition):

  • Generate PhpDoc
  • Rename refactoring, Safe Delete Refactoring
  • PHP 5.3 – Support for aliases

If you are new to Netbeans on Linux, see this post to install it.

Also, previous upgrade article is available here.

To upgrade, follow these simple steps. Download Netbeans from the home site.

mkdir -p ~/software
mkdir -p ~/bin
mv netbeans-7.0-ml-php-linux.sh ~/software
cd ~/software
chmod a+x netbeans-7.0-ml-php-linux.sh
sudo ./netbeans-7.0-ml-php-linux.sh

Netbeans 7.0 installer runs and installs the IDE to /usr/local/netbeans-7.0/.

update, netbeans 7.0, Linux, Fedora

Now create/edit the launcher:

gedit ~/bin/netbeans.sh

Cut and paste:

#!/bin/sh
export AWT_TOOLKIT=XToolkit
/usr/local/netbeans-7.0/bin/netbeans --nosplash --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on

run, netbeans 7.0, Linux, Fedora

Search this site for “netbeans” to find more articles and clues on how to configure and run this great IDE in Linux.

netbeans-7.0-ml-php-linux.sh

2 thoughts on “[Upgrade] Netbeans PHP IDE 7.0 in Fedora Linux

Leave a Reply

Your email address will not be published. Required fields are marked *


This site uses Akismet to reduce spam. Learn how your comment data is processed.

Web Projects Consulting
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.