RAD6支持JDK6吗
请问RAD6支持JDK6吗?如果是,那么如何在 RAD6 中添加 JDK6 的支持? 由于我的公司政策,我无法使用 RAD7。
Kindly tell me that RAD6 support JDK6? If yes then how can I add the support of JDK6 in RAD6?
I cannot use RAD7 due to my company policy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IBM RAD6 基本上是 Eclipse,而 Eclipse 基本上支持您想要运行的几乎任何 (Sun) JDK。
...但是...
该产品的当前版本是 RAD8 - RAD6 已有 5 多年的历史。
所以如果你有能力的话,可以尝试一下。但没有任何保证。而且由于该产品已经过时,如果遇到问题,供应商支持的希望渺茫......
恕我直言......
IBM RAD6 is basically Eclipse, and Eclipse basically supports pretty much any (Sun) JDK you want to run with.
... BUT ...
The current version of the product is RAD8 - RAD6 is over 5 years old.
So if you can afford to, try it. But there are no guarantees. And since the product is obsolete, there's little hope for vendor support if you run into problems...
IMHO...
回答您的问题 RAD 或其构建的 eclipse 版本将支持您想要使用的任何 JDK。唯一需要注意的是内置的 JRE 插件可能不是最新的 Java 版本。我假设您想要使用 RAD5 IDE(随 IBM jdk 版本 5 一起提供),而不是使用 oracle 中的 JDK 6
您可以通过这种方式添加 JDK 并使用该 JDK 来编译您的 java 代码。
To answer your question RAD or the eclipse version that it built on will support any JDK that you want to use. The only caveat is the built in JRE plugin might not be the latest Java release. I am assuming you want to use RAD5 IDE (which comes with IBM jdk version 5) instead you want to use JDK 6 from oracle
You can do this by adding JDK this way and use that JDK to compile your java code.