Installing Java 7 on Ubuntu

后端 未结 10 1373
温柔的废话
温柔的废话 2020-11-29 14:12

to install java I have always used the classic way from the terminal. I would like to install java manually. I placed the folder of the JDK on the desk and I set environment

10条回答
  •  眼角桃花
    2020-11-29 15:02

    flup's answer is the best but it did not work for me completely. I had to do the following as well to get it working:

    1. export JAVA_HOME=/usr/lib/jvm/java-7-oracle/jre/
    2. chmod 777 on the folder
    3. ./gradlew build - Building Hibernate

提交回复
热议问题