User login

Installing NetBeans 7 on Ubuntu 11.10

Install the prerequisites via the command line:

sudo apt-get install openjdk-7-jdk openjdk-7-jre

Note: This will take a while and you will have to respond yes ("y") to the questions.

Then download Netbeans from their site and run the installer. We use the PHP only version.

Note: the installer will probably be located in /home/[username]/Downloads. To run you may need to cd to the Downloads directory, change the permissions using the chmod command, and then run with "./[installer_name]".

http://netbeans.org/downloads/index.html

Git plugin. Install it from within netbeans: Tools -> Plugins

(Same as http://plugins.netbeans.org/plugin/37577/git-versioning-system-support )

http://netbeans.org/kb/docs/ide/git.html


Netbeans on Mac using Apache running on an Ubuntu VM

[OLD NOTES: I ended up going with an all-on-Ubuntu approach, so these directions are not complete.]

On Linux:

$ sudo vi /etc/php5/conf.d/xdebug.ini
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable = 1
xdebug.remote_host = 172.16.214.1

On Mac OS X, to get the :

$ ifconfig
vmnet8: flags=8863 mtu 1500
    ether 00:50:56:c0:00:08 
    inet 172.16.214.1 netmask 0xffffff00 broadcast 172.16.214.255
Searched words: 
net beans

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.