开发者

Error Using MathFP class in Eclipse

开发者 https://www.devze.com 2023-01-19 19:27 出处:网络
I am tryin 开发者_运维百科to develop a game in j2m using eclipse. To handle floating point I have downloaded the MathFp class. I did the following steps

I am tryin 开发者_运维百科to develop a game in j2m using eclipse. To handle floating point I have downloaded the MathFp class. I did the following steps i placed the mathFP.class file in net/jscience/math/kvm/ directory 1> Ziped the folder containig the downloaded class. 2> java build path->libraries->ADD jar->selected my zipped folder. 3> in the source code of my project i wrote import net.jscience.math.kvm.MathFP;

But when i compile it it shows NoClassDefFoundError


Ensure the relevant jar is checked in the "Java Build Path" -> "Order and Export" window.

0

精彩评论

暂无评论...
验证码 换一张
取 消