Main > Free Download Search >

Free java development kit software for mac

java development kit

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2295
Java development Droplets 1.0

Java development Droplets 1.0


Java development Droplets - Java droplets to run javac and java in Terminal more>>
Java development Droplets is a set of AppleScript 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.


<<less
Download (62KB)
Added: 2006-01-22 License: Freeware Price:
1373 downloads
OpenGL Development Kit 1.0b1

OpenGL Development Kit 1.0b1


The OpenGL Development Kit includes all of the documentation, headers, link libraries, and sample code required to get started with developing your OpenGL application on the Macintosh more>> <<less
Download (9MB)
Added: 1999-04-25 License: Freeware Price:
255 downloads
Vision Development Package

Vision Development Package


Vision Development Package - Development installer package more>>
This installer package will give you everything you need to start making standalone Vision applications:

• Vision Application Library - binary and headers
• Repository Modules - binaries, source code and project files
• Example Applications - source code and project files
• VisionEditor - binary
• XCode project, target and file templates
• Maintenance and Uninstall Scripts.
<<less
Download (2.8MB)
Added: 2006-06-03 License: Freeware Price:
1246 downloads
Lasso XML Developer Kit 1.0

Lasso XML Developer Kit 1.0


The Lasso XML Developer Kit is a free update to Lasso 3.6.5 which provides documentation of XML-specific tags in Lasso and describes how to create well-formed data-driven XML data using Lasso more>> The Lasso XML Developer Kit is a free update to Lasso 3.6.5 which provides documentation of XML-specific tags in Lasso and describes how to create well-formed data-driven XML data using Lasso.
Requirements:
Lasso Web Data Engine 3.6.5 or later.
<<less
Download (474K)
Added: 2000-05-16 License: Free Price:
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
GNU Development Environment 1.1

GNU Development Environment 1.1


GNU Development Environment - Suite of compilers w/CPU simulator and debugger more>>
A complete suite of GNU C, C++, Fortran, and Java Cross Compilers, and the GDB CPU Simulator and Debugger for embedded microprocessor applications development. Targets development for ARM7, ARM9, and XScale applications.


<<less
Download (70.1MB)
Added: 2005-09-27 License: Freeware Price:
1506 downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Java 2 SE 5.0 Release 1

Java 2 SE 5.0 Release 1


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 more>> <<less
Download (33.8MB)
Added: 2005-09-09 License: Freeware Price:
3087 downloads
Assistant Kit 0.9

Assistant Kit 0.9


The Assistant Kit is a kit to create a Set-up/Installation Assistant more>>
The Assistant Kit is a kit to create a Set-up/Installation Assistant using the same User Interface than the one of the Apple Installer or Display Calibrator utility. Its made of a collection of Cocoa sources and resources that are available under a BSD License.
At the moment of this writing, the documentation for this Kit is not complete yet. Nevertheless, theres a sample project included with the source code which will show you how to tuse this kit and you can have a look at the source code for the CVS Set-up Assistant which is available under a BSD License too.
Enhancements:
- Enh: Admin authentication is now handled.
- Change: The license for the source has been set to a BSD License to clarify the situation.
<<less
Download (121KB)
Added: 2006-03-01 License: Freeware Price:
1333 downloads
Java The Chat 0.7 Beta

Java The Chat 0.7 Beta


Pixie Mac 2.0 offers a hot yet exciting classic arcade puzzle action for your Mac! The games main character, Pixie, loses her way in a magical forest one day and needs your guidance to return home more>> <<less
Download (29KB)
Added: 2009-06-13 License: GPL Price: FREE
193 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
Vinyl Drumkits EL - Modem kit 1.0

Vinyl Drumkits EL - Modem kit 1.0


Vinyl Drumkits EL - Modem kit provides users with a highly interactive and user-friendly editors tool. more>>

Vinyl Drumkits EL - Modem kit 1.0 provides users with a highly interactive and user-friendly editors tool. Trance and modem drumkits are free download taken from my sample library Vinyl Drumkis El. ver. Trance is a drumkit perfect for make trance techno music and for other electronic projects. Modem kit is an experimental drumkit made with the sounds of a 56K analog modem.

<<less
Added: 2008-05-14 License: Freeware Price:
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
Apple OpenGL CFM SDK X

Apple OpenGL CFM SDK X


Build CFM apps using OpenGL on OSX. more>>
Apple OpenGL CFM SDK is provided for developers building CFM applications using OpenGL on Mac OS X.

Development kits provide the information you need to take advantage of the latest Apple technologies.

These kits are available in the Development Kits Folder on our FTP site. They can also be found on the Developer CD Series.
<<less
Download (2.5MB)
Added: 2004-06-01 License: Freeware Price:
1979 downloads
SMea Kit 1.6

SMea Kit 1.6


High-level 3D graphics library. more>>
The SMea Kit is an open-source, high-level 3D graphics library, written in Objective-C atop OpenGL and Mac OS Xs Cocoa framework.

It is designed to support virtual reality applications, in which multiple articulated human figures interact on an expansive landscape. However, many of the kits components are quite general, providing functionality needed in any 3D program.

You can mix and match classes as you like. You might also use the kit as a tutorial to help you get started with OpenGL.
<<less
Download (1.8MB)
Added: 2004-05-31 License: Freeware Price:
1974 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5