Author Topic: Netbeans IDE  (Read 2627 times)

daboo

  • Newbie
  • *
  • Posts: 1
    • View Profile
Netbeans IDE
« on: June 26, 2018, 10:02:33 am »
Has anyone got Netbeans IDE to work? I've installed it though the terminal and also by downloading it from the website but neither one will work. I had to do a work around to get Java Virtual Machine to actually install (adding Ubuntu PPAs) but when I click on Netbeans, nothing happens. If I run it from the terminal, it just sits there for a while and I have to CTRL + C to stop it. I would really like to get this up and running because I do web programming for fun and since I work with a few people, we use Git and Netbeans has Git built in (I know, I can do it from the command line but I would like to avoid it, if I can).

Hoov

  • Newbie
  • *
  • Posts: 1
    • View Profile
Netbeans IDE
« Reply #1 on: July 14, 2018, 03:36:05 pm »
Quote from: daboo
Has anyone got Netbeans IDE to work? I've installed it though the terminal and also by downloading it from the website but neither one will work. I had to do a work around to get Java Virtual Machine to actually install (adding Ubuntu PPAs) but when I click on Netbeans, nothing happens. If I run it from the terminal, it just sits there for a while and I have to CTRL + C to stop it. I would really like to get this up and running because I do web programming for fun and since I work with a few people, we use Git and Netbeans has Git built in (I know, I can do it from the command line but I would like to avoid it, if I can).

Hi. I didn't try Netbeans, but Intellij Idea and Eclipse worked fine for me. Are you sure, you got a working JRE? I merely ran 'apt install openjdk-8-jre' to install java. No need to mess around with ubuntu PPAs with the official Debian image.

graynada

  • Full Member
  • ***
  • Posts: 117
    • View Profile
Netbeans IDE
« Reply #2 on: July 27, 2018, 02:26:29 pm »
I have Android Studio working on UserLAnd Debian install inside Android. Had Eclipse working inside Gnuroot so sure that would work too. Not tried Netbeans yet though