Moved to hardcoded jdk11

This commit is contained in:
Jiri 2022-01-08 09:20:02 +01:00
commit f7d5b260a3
2 changed files with 4 additions and 1 deletions

View file

@ -44,6 +44,9 @@ mkdir -p $PLUGIN_HOME
: ${MAIN_CLASS:=org.jrd.backend.data.Main}
if [ "x$JAVA_HOME" == "x" ] ; then
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
fi
# set java and jvm arguments
export _prefer_jre=false
_set_java_home

View file

@ -1,7 +1,7 @@
Summary: Application for extraction and decompilation of JVM byte code
Name: java-runtime-decompiler
Version: 6.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3
URL: https://github.com/pmikova/java-runtime-decompiler
Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz