Java 开源操作系统

发布于 2024-11-16 19:22:18 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

怪我闹别瞎闹 2024-11-23 19:22:18

我认为您需要在编译或运行该操作系统时添加参数 -source 1.3

I think you need to add a argument -source 1.3 while compiling or running that OS

会傲 2024-11-23 19:22:18

我从网上找到了以下信息,基本上,你应该使用java 1.3.1。它是开源的,如果您愿意,您可以修改源代码使其在JDK1.6下运行。

仅限 Java 版本的 Nachos
支持Java 1.3.1,作为安全性
管理器和保留关键字集
在以后的版本中发生了变化。
教学机已经有
1.3.1安装完毕。对于远程用户,您可以在此处下载 1.3.1:
http://java.sun.com/j2se/1.3/download.html
。如果你好奇想看什么
你正在使用的java版本你可以
运行以下命令“java
-version”。我们不能再强调你不应该使用 java
1.4 或 java 1.5。您可能会遇到不会显示的暂时性错误
作为编译期间的警告或错误
时间。

I found following information from web, basically, you should use java 1.3.1. it is open source, and you can modify the source code to make it run under JDK1.6 if you like.

The Java version of Nachos only
supports Java 1.3.1, as the security
manager and set of reserved keywords
has changed in later versions.
Instructional machines already have
1.3.1 installed. For remote users, you can download 1.3.1 here:
http://java.sun.com/j2se/1.3/download.html
. If you are curious to see what
version of java you are using you can
run the following command "java
-version". We cannot stress strongly enough that you should not use java
1.4 or java 1.5. You might run into transient errors that will not show up
as warnings or errors during compile
time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文