-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gephi: add version 0.9.2 #7806
gephi: add version 0.9.2 #7806
Conversation
/verify
Add a suggest for Java 1.8 and a note that any other version won't work. |
All changes look good. Wait for review from human collaborators. gephi
|
Sorry I wasn't clear, I meant that it only works if Java 1.8 is installed from https://www.java.com/en/download/ (it probably only checks the registry), not through Scoop. So rather than a |
Oh, okay. No suggest then. Add the URL for Java 1.8 in the note too. |
Actually reading up a bit more I discovered the I will write an installer script to modify the conf file a bit later today. |
How can I get the Here is the post_install so far:
|
You can do a |
/verify |
All changes look good. Wait for review from human collaborators. gephi
|
@rashil2000 It's all ready now! The |
Closes [Request] Gephi #7794
Nothing to persist as config stored in
C:\Users\username\AppData\Roaming\.gephi
Caveat: requires Java 1.8 to be installed - does NOT detect Java installed using any manifest in the Java bucket nor does it accept any higher Java version, should this be added as a note?
Java issue would probably be fixed by Adding Java path to registry Java#119 as at the moment Java manifests only add
JAVA_HOME
environment variableI have read the Contributing Guide.