Skip to main content

Posts

Showing posts with the label DukeScript

Install DukeScript plugin to Netbeans

Before Installing DukeScript plugin to netbeans check the selected java version for netbeans. This plugin will only work with java version 1.8 or later. 1. Check Netbeans netbeans_jdkhome by. * netbeans-ide-installation-directory/etc/netbeans.conf 2. If "netbeans_jdkhome" is not set then link to jdk home * netbeans_jdkhome="/path/to/jdk/" (e.g. netbeans_jdkhome="/usr/lib/jvm/java-8-oracle/" ) 3. Install dukeScript on Netbeans * Tools > Plugins > Available Plugins * Type "Dukescript" on searchBox * Select "DukeScript Project Wizard" * Click "Install" and follow the instructions.