Usage: ./runide.sh {options} arguments General options: --help show this help --jdkhome path to JDK (could also be just JRE but some modules may not work!) -J passes to JVM Classpath options: --cp:p prepends to classpath --cp:a appends to classpath Command-line options: --ui use given UI class as the IDE's Look & Feel --fontsize use given number as the base font size of the IDE user interface, in points (11 default) (but see http://ui.netbeans.org/docs/ui/themes/themes.html) --locale use specified locale --userdir user settings directory (${userdir} by default) --branding use specified branding (- for default) Open File Module options: --open FILE open FILE. --open FILE:LINE open FILE at line LINE (starting from 1). ------------------------------------------------------------------------ Usage: runide.sh {options} arguments General options: --help show this help --jdkhome path to JDK (could also be just JRE but some modules may not work!) -J passes to JVM Classpath options: --cp:p prepends to classpath --cp:a appends to classpath Cannot find JDK. Please set the JDK_HOME environment variable to point to your JDK installation directory, or use the --jdkhome switch