DukeScriptInNetBeans
From APIDesign
(Difference between revisions)
(New page: 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 b...) |
(→Install the Plugin) |
||
| Line 4: | Line 4: | ||
Go to Tools/Plugins, refresh the catalog, select available plugins tab and install ''HTML/Java Project Support''. | Go to Tools/Plugins, refresh the catalog, select available plugins tab and install ''HTML/Java Project Support''. | ||
| + | |||
| + | [[Image:Duke4nb-01-install.png]] | ||
| + | |||
| + | ==== Create New Project ==== | ||
Revision as of 10:25, 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.
