DukeScriptInNetBeans
From APIDesign
(Difference between revisions)
(→Install the Plugin) |
(→Create New Project) |
||
Line 8: | Line 8: | ||
==== Create New Project ==== | ==== Create New Project ==== | ||
+ | |||
+ | Now create new project. There are multiple prepared versions of the project in the [[NetBeans]] project templates tree, but the most generic one is ''HTML5 with Java Application Logic''. |
Revision as of 10:27, 18 June 2014
Essential part of DukeScript is its capability to deploy to almost any device on the planet (that can render HTML). One can configure everything in a IDE independent way, but the best way is to get your instance of NetBeans 8.0 and follow few easy steps:
Install the Plugin
Go to Tools/Plugins, refresh the catalog, select available plugins tab and install HTML/Java Project Support.
Create New Project
Now create new project. There are multiple prepared versions of the project in the NetBeans project templates tree, but the most generic one is HTML5 with Java Application Logic.