Re: problems to install NetBeans 8 on fedora 27

2018-05-06 Thread Stephen Morris
On 23/4/18 5:49 am, Samuel Sieb wrote: On 04/22/2018 01:17 AM, Robbi Nespu wrote: On 04/22/2018 02:14 AM, Samuel Sieb wrote: On 04/21/2018 01:59 AM, Angelo Moreschini wrote: I found a clue to change the session type of Gnome.. : I editedthe file  /etc/gdm/custom.conf , end  uncommented the ro

Re: problems to install NetBeans 8 on fedora 27

2018-04-23 Thread Samuel Sieb
On 04/23/2018 05:30 AM, Angelo Moreschini wrote: I have it... : [angelo_dev@localhost ~]$ rpm -qa | grep openjdk java-1.8.0-openjdk-headless-1.8.0.144-7.b01.fc27.x86_64 That's the current problem. You only have the headless package. Run "dnf install java-1.8.0-openjdk".

Re: problems to install NetBeans 8 on fedora 27

2018-04-23 Thread Angelo Moreschini
I have it... : [angelo_dev@localhost ~]$ rpm -qa | grep openjdk java-1.8.0-openjdk-headless-1.8.0.144-7.b01.fc27.x86_64 - I worked around very much to this problem .. I also reinstalled fedora 27... I remember one time I was able to install netbeans 8.. (I am not so sure this can be influen

Re: problems to install NetBeans 8 on fedora 27

2018-04-22 Thread Samuel Sieb
On 04/21/2018 01:59 AM, Angelo Moreschini wrote: but as well this , the output that I get running the .sh script is the same.. --- root@localhost Downloads]# ./netbeans-8.2-linux.sh Configuring the installer... Searching for JVM on the system... E

Re: problems to install NetBeans 8 on fedora 27

2018-04-22 Thread Samuel Sieb
On 04/22/2018 01:17 AM, Robbi Nespu wrote: On 04/22/2018 02:14 AM, Samuel Sieb wrote: On 04/21/2018 01:59 AM, Angelo Moreschini wrote: I found a clue to change the session type of Gnome.. : I editedthe file  /etc/gdm/custom.conf , end  uncommented the row : |#WaylandEnable=false |After I mad

Re: problems to install NetBeans 8 on fedora 27

2018-04-22 Thread Robbi Nespu
On 04/22/2018 02:14 AM, Samuel Sieb wrote: > On 04/21/2018 01:59 AM, Angelo Moreschini wrote: >> I found a clue to change the session type of Gnome.. : >> >> I editedthe file  /etc/gdm/custom.conf , >> end  uncommented the row : >> >> |#WaylandEnable=false >> >> |After I made it, (now) I get >> |

Re: problems to install NetBeans 8 on fedora 27

2018-04-21 Thread Samuel Sieb
On 04/21/2018 01:59 AM, Angelo Moreschini wrote: I found a clue to change the session type of Gnome.. : I editedthe file  /etc/gdm/custom.conf , end  uncommented the row : |#WaylandEnable=false |After I made it, (now) I get | *Type=x11 *(as output of loginctl show session 2 -p Type,) but as

Re: problems to install NetBeans 8 on fedora 27

2018-04-21 Thread Angelo Moreschini
I found a clue to change the session type of Gnome.. : I edited the file /etc/gdm/custom.conf , end uncommented the row : #WaylandEnable=false ... After I made it, (now) I get *Type=x11 *(as output of loginctl show session 2 -p Type,) but as well this , the output that I get running the .s

Re: problems to install NetBeans 8 on fedora 27

2018-04-21 Thread Angelo Moreschini
hi, with java is OK . I downloaded all together (jdk and NetBeans) from the Oracle site... : -- [angelo_dev@localhost ~]$ *java -version* *openjdk version "1.8.0_31"OpenJDK Runtime Environment (build 1.8.0_31-b13)OpenJDK 64-Bit Server VM (build 25.31-b07, mixed mode)* [angelo_dev@lo

Re: problems to install NetBeans 8 on fedora 27

2018-04-20 Thread Samuel Sieb
On 04/20/2018 06:22 AM, Angelo Moreschini wrote: [root@localhost Downloads]#*./netbeans-8.2-linux.sh * Configuring the installer... Searching for JVM on the system... Extracting installation data... *Running the installer wizard...* *Can`t initialize UI Running in h

Re: problems to install NetBeans 8 on fedora 27

2018-04-20 Thread Robbi Nespu
Hi there, you need JDK 8 from Oracle. Using OpenJDK can crash your installation process: Please check: $ java -version $ javac -version make sure it Oracle java, else you can download Netbean that bundle with JDK here ( http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-14

Re: problems to install NetBeans 8 on fedora 27

2018-04-20 Thread Angelo Moreschini
I installed the last jdk version of Oracle: yum localinstall /home/angelo_dev/Downloads/*jdk-10_linux-x64_bin.rpm* On Fri, Apr 20, 2018 at 4:22 PM, Angelo Moreschini < mrangelo.fed...@gmail.com> wrote: > Hi, > > I installed many times NetBeans in a linux environment, without problems > ... > But

problems to install NetBeans 8 on fedora 27

2018-04-20 Thread Angelo Moreschini
Hi, I installed many times NetBeans in a linux environment, without problems ... But now I have problems to do it , after then I installed fedora 27. When I try the installation, the output that I get is : [root@localhost Downloads]#* ./netbeans-8.2-linux.sh