Hi,
I wanted to know if we can run two instances of gephi at the same time ?
Regards,
Nishchal.
[SOLVED] Two instances of gephi
-
- Posts:5
- Joined:18 Apr 2011 19:01 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Two instances of gephi
Gephi is based on the NetbeansPlatform, which defines the same default user directory (where it will store various information) at startup. It basically means that you can't run several instances of an application based on this platform, including gephi I think 
Yet as far as I know, under linux you can change the value of the variable in the run script located in $GEPHI_DIR/bin to specify another user directory. Under windows I don't know how to do this.
Here is more information about that:
http://wiki.netbeans.org/DevFaqUserDir

Yet as far as I know, under linux you can change the value of the
Code: Select all
userdir
Here is more information about that:
http://wiki.netbeans.org/DevFaqUserDir
-
- Posts:8
- Joined:20 Apr 2011 14:05 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Two instances of gephi
If you really want to run 2 Gephi instances you can use a virtual machine.