RAD6支持JDK6吗

发布于 2024-12-12 08:27:42 字数 70 浏览 0 评论 0原文

请问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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

难如初 2024-12-19 08:27:42

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...

北方的巷 2024-12-19 08:27:42

回答您的问题 RAD 或其构建的 eclipse 版本将支持您想要使用的任何 JDK。唯一需要注意的是内置的 JRE 插件可能不是最新的 Java 版本。我假设您想要使用 RAD5 IDE(随 IBM jdk 版本 5 一起提供),而不是使用 oracle 中的 JDK 6

您可以通过这种方式添加 JDK 并使用该 JDK 来编译您的 java 代码。

  • 窗口==>首选项==> Java==>安装的 JRE ==>添加
  • 单击ADD并选择要使用的JDK的根目录
  • 然后选中JRE旁边的复选框以使RAD能够使用该JDK

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.

  • Window ==>Preferences ==> Java ==> Installed JREs ==> Add
  • Click ADD and select the root directory of JDK that you want to use
  • Then select the check box besides the JRE to enable RAD to use that JDK
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文