Fork me on GitHub

OrangeExtensions

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6

Overview

Apple's official jar of Java extension stubs allows you to compile projects that use Apple Java Extensions on platforms other than Mac. Unfortunately, Apple does not keep its stubs jar up to date.

Features

Manual Download

If you don't use a build tool you can download the jar manually from Maven Central.

Install

OrangeExtensions is hosted on Maven Central via synchronization from Sonatype. You can add it as a dependency to your pom.xml or other build configuration tool.
<dependency>
  <groupId>com.yuvimasory</groupId>
  <artifactId>orange-extensions</artifactId>
  <version>1.3.0</version>
</dependency>

Contributors

Release History

Source Code

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/ymasory/OrangeExtensions.git
Alternatively, you can browse the code through GitHub.

Contact

Yuvi Masory