Main > Free Download Search >

Free java 2 se software for mac

java 2 se

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9991
Apple Java 2 SE 5.0R5

Apple Java 2 SE 5.0R5


Apple Java 2 SE - support for J2SE 5.0 on OS X 10.4 more>>
This release of Java for Mac OS X includes improvements for Java 2 Platform, Standard Edition 5.0 (J2SE 5.0) on Mac OS X. It features Apple’s implementation of Sun’s J2SE Version 1.5.0_05.
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/.


<<less
Download (80.3MB)
Added: 2007-02-16 License: Freeware Price:
1014 downloads
 
Other version of Apple Java 2 SE
Apple Java 2 SE 5.0R4Apple - Apple Java 2 SE 5.0R4 - J2SE 5.0 support on OS X 10.4 PPC. Apple Java 2 SE
License:Freeware
Download (38.6MB)
1302 downloads
Added: 2006-04-19
Java 2 SE 5.0 Release 3

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
Download (42MB)
Added: 2005-11-15 License: Update Price:
1560 downloads
 
Other version of Java 2 SE
Java 2 SE 5.0 Release 1Apple - Java 2 SE - support for cross-platform J2SE 5.0 applications and J2SE 5.0-based applets in Safari on Mac OS X 10.4 Tiger. Java
License:Freeware
Download (33.8MB)
3087 downloads
Added: 2005-09-09
Apple Java 2 SE 5.0R4 Intel

Apple Java 2 SE 5.0R4 Intel


Apple Java 2 SE 5.0R4 - J2SE 5.0 support on Intel Macs more>> <<less
Download (43.6MB)
Added: 2006-04-19 License: Freeware Price:
1283 downloads
Java 2 SE 5.0 Xcode Template 1.0

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>>
Beginning Java developers use Java 5.0 (aka 1.5) as it comes with the Scanner class which most introduction books rely on. Unfortunately, Apples included Java Tool template for Xcode 2.2 only builds for Java 1.4.2.

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.

<<less
Download (10KB)
Added: 2006-03-14 License: Freeware Price:
754 downloads
Java EE SDK Update 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 EE SDK is a tool that helps you implement enterprise-class service-oriented architecture (SOA) and next-generation web applications with Ajax, scripting, and REST-based services using the next major version of the open-source Java EE 5 application server from Project GlassFish.

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.

<<less
Download (85.7MB)
Added: 2007-05-10 License: Freeware Price:
920 downloads
Java EE 5 SDK Update 3

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.

<<less
Download (104MB)
Added: 2007-09-21 License: Freeware Price:
452 downloads
JavaFX SDK 1.0

JavaFX SDK 1.0


JavaFX SDK offers you a complete and helpful development pack including libraries and supporting documentation for developing JavaFX applications. more>>
JavaFX SDK 1.0 offers you a complete and helpful development pack including libraries and supporting documentation for developing JavaFX applications. The JavaFX SDK is a free package that provides the JavaFX functionality needed to develop directly via the command line or with other tools.

Enhancements:

  1. 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.
  2. 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
  3. Media:
    • Cross-platform Video (On2 Codecs)
    • Cross-platform Audio (MP3)
    • Volume control
    • Track control
    • Native media framework support for the Mac
  4. Web Services:
    • HTTP Client API
    • JSON Parser
    • XML parser
  5. 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 !=
  6. Performance Improvements:
    • Reduced use of runtime memory of applications
    • Reduced use of compile-time memory
    • Reduced static footprint of applications
  7. 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
Requirements:
  • 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)
<<less
Download (19.3MB)
Added: 2008-12-08 License: Freeware Price: FREE
1 downloads
Java Speech API 0.1

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.

<<less
Download (99KB)
Added: 2009-05-09 License: GPL Price: FREE
186 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

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.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Java RSS Ticker 1.8.1

Java RSS Ticker 1.8.1


Java RSS Ticker is a very simple, lightweight, RSS ticker more>>
Java RSS Ticker is a very simple, lightweight, RSS ticker.

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.

<<less
Download (153KB)
Added: 2006-05-11 License: GPL Price:
1269 downloads
Java Update 1.4.2 Update 2

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
Download (26MB)
Added: 2004-09-23 License: Update Price:
1 downloads
Java Fathom 1.1.0

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

<<less
Download (7KB)
Added: 2009-05-10 License: Freeware Price: FREE
240 downloads
Java Droplets 1.0

Java Droplets 1.0


Java Droplets - Three droplets for Java developers more>>
Three droplets for Java developers. They automate opening a new Terminal window, changing the current directory and executing a command on the file.

• "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.
<<less
Download (73KB)
Added: 2006-07-12 License: Freeware Price:
1217 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
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".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
Java Psion Link 2a5

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
<<less
Download (332KB)
Added: 2004-06-23 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5