help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: icedtea is installed, but no javac available.


From: Ludovic Courtès
Subject: Re: icedtea is installed, but no javac available.
Date: Thu, 02 Jun 2016 09:09:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

Dmitry Nikolaev <address@hidden> skribis:

> Hi. I have icedtead both in my /etc/config.scm and in my user profile:
>
> $ guix package --list-installed | grep icedtea
> icedtea    3.0.1    out
> /gnu/store/krksxq6wzxi4bj9vc7g02axgjb7nrmgi-icedtea-3.0.1
>
> $ ls /gnu/store/ | grep -e '.*icedtea.*-jdk'
> 1rxafkp02y1775viisji16nfam7syqq3-icedtea-2.6.6-jdk/

[...]

> What should I do to run javac?

I think you need to install the JDK:

--8<---------------cut here---------------start------------->8---
$ guix package -A icedtea
icedtea 3.0.1   out,jdk,doc     gnu/packages/java.scm:752:4
icedtea 2.6.6   out,jdk,doc     gnu/packages/java.scm:582:4
icedtea 1.13.10 out,jdk,doc     gnu/packages/java.scm:182:2
$ guix package -i icedtea:jdk
--8<---------------cut here---------------end--------------->8---

See
<https://www.gnu.org/software/guix/manual/html_node/Packages-with-Multiple-Outputs.html>
for more info on this.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]