Date: Fri, 30 Nov 2012 10:39:17 -0600 From: Antonio Olivares <olivares14031@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: what replaces javaws? using icedtea-web and openjdk6. Message-ID: <CAJ5UdcMnaqxbOXQXRrQsd6tN0biPoc0E0Wxze9sY7CaOeZA-wQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Dear folks, I have several FreeBSD boxes and I had previously had to download a file from FreeBSD foundation to install java. On another machine which I have installed FreeBSD, I installed icedtea-web port and openjdk6 but the executable javaws in /usr/local/bin does not exist: ===> Installing for icedtea-web-1.3.1 ===> icedtea-web-1.3.1 depends on file: /usr/local/bin/bash - found ===> icedtea-web-1.3.1 depends on file: /usr/local/openjdk6/bin/java - found ===> icedtea-web-1.3.1 depends on package: libxul>=10 - found ===> icedtea-web-1.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> icedtea-web-1.3.1 depends on executable: pkgconf - found ===> icedtea-web-1.3.1 depends on file: /usr/local/lib/gio/modules/libgiofam.so - found ===> Generating temporary packing list ===> Checking if java/icedtea-web already installed gmake[1]: Entering directory `/usr/ports/java/icedtea-web/work/icedtea-web-1.3.1' /usr/local/bin/bash /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/install-sh -d /usr/local/bin /usr/local/share/icedtea-web/ /usr/local/lib install -s -o root -g wheel -m 555 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/plugin/icedteanp/IcedTeaPlugin.so /usr/local/lib install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/liveconnect/lib/classes.jar /usr/local/share/icedtea-web/plugin.jar install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/netx.build/lib/classes.jar /usr/local/share/icedtea-web/netx.jar install -o root -g wheel -m 555 launcher.build/itweb-javaws /usr/local/bin install -o root -g wheel -m 444 extra-lib/about.jar /usr/local/share/icedtea-web/about.jar install -o root -g wheel -m 555 launcher.build/itweb-settings /usr/local/bin /usr/local/bin/bash /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/install-sh -d -d /usr/local/man/man1 install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/netx/javaws.1 /usr/local/man/man1/itweb-javaws.1 install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/netx/net/sourceforge/jnlp/resources/about.jnlp /usr/local/share/icedtea-web /usr/local/bin/bash /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/install-sh -d /usr/local/share/doc/icedtea-web (cd /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/docs/netx; \ for files in $(find . -type f); \ do \ mkdir -p `dirname /usr/local/share/doc/icedtea-web/netx/${files}`; \ install -o root -g wheel -m 444 ${files} /usr/local/share/doc/icedtea-web/netx/${files}; \ done) (cd /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/docs/plugin; \ for files in $(find . -type f); \ do \ mkdir -p `dirname /usr/local/share/doc/icedtea-web/plugin/${files}`; \ install -o root -g wheel -m 444 ${files} /usr/local/share/doc/icedtea-web/plugin/${files}; \ done) gmake[1]: Leaving directory `/usr/ports/java/icedtea-web/work/icedtea-web-1.3.1' /bin/mkdir -p /usr/local/share/applications /usr/bin/sed -i.bak -e 's|^Icon=javaws|Icon=itweb-javaws|' /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/itweb-javaws.desktop /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/itweb-settings.desktop install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/itweb-javaws.desktop /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/itweb-settings.desktop /usr/local/share/applications /bin/mkdir -p /usr/local/share/pixmaps install -o root -g wheel -m 444 /usr/ports/java/icedtea-web/work/icedtea-web-1.3.1/javaws.png /usr/local/share/pixmaps/itweb-javaws.png ===> Compressing manual pages for icedtea-web-1.3.1 ===> Registering installation for icedtea-web-1.3.1 ===> Cleaning for icedtea-web-1.3.1 E-213-3W# exit logout $ ls Desktop Downloads Videos Documents Pictures tmp $ clear $ ls -l /usr/local/bin/java* lrwxr-xr-x 1 root wheel 21 Nov 30 11:11 /usr/local/bin/java -> /usr/local/bin/javavm lrwxr-xr-x 1 root wheel 21 Nov 30 11:11 /usr/local/bin/javac -> /usr/local/bin/javavm lrwxr-xr-x 1 root wheel 21 Nov 30 11:11 /usr/local/bin/javadoc -> /usr/local/bin/javavm lrwxr-xr-x 1 root wheel 21 Nov 30 11:11 /usr/local/bin/javah -> /usr/local/bin/javavm lrwxr-xr-x 1 root wheel 21 Nov 30 11:11 /usr/local/bin/javap -> /usr/local/bin/javavm -r-xr-xr-x 1 root wheel 21977 Nov 30 09:25 /usr/local/bin/javavm $ $ uname -a FreeBSD E-213-3W 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 I need an application that requires /usr/local/bin/javaws and it is not found what should I do to install it or substitute it to make it work? Thanks in Advance, Antonio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcMnaqxbOXQXRrQsd6tN0biPoc0E0Wxze9sY7CaOeZA-wQ>