无法访问的代码 - 如何使用预处理器设置
谁能帮我,如何从 4.5 操作系统开始在 Blackberry 中进行预处理器设置?
如果我使用 JDE_4_7 和 NOT_JDE_4_5 等预处理器(例如),我收到的错误是无法访问的代码,
是否存在我们不应在单个位置使用预处理器的条件? 我该如何纠正它?
Can anyone help me,how to make the preprocessor settings starting from 4.5 OS in Blackberry?
if i use preprocessors such as JDE_4_7 and NOT_JDE_4_5(For eg)I am getting the error as unreachable code,
Is there any condition that we should not use preprocessors in a single location?
How can i rectify it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在 Eclipse 中设置了预处理器指令?意思是,您是否希望通过您目前使用的预处理器指令集可以访问此代码? Java 编译器不知道预处理器指令,因此您需要编写代码,以便编译器能够满意您打算使用的所有组合。
Have you set the preprocessor directives in Eclipse? Meaning, do you expect this code to be reachable with the set of preprocessor directives you are using at the moment? The Java compiler is not aware of preprocessor directives, so you need to write your code so that the compiler is happy with all the combinations you intend to use.