Skip to content
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

[0.9 nightly] Java 7 not found #1219

Closed
Yomguithereal opened this issue Dec 15, 2015 · 3 comments
Closed

[0.9 nightly] Java 7 not found #1219

Yomguithereal opened this issue Dec 15, 2015 · 3 comments

Comments

@Yomguithereal
Copy link

When starting gephi bin on Ubuntu 12, the program tells me "Java 7 standard edition or newer required" while I do have a Java 7 installed (openjdk) and a valid JAVA_HOME.

However, the error can be circumvented by launching gephi likewise:

./gephi --jdkhome $JAVA_HOME
@RouxRC
Copy link

RouxRC commented Dec 15, 2015

same here:

$ java -version
java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
$ bin/gephi
Error window saying to give proper jdkhome path
$ bin/gephi --jdkhome /usr/lib/jvm/java-7-openjdk-amd64/
Good

@Yomguithereal Yomguithereal changed the title [0.9 nighlty] Java 7 not found [0.9 nightly] Java 7 not found Dec 15, 2015
@mbastian
Copy link
Member

Thanks for the report, this is due to the way the netbeans launcher is designed, which is something we don't tweak at this point. I don't actually understand why the launcher doesn't try to look for JAVA_HOME, seems pretty straightforward. Some details here https://netbeans.org/bugzilla/show_bug.cgi?id=198950

@wetneb
Copy link
Member

wetneb commented Dec 3, 2021

This can be closed now that the JRE is embedded in the forthcoming releases on all platforms.

@wetneb wetneb closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants