Other projects
Checkout Kutil sources from SVN
To be able to work with the lastest development sources of Kutil, you can checkout them from Subversion (svn) repository.
Requierments
To be able to checkout sources, you need to have a SVN client (integrated in most common JavaME IDEs).
In this docs, you will learn step by step how to do this with NetBeans.
Checkout from NetBeans
Download and install your IDE
- NetBeans (6.1 release, with Mobility pack),
- You need to configure NetBeans to work with Subversion. Please, refer to the NetBeans website.
Open the Subeversion Checkout dialog

Repository location
Enter the repository URL : http://kutil.googlecode.com/svn.
Leave user and password fields blank for anonymous access and click on the next button.

Folder to checkout
Enter netbeans/org.kalmeo.util in the Repository folder(s) field.
Select the Scan for NetBeans projects after checkout checkbox.
And set your custom local folder in the Local folder field and click on the finish button.

And select Open project when the folowing dialog appear.

Explore the project
Concratulation, the project is now in your workspace.

Build the project
Before using the project as library, you need to build it. Right-click on the project in the Projects view and select build.


