Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannah/cn1mirahnbm
Netbeans plugin to create a Mirah Codename One project
https://github.com/shannah/cn1mirahnbm
Last synced: 9 days ago
JSON representation
Netbeans plugin to create a Mirah Codename One project
- Host: GitHub
- URL: https://github.com/shannah/cn1mirahnbm
- Owner: shannah
- Created: 2014-01-29T01:10:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T05:55:52.000Z (over 10 years ago)
- Last Synced: 2024-12-24T05:04:42.667Z (18 days ago)
- Language: Java
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Codename One Mirah Netbeans Plugin
A Netbeans plugin for writing Codename One applications in Mirah.
##Requirements
* Netbeans 7.4
* The Netbeans Codename One plugin.
* mirah##Installation
1. Download the ca-weblite-codename1-mirah.nbm module to your computer.
2. Open NetBeans
3. Select "Plugins" from the "Tools" menu.
4. Click on the "Downloaded" tab.
5. Click the "Add Plugins..." button.
6. Select the ca-weblite-codename1-mirah.nbm file in the file chooser and follow prompts to install.##Usage
1. Open an existing Codename One Application project or create a new Codename One Application project in Netbeans.
2. Right click on the project icon in the Project explorer, and select "Generate Mirah Project". This will create a folder inside your project directory named "mirah" containing the following:
* build.xml - An ANT script for compiling your .mirah source files.
* src/ - A directory for all of your mirah source files.
* README.md - A readme file with some instructions on how to use this project.
3. Create your mirah source files inside the src directory of the mirah project that was created.
4. To compile your mirah source files, open a terminal window and navigate to the mirah directory. Then type `ant` to perform the build. This will compile the source files and include them in your Codename One Application so that you can use them just like java classes.