How to use MathFP class under NetBeans IDE
From J2me wiki
Here is how to get MathFP into your NetBeans project.
- Download MathFP for J2ME CLDC
- Extract MathFP.class from the downloaded file
- Create a directory "net/jscience/math" (CASE IS IMPORTANT)
- Zip that directory as MathFP.zip
- Create a lib folder on the "Project Directory"
- Copy your MathFP.zip into that lib folder
- In NetBeans, open "Project Properties" / "Libraries and Resources" and ADD JAR/ZIP
You may now use the "import net.jscience.util.MathFP" statement and the MathFP routines.

