开发者

In Netbeans 6.8 cant find org.netbeans package

开发者 https://www.devze.com 2022-12-24 11:16 出处:网络
I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10. My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path.

I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10.

My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path. Surprising this runs perfectly in netbeans 6.8 on windows on my friend's pc.

开发者_如何学运维 Is there any java ME plugin I need to install?

Can somebody help me out with this?

Thanks in advance.


Sounds like netbeans_midp_components_basic.jar is missing from your NB install for some reason.

Try get netbeans_midp_components_basic.jar off your friend's PC (under [NetBeansRoot]/mobility8/modules/ext) and put it in your own install in the same path. Or add it to your project's build path.

If the file netbeans_midp_components_basic.jar is missing, some others might be missing too which will cause problems down the line. So a better way I'd suggest a reinstall, double checking that you get the NB6.8 that's bundled with the mobility pack.

0

精彩评论

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

关注公众号