Hi,
I have a big big problem. I created an application with kuix and I have transformed from jad and jar files into a cod file to be able to load program on the blackberry emulator.The problem is that when I start the program with blackberry emulator I receive more errors JavaClassNotFoundException, first of them for KuixCanvas.
I have made the same thing with the kuixdemo example presented by you on the site. And the same problem, i cannot launch the program on blackberry platform.
The command that I use it (from command prompt) for transformation is :
C:\Program Files\Research In Motion\BlackBerry JDE 4.6.0\bin>rapc.exe -midlet import="C:\Program Files\Research In Motion\BlackBerry JDE 4.6.0\lib\net_rim_api.jar" codename=D:\NetBeansProjects\kuixdemo_BB D:\NetBeansProjects\kuixdemo.jad D:\NetBeansProjects\kuixdemo.jar
Also, have somebody launch the programs for BB and it works?
Any solution for this?
Thanks

