[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2017-07-06T18:50:25+01:00 https://forum-gephi.org/app.php/feed/topic/3580 2017-07-06T18:50:25+01:002017-07-06T18:50:25+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=14475#p14475 <![CDATA[Re: installation problems]]> http://oss.sonatype.org/service/local/a ... dows&p=exe

Statistics:Posted by eduramiba — 06 Jul 2017 18:50


]]>
2017-07-06T00:05:55+01:002017-07-06T00:05:55+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=14473#p14473 <![CDATA[Re: installation problems]]> Statistics:Posted by jeansinger — 06 Jul 2017 00:05


]]>
2015-01-11T23:09:26+01:002015-01-11T23:09:26+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10993#p10993 <![CDATA[Re: installation problems]]> Statistics:Posted by jbrener — 11 Jan 2015 23:09


]]>
2014-12-06T10:54:25+01:002014-12-06T10:54:25+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10930#p10930 <![CDATA[Re: installation problems]]> Statistics:Posted by elassoj1 — 06 Dec 2014 10:54


]]>
2014-11-17T10:33:34+01:002014-11-17T10:33:34+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10887#p10887 <![CDATA[Re: installation problems]]> Can you please help me?
windows 8.1
C:\Program Files\Java\jdk1.7.0_71

Statistics:Posted by fareeha — 17 Nov 2014 10:33


]]>
2014-11-12T18:30:58+01:002014-11-12T18:30:58+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10873#p10873 <![CDATA[Re: installation problems]]> the config file reads ...

# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/0.8.2/dev"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/0.8.2/dev"

# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Xverify:none -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true -J-Dplugin.manager.check.interval=EVERY_DAY"
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea

# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch jdkhome="C:\Program Files (x86)\Java\jre1.8.0_25"

# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=

However this still does not work - the location of my java file is .. C:\Program Files (x86)\Java\jre1.8.0_25

Statistics:Posted by Joshua20 — 12 Nov 2014 18:30


]]>
2014-11-08T17:43:52+01:002014-11-08T17:43:52+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10854#p10854 <![CDATA[Re: installation problems]]>
... and reassure me it will work on Windows 7 64-bit.

thanks!

patti

Statistics:Posted by panklam — 08 Nov 2014 17:43


]]>
2014-10-21T15:54:49+01:002014-10-21T15:54:49+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10809#p10809 <![CDATA[Re: installation problems]]> Statistics:Posted by tedhowell — 21 Oct 2014 15:54


]]>
2014-10-10T06:01:00+01:002014-10-10T06:01:00+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10768#p10768 <![CDATA[Re: installation problems]]> Statistics:Posted by prankor — 10 Oct 2014 06:01


]]>
2014-09-20T01:04:12+01:002014-09-20T01:04:12+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10729#p10729 <![CDATA[Re: installation problems]]>
I did exactly as you said and the gephi worked properly.

Statistics:Posted by patricia.aparecida — 20 Sep 2014 01:04


]]>
2014-09-16T20:07:09+01:002014-09-16T20:07:09+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10712#p10712 <![CDATA[Re: installation problems]]>
You need Java Development Kit (JDK) 1.7 to run Gephi, I had version 1.8 but it did not work, I installed 1.7 and I have Gephi running perfectly on windows 8 (x64) with Java 1.7 (x64).
The good news is that you do not need to uninstall Java 1.8, you can install Java 1.7 at the same time.

Instructions:
1. Head over to http://www.oracle.com/technetwork/java/ ... 80260.html and install Java 1.7
2. Go to your Gephi installation folder (probably C:\Program Files (x86)\Gephi-0.8.2) and locate the folder etc
3. Inside etc folder you will find a file named gephi.config, open this file with notepad.
4. Search for the keyword #jdkhome="/path/to/jdk"
5. Once you find this part of code, remove the # from the beginning since the machine will not execute this code and it will consider it as comment.
6. Replace the text inside double quotations /path/to/jdk with the directory address of your Java folder. In order to find your Java folder, check your windows drive (probably C:), and go to Program Files, and find the folder Java, inside that folder you will find a folder that starts with "jdk1.7". You need to copy the address of this folder and paste it instead of /path/to/jdk in the gephi.config file.
For me it was C:\Program Files\Java\jdk1.7.0_67.
7. Save the config file, if you are not allowed to do so save it on some other place and once done, replace it on the original file.

So to sum up, remove the # from gephi.config, replace the JDK path with your Java1.7 folder, and you're done!

Let me know if you have any questions, and please let me know if I can make these instructions any better in any way since I'd wish for it to be the ultimate solution for everyone, I had to run around in the forum to figure what I have to do.

Statistics:Posted by masoud — 16 Sep 2014 20:07


]]>
2014-09-14T11:30:46+01:002014-09-14T11:30:46+01:00 https://forum-gephi.org/viewtopic.php?t=3580&p=10703#p10703 <![CDATA[installation problems]]> Statistics:Posted by patricia.aparecida — 14 Sep 2014 11:30


]]>