Olcay Ertaş
Olcay Ertaş

Reputation: 6228

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

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?

Upvotes: 5

Views: 5901

Answers (2)

Nir Alfasi
Nir Alfasi

Reputation: 53525

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

Upvotes: 4

Olcay Ertaş
Olcay Ertaş

Reputation: 6228

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

Upvotes: 6

Related Questions