Java Media Framework API
The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.
SableVM implements the Java virtual machine specification, second edition.
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
BlueJ是一个专门为入门级教学设计的Java开发环境。BlueJ支持:- 完整的集成环境
- 图形化的类结构显示 - 图形及文字编辑 - 内置的编辑器,编译器,虚拟机和调试器等。
- 易于使用的接口,适合初学者 - 互动的对象创建 - 互动的对象调用 - 互动的测试
- 增量的应用程序开发
The Inline::Java module allows you to put Java source code directly "inline"
in a Perl script or module. A Java compiler is launched and the Java code is
compiled. Then Perl asks the Java classes what public methods have been
defined. These classes and methods are available to the Perl program as if
they had been written in Perl.
The process of interrogating the Java classes for public methods occurs the
first time you run your Java code. The namespace is cached, and subsequent
calls use the cached version.
Log4E
Log4E是一个自由的Eclipse插件,帮助你在Java项目中容易地使用logger。它不受任何特定的
日志框架约束。因此你可以使用偏好来定义你自己的模板以使用自己logger。它支持Log4j、
Commons Logging和JDK 1.4 logging。使用时,通过java文件上下文菜单或编辑器的上下文
菜单到子菜单“Log4”。
注意,编辑器的子菜单提供了更多的任务。
所有任务都可以通过类或方法层来调用。
The JavaHelp system is an online help system that developers can use to
add online help to their Java platform applications. The JavaHelp system
is both a JCP specification (JSR 97) and a reference implementation of
that specification. The JavaHelp system open source project includes the
source to the reference implementation.
OpenJDK is an open-source implementation of the Java Platform, Standard Edition.
Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.