Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans: Is it possible to install mulltiple Netbeans for each different development need?

Tags:

netbeans

I am using Netbeans for various development needs. But installing lots of plugin makes Netbeans very slow. Is it possible to have multiple Netbeans installation for each specific development need like Eclipse?

like image 875
Olcay Ertaş Avatar asked Dec 27 '22 21:12

Olcay Ertaş


2 Answers

There is an other way of having multiple Netbeans for different development needs. By using this method you do not have to have multiple installations or archived versions of the Netbeans. The only thing you have to do is provide a different user directory for each development profile. Here ara the steps:

  • Create a new folder for your new development profile. For example "Netbeans for PHP".
  • Create a new short cut for your new profile.
  • Add following paramater to short cut: --userdir pat-to-yor-new-folder
  • Open Netbens by clicing to your new short cut and deactivate plugin that you will not use

Windows short cut:
Windows short cut

Linux short cut:
Linux short cut

like image 115
Olcay Ertaş Avatar answered Mar 01 '23 22:03

Olcay Ertaş


Yes, you can download Netbeans archived binaries and store it on different locations on your HD. Latest version:
https://netbeans.apache.org/download/index.html
You might also want to read this

like image 41
Nir Alfasi Avatar answered Mar 01 '23 22:03

Nir Alfasi