Chinaunix首页 | 论坛 | 博客
  • 博客访问: 798573
  • 博文数量: 770
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 4950
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-09 17:49
文章分类

全部博文(770)

文章存档

2011年(1)

2008年(769)

我的朋友

分类:

2008-10-10 11:44:41

写这和帖子的目的只是为了抛转头,希望您能带来更精彩的 *_^

首先我们到 GNU Classpath::JVM 的老巢看看:

这里大多数的 JVM 都是基于 GNU Classpath  Runtime 库的。

其中以 Kaffe 和 SableVM 最活跃、实现的最完全。

介绍几个著名的:
[URL=Kaffe][/URL]
Kaffe OpenVM is a complete virtual machine, library framework and tools for programming in the java language. It has its own implementation of part of the core libraries, but uses large parts of the GNU Classpath framework.

[URL=SableVM][/URL]
上面地址不能访问:
SableVM is a robust, extremely portable, efficient, and specifications-compliant Java Virtual Machine that aims to be easy to maintain and to extend. It features a state-of-the-art, efficient interpreter engine. Its source code is very accessible and easy to understand, and has many robustness features that have been the object of careful design.
SableVM的特征: (我们为什么用它)

IKVM.NET          用于 .NET 平台,用于 Mono 上面跑 JAVA 程序。

[URL=GCJ]
[/URL]
GNU 的 JAVA 编译器。

[URL=gcjwebplugin ][/URL]
用于 Mozilla 等浏览器(要求>gcc 3.4.0 && >mozilla 1.7),gcjwebplugin 是基于GCJ JVM 的。

用于嵌入式设备的:

作者是这样说的: Have a look at JamVM
  Admittedly I'm the author, but one of
the design goals was compact size (approx 80K stripped on ARM).  It
uses Classpath, and is quite popular.  It's already used on a number
of embedded systems.      
--------------------next---------------------


GNU Classpath is a project to create free core class libraries for use with virtual machines and compilers for Java. Fixes were made to URL and URLStreamHandler. File.deleteOnExit() was implemented. Multiple new features and bugfixes were made in java.text. AWT lists use GTK treeviews.

Proper AWT focus management is done. Swing menus and scrollpanes now work. Swing splitpanes, dialogs, and internal frames were added. Swing repainting and double buffering were redone. Font management is done through Pango. A generic AccessController implementation was added. New java.beans Statement and Expression classes were added. Compilation fixes were made for PPC 64-bit, ARM, x86-64, and S/390.      
--------------------next---------------------

阅读(716) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~