Re: Global plugin installation in Linux

2019-10-16 Thread Laszlo Kishalmi
That would prevent users trying to install anything globally. There are some plugins which prefers to be installed globally. It is just a convenience default for such installations. On 10/16/19 4:04 PM, Ulf Zibis wrote: Hi Laszlo, Why? -Ulf Am 17.10.19 um 00:13 schrieb Laszlo Kishalmi: A

Re: Global plugin installation in Linux

2019-10-16 Thread Ulf Zibis
Hi Laszlo, Why? -Ulf Am 17.10.19 um 00:13 schrieb Laszlo Kishalmi: > Add the following commandline argument in netbeans.conf to disable > install plugins globally when you finihsed the installation of them: > > -J-Dplugin.manager.install.global=false > > > On 10/16/19 3:08 PM, Ulf Zibis wrote: >

Re: Global plugin installation in Linux

2019-10-16 Thread Laszlo Kishalmi
Add the following commandline argument in netbeans.conf to disable install plugins globally when you finihsed the installation of them: -J-Dplugin.manager.install.global=false On 10/16/19 3:08 PM, Ulf Zibis wrote: For me it works with installing NB 11.1 as root, then start it once as root, an

Re: Global plugin installation in Linux

2019-10-16 Thread Ulf Zibis
For me it works with installing NB 11.1 as root, then start it once as root, and install the plugins with "Force install into shared dierectory" in "Settings". -Ulf Am 13.10.19 um 20:04 schrieb Nikos Platis: > Hello, > > I am maintaining a computer lab for my Department and students use > Netbean

Re: Global plugin installation in Linux

2019-10-13 Thread Geertjan Wielenga
Yes, that is a good approach. In 11.2, we’re moving away from the JS parser needing to be installed separately, in 11.3 (January next year) we’ll hopefully be able to bundle C/C++ integration, and in 12.0 (April next year) we’ll hopefully not need to have users install nb-javac at startup. All th

Re: Global plugin installation in Linux

2019-10-13 Thread Emilian Bold
The CoolBeans distribution (http://coolbeans.xyz ) seems like a good fit for you. Based on 11.1, comes with the up-to-date C/C++ plugins. --emi On Sun, Oct 13, 2019 at 9:05 PM Nikos Platis wrote: > > Hello, > > I am maintaining a computer lab for my Department and students use Netbeans > for se

Global plugin installation in Linux

2019-10-13 Thread Nikos Platis
Hello, I am maintaining a computer lab for my Department and students use Netbeans for several courses. In version 8.2 the main plugins (for Java, C++) were installed for all users globally since a suitable package existed. In the new version 11.1, even for Java, each user has to install some pl