Java not working mate
Java not working mate
How to get java working in porteus? I tried installing almost all the modules from USM but I still can't start java from the terminal
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Java not working mate
Code: Select all
root@porteus:/home/guest# activate jre-8u45-i486-1sw.xzm
Updating shared library links: /sbin/ldconfig
Updating MIME database: /usr/bin/update-mime-database /usr/share/mime
Updating KDE menu: kbuildsycoca4
guest@porteus:~$ /usr/lib/java/bin/java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode)
guest@porteus:~$ PATH+=:/usr/lib/java/bin
guest@porteus:~$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode)
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- Ed_P
- Contributor
- Posts: 8555
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Java not working mate
This thread may help you: viewtopic.php?f=75&t=3332mesijus wrote:How to get java working in porteus?