MathFP class files

Started by
0 comments, last by shmoove 18 years, 1 month ago
Hi, Im trying to use the MathFP class to add float variables to my J2ME application, but im not quite sure where to put the class file. Normally I have the source file and put it in the 'SCR' folder of the project (using Sun Java Wireless Toolkit). I put the class file in the 'LIB' and 'CLASSES' folders but it still cant find the package when compiling with KToolbar. Any ideas how to get it to work. Thanks in advance.
Advertisement
It should be in the lib directory, but if that doesn't work you could decompile the library and include the result in the src directory.

shmoove

This topic is closed to new replies.

Advertisement