Flemil Installation

Flemil is available as a jar file. To use the library in your application just make sure that you have the jar file with the classes in the class path for your application. Below are the necessary steps you should take to integrate Flemil with your application for some of the most common developement environments.

Sun WTK

To install and use flemil in building your app with SUN WTK just place the flemil jar file in the lib directroty of the application you are developing using Flemil. The WTK will pick up the classes and incorporate them into your application when you build it just like it would for any other j2me library. The Flemil library jar file available for download already has its classes preverified so no problems are expected about failures in preverification.

Eclipse

For you to use Flemil in a J2ME application in eclipse IDE, please make sure that the eclipse ME plugin is already installed. There has been issues reported about eclipse ME failure to include libraries in a J2ME project. To make sure that you get the version of eclipse ME that has this bug fixed, please download the plugin from the following link or simply add this link to the software update sites for eclipse from the Help-Software Updates (Install New software) menu in eclipse. http://eclipseme.org/testversions/. Please note that the information provided about eclipse bug fixes is as a result of trouble shooting and online solution search and is not bound to be valid at all times since the eclipseME website content is out of our control. If you experience any problems, feel free to seearch for a possible solution online in a site that discusses the platform for which you might be experiencing in your application. After you have elipse ME installed, simple create the project that wants to use Flemil and edit the java build path for the project and add the jar to the build path. Yu can either add it as external jar or internal jar. Also dont forget to check the checkbox infront of the Flemil jar entry in the "order and export" tab of the java build path setting dialog for the project.

Netbeans

To include Flemil.jar in your netbeans mobile application, simple add the library using the normal steps. Please make sure that the library is of type of mobile beofre doing this. The general steps involved are
Select Build > Libraries & Resources.
Click Add Jar/Zip.
Browse to downloaded kxml2-min.jar file
You can get more information about this at this link http://netbeans.org/competition/win-with-netbeans/rss-reader.html or any other place with guidance on the use of external library jar files in a netbeans mobile application project.

In conclusion, the way to include the Flemil library jar file is just like you would do with any ohter libary that consists of classes packaged in a jar file. After doing that you are good to go with developing your application using Flemils UI features. For more info on the development and coding see the tutorial and the getting started as well as the introduction sections of this website.