Author Topic: Using Java on NuTyX  (Read 3346 times)

bci_

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
Using Java on NuTyX
« on: Thu May 07 17:13:01 2020 »
Hi,

I just installed the openjdk package:

Code: [Select]
$ cards info openjdk
Retrieve info about the 472 packages: 100 %
Name           : openjdk
Description    : OpenJDK 8 updates of the open-source reference of the Java SE 8.
Group          :
Collection     : cli
URL            : http://openjdk.java.net/projects/jdk8/spec/
Contributor(s) : Pierre B
Packager       : tnut <tnut@nutyx.org>
Version        : 8u141
Release        : 1
Build date     : Sat 29 Feb 2020 05:53:20 AM EST
Installed date : Thu 07 May 2020 01:03:40 PM EDT
Installed Size : 168.27 Mbytes
Number of Files: 742 file(s)
Arch           : x86_64
Man. installed : No
Dependencies   : gcc glibc zlib


 However, the package installation doesn't seem to add 'java' as a universally available program on my system:

Code: [Select]
$ java
bash: java: command not found

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Using Java on NuTyX
« Reply #1 on: Thu May 07 20:19:19 2020 »
Hi,

Just logout/login should make it working.

bci_

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: Using Java on NuTyX
« Reply #2 on: Thu May 07 21:24:32 2020 »
Thanks, got it. I had a feeling this was the case :), but I wasn't sure (my experience with Pulseaudio and Bluetooth on NuTyX was similar).

Cheers,

Brandon