java 2 se
Apple Java 2 SE 5.0R5
Apple Java 2 SE - support for J2SE 5.0 on OS X 10.4 more>>
Java 2 Platform, Standard Edition (J2SE) 5.0 allows applications and applets developed for the J2SE 5.0 platform to run on Mac OS X v 10.4.2 and later.
This update does not change the default version of Java on your Mac from Java 1.4.2 to J2SE 5.0, though Java applications that require J2SE 5.0 may specifically request it.
You can change the preferred Java version for applications and applets by using the new Java Preferences utility. This utility is installed by the J2SE 5.0 update at /Applications/Utilities/Java/J2SE 5.0/.

Java 2 SE 5.0 Release 3
Java 2 SE 5.0 Release 3 is designed to be an easy-to-install update which includes version 1.5.0_05 and improves functionality of J2SE 5.0 on Mac OS X v 10.4 Tiger 10.4.2 and later. more>> <<less
Java 2 SE 5.0 Xcode Template 1.0
Java 2 SE 5.0 Xcode Template - Allows creation of Java 1.5 projects in XCode more>>
Java 2 SE 5.0 Xcode Template 1.0 solves this problem by allowing you to easily create Java 5.0 projects in Xcode. Without this template, there is no easy way for beginning Java developers to use Xcode 2.2.
Java EE SDK Update 2
Java EE SDK - the industry standard for developing portable, robust, scalable and secure server-side Java applications more>>
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications.
Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.

Java EE 5 SDK Update 3
Implement enterprise-class service-oriented architecture (SOA) and next-generation web applications with Ajax, scripting, and REST-based services. more>>
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications. Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
JavaFX SDK 1.0
JavaFX SDK offers you a complete and helpful development pack including libraries and supporting documentation for developing JavaFX applications. more>>
Enhancements:
- Java SE Development Kit (JDK):
- For Microsoft Windows, JDK 6 Update 7 is now the minimum supported version of the Java SE Development Kit (JDK). For Apple Macintosh, JDK 5 Update 13 (version 1.5.0_13) is now the minimum supported version of the JDK.
- Graphics and Animation:
- Path-based animation (animation of objects around a path)
- Transition library (list of transitions that enable developers to incorporate effects)
- Slide
- Zoom
- Rotate
- Image mask
- Stroke styles (dotted, dashed, and so on)
- Advanced clip support (clipping along an arbitrary path)
- Multiline text node
- Media:
- Cross-platform Video (On2 Codecs)
- Cross-platform Audio (MP3)
- Volume control
- Track control
- Native media framework support for the Mac
- Web Services:
- HTTP Client API
- JSON Parser
- XML parser
- Language Improvements:
- New access control mechanisms: public, protected, package, public-init, and public-read
- Class members can now be defined with accessibility and visibility modifiers to restrict read and write access.
- The modifiers public, protected, and package are similar to their counterparts in the Java programming language.
- The modifier public-init defines a variable that can be publicly initialized by object literals in any package.
- The modifier public-read enables variables to be publicly readable, but writeable only from within the current script.
- Default visibility changed to script-private, which makes components safer and improves optimization
- Simplified variable declaration such that all variables are defined with var or def and cannot be redefined
- Simplified language operators
- Replaced % with mod
- Replaced < > with !=
- Performance Improvements:
- Reduced use of runtime memory of applications
- Reduced use of compile-time memory
- Reduced static footprint of applications
- Platform, Tools, and JavaFX Reflection APIs:
- Support for compiling JavaFX applications to both the Java Platform, Standard Edition(SE) and the Java Platform, Micro Edition (ME)
- Improved code completion and debugging support for integrated development environments (IDEs)
- Support for the JavaFX Reflection APIs, which enable calling the JavaFX APIs from the Java and JavaScript programming languages
- Processor: Dual-Core Intel, PowerPC G5
- Memory: 512 MB of RAM (1 GB recommended)
- Disk space: 256 MB of free disk space
- Java SE Development Kit (JDK): JDK 5 Update 13 (version 1.5.0_13) minimum (Java for Mac OS X 10.4, Release 7 or Java for Mac OS X 10.5.4 or later Update 2)
Java Speech API 0.1
A wrapper for vendors to simplify usage of the Java Speech API more>> A wrapper for vendors to simplify usage of the Java Speech API
Java Speech API is a wrapper for vendors to simplify usage of the Java Speech API (JSR 113). Note that the spec is an untested early access and that there may be changes in the API.
Enhancements
- First release of a base layer for sphinx4 and FreeTTS.
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.
Java RSS Ticker 1.8.1
Java RSS Ticker is a very simple, lightweight, RSS ticker more>>
I had checked out a number of tickers that look pretty as they scroll etc., but took a lot of CPU cycles and cost money.
I wanted a simple, OS independent, ticker so I wrote this one in Java.

Java Update 1.4.2 Update 2
Java Update is designed to be a useful update which provides improved behavior for applets in Safari, and increased stability for desktop Java applications. more>> <<less
Java Fathom 1.1.0
Free and Java based tool to measure the readability of English text more>> Free and Java based tool to measure the readability of English text
Java Fathom is a free development tool that will allow you to generate common readability indices from English text.
System requirements:
- Java
Java Droplets 1.0
Java Droplets - Three droplets for Java developers more>>
"Javac" compiles .java source files dragged onto it,
"Java" runs the class file of the .java or .class file dragged onto it,
"Both" compiles the .java source file and if successful, runs the resulting class file.
Source editable.
Clean Java Classes 1.0
Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
The folders search is done recursively.
If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".
Java Psion Link 2a5
Java Psion Link is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. more>>
Java Psion Link 2a5 is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. As the program uses the existing Psion Link.
Requirements:
- Java 1.4 or greater (MacOS X 10.2 or better).
- Spare Serial Port/USB Serial Port Adapter