Howto shares a NetBeans profile on 3 computers and 4 separate operating systems (Windows and Linux)?

I use 3 different computers and 4 separate OS (Windows and Linux) and I want to get rid of the need to install plugins correctly, formatting settings are the same, other settings are the same, etc. I do not want to copy them.

Sharing multiple windows is simple, you just need to set the --userdir switch to a location. However, one of the OSs is Ubuntu linux, and from this post , it looks like it will not work.

I actively use both Windows and Linux for development, so this is a problem. What can I do to make cross-profile compatible? Even better, is there a plugin that does this automatically?

+3
source share
1 answer

I have been doing this for quite some time. Mostly here, how I did it

  • I have a folder .netbeanson my portable hard drive that contains a profile
  • Each machine has its own netbeans installation due to performance issues. All I do is change the configuration file etc/netbeans.confand set it to the path for this machine (remember that the drive is mounted in different letters and locations).
+2
source

Source: https://habr.com/ru/post/1753235/


All Articles