Announcement

Collapse
No announcement yet.

Install iced-tea-web

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install iced-tea-web

    I'm having trouble installing iced-tea-web.

    ./configure

    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking how to create a pax tar archive... gnutar
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... none
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... none
    checking if cp supports --reflink... yes
    checking if we can hard link rather than copy from /home/name/icedtea-web-1.2/icedtea-web-1.2... yes
    checking whether to build documentation... yes
    checking whether to compile ecj natively... no
    checking for zip... /usr/bin/zip
    checking for a JDK home directory...
    configure: error: "A JDK home directory could not be found."

    I then try to set a JDK home directory following this:
    http://askubuntu.com/questions/10656...home-directory
    "...and add the following 2 lines in your .bashrc file.
    JAVA_HOME=/usr/lib/jvm/jdk1.7.0_04/
    export JAVA_HOME"

    However, I don't have a path that matches /usr/lib/jvm/jdk1.7.0_04/

    ls /usr/lib/jvm/
    java-1.6.0-openjdk-amd64 java-1.7.0-openjdk-amd64 java-6-openjdk-amd64 java-6-openjdk-common java-7-openjdk-amd64 java-7-openjdk-common

    whereis java
    java: /usr/bin/java /usr/bin/X11/java /usr/share/java /usr/share/man/man1/java.1.gz

    What path do I use?

    #2
    Thanks to rawfan on reddit/r/linux, I followed this guide (http://askubuntu.com/a/173951/1736) after removing all java versions.

    Comment

    Working...
    X