Search code examples
javanetbeans-8ubuntu-18.04

How to run netbeans-8.2-linux.sh in ubuntu 18.04


it's been exactly three days that I'm downloading all sorts of versions of netbeans, but in the end I can not run the command ./netbeans-8.2-linux.sh which always shows me an error .

here is somehow the message that sends me the terminal when I execute this command:

Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Running the installer wizard...
No protocol specified

Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"

So I ask myself the question: how to solve this type of problem?


Solution

  • you're missing the JDK. most easy might be to install JDK 8u111 with NetBeans 8.2.

    this would install both of them. otherwise just install the JDK - and then NetBeans.