Vuze Forums

Full Version: openSUSE 13.2 64bit openjdk 1.8.0_40 - OOPS no valid JRE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Brand new installation of openSUSE 13.2 64 bit, downloaded Vuze, extracted. When starting it gives an error:

OOPS, you don't seem to have a valid JRE

[Image: 0_ea141_d54a6dea_orig.png]

As you can see I have default installed openjdk 1.8.0_40

Any ideas how to make Vuze working?

Thanks

 
Try changing the startup script from 

if [ "$JAVA_IMPL" = "java" ] ; then

to

if [ "$JAVA_IMPL" = "openjdk" ] ; then

for some reason my output is

$ ./java -version

java version "1.8.0_20"
Java™ SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot™ Client VM (build 25.20-b23, mixed mode)
(11-23-2014, 10:59 AM)'parg' Wrote: [ -> ]Try changing the startup script from 

if [ "$JAVA_IMPL" = "java" ] ; then

to

if [ "$JAVA_IMPL" = "openjdk" ] ; then

for some reason my output is

$ ./java -version

java version "1.8.0_20"
Java™ SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot™ Client VM (build 25.20-b23, mixed mode)

 

That worked! Thanks