Hi all ..,
I changed the kuix jar file to 1.0 but when i build the project i get the following error when i run the project (the project compiles without any errors)
java.lang.NoClassDefFoundError: org/kalmeo/util/MathFP
at org.kalmeo.kuix.layout.StaticLayoutData.<clinit>(StaticLayoutData.java:33)
at java.lang.Class.runCustomCode(+0)
at org.kalmeo.kuix.widget.Desktop.<init>(+7)
at org.kalmeo.kuix.core.KuixCanvas.initialize(KuixCanvas.java:176)
at org.kalmeo.kuix.core.KuixMIDlet.startApp(+88)
at javax.microedition.midlet.MIDletProxy.startApp(MIDletProxy.java:44)
at com.sun.midp.midlet.Scheduler.schedule(Scheduler.java:375)
at com.sun.midp.main.Main.runLocalClass(Main.java:477)
at com.sun.midp.main.Main.main(+80)
Thanks

