This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我想在 j2me 项目中导入一些外部 jar 文件(不包括在最终构建中)。所以我会在设备上复制我的 jar 和外部 jar,运行我的 jar 并使用这个 jar 中的类。(就像 import ext_pack.ext_class; 然后像 ext.class.ext_method() 一样使用它)。我应该写什么类路径,我应该把我的罐子放在设备上的什么地方?