Main > Free Download Search >

Free j2se jdk software for mac

j2se jdk

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 45
Eclipse SDK 3.4.2

Eclipse SDK 3.4.2


Extensible IDE for development of highly integrated tools. more>> Extensible IDE for development of highly integrated tools.

The Eclipse Project is an open source software development project dedicated to providing a robust, full-featured, commercial-quality, industry platform for the development of highly integrated tools.
The mission of the Eclipse Project is to adapt and evolve the eclipse technology to meet the needs of the eclipse tool building community and its users, so that the vision of eclipse as an industry platform is realized.
Eclipse is a kind of universal tool platform - an open extensible IDE for anything and yet nothing in particular.
The real value comes from tool plug-ins that "teach" Eclipse how to work with things - java files, web content, graphics, video - almost anything one can imagine. Eclipse allows tool builders to independently develop tools that integrate with other peoples tools so seamlessly you cant tell where one tool ends and another starts.
Main features:
Workbench
- The term Workbench refers to the desktop development environment. The Workbench aims to achieve seamless tool integration and controlled openness by providing a common paradigm for the creation, management, and navigation of workspace resources.
- Each Workbench window contains one or more perspectives. Perspectives contain views and editors and control what appears in certain menus and tool bars. More than one Workbench window can exist on the desktop at any given time.
Java development
- The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins. - It adds a Java project nature and Java perspective to the Eclipse Workbench as well as a number of views, editors, wizards, builders, and code merging and refactoring tools. The JDT project allows Eclipse to be a development environment for itself.
Team programming with CVS
- In the Concurrent Versions System (CVS) team programming environment, team members do all of their work in their own Workbenches, isolated from others. Eventually they will want to share their work. They do this via a CVS Repository.
Branches
- CVS uses a branch model to support multiple courses of work that are somewhat isolated from each other but still highly interdependent. Branches are where a development team shares and integrates ongoing work. A branch can be thought of as a shared workspace that is updated by team members as they make changes to the project.
- This model allows individuals to work on a CVS team project, share their work with others as changes are made, and access the work of others as the project evolves. A special branch, referred to as HEAD, represents the main course of work in the repository (HEAD is often referred to as the trunk).
Sharing work
- As team members produce new work, they share this work by committing those changes to the branch. Similarly, when they wish to get the latest available work, they update their local workspaces to the changes on the branch.
- Thus the branch is constantly changing, moving forward as team members submit new work.
- The branch effectively represents the current state of the project. At any point a team member can update their workspaces from the branch and know they are up to date.
Plug-in Development Environment
- The Plug-in Development Environment (PDE) provides a rich set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products. PDE also provides comprehensive OSGi tooling, which makes it an ideal environment for component programming, not just Eclipse plug-in development.

System requirements:
- Apple Java 2 Platform Standard Edition (J2SE) 5, service release 4 for Tiger

Enhancements
- New update UI - The UI for performing installation and updates is completely new in 3.4. The new UI is accessed using Help > Software Updates.
- Viewing available software - You can now view the software thats available for install or update in multiple ways. The Available Software tab in the Help > Software Updates dialog provides a view menu button that lets you view the software by site, category, or name.
- Markers view - A new Markers view has been added for users who prefer to have their problems, bookmarks and tasks in the same view (i.e., as it was back in the days before Eclipse 3.0). It can be found by selecting Window > Show View > Other > Markers.
- New look for Problems, Bookmarks and Tasks views - The Problems, Bookmarks and Tasks views now have a new look, implementing many long-standing feature requests.
- Many more improvements and changes

<<less
Download (150.9MB)
Added: 2009-03-22 License: Freeware Price: FREE
261 downloads
Apple MRJ SDK 2.2.4

Apple MRJ SDK 2.2.4


MRJ is Apples implementation of the Java VM and runtime environment, based on Suns JDK 1.1.3 specification more>> MRJ is Apples implementation of the Java VM and runtime environment, based on Suns JDK 1.1.3 specification. It lets you to run Java applets and applications on PowerPC and 68040 computers running Mac OS 8.0 or later.

MRJ, which features a set of shared libraries and other system software files, supports all the new Java features introduced in Suns JDK 1.1, including JavaBeans, Internationalization, Security and Signed Applets, AWT Enhancements, JAR File Format, Networking Enhancements, I/O Enhancements, Math Package, Remote Method Invocation (RMI), Object Serialization, Reflection, Java Database Connectivity (JDBC), Inner Classes, and Java Native Interface (JNI).

MRJ also includes a PowerPC "just-in-time compiler" (JITc) and, for the first time, a 68040 JITc, both of which can provide significant improvements in performance over the MRJ 1.0.2 release that was provided with Mac OS 8.

Requirements:
MacOS 8.0 or later, 68030 processor or better, Disk Copy 6.1.3 or later.
<<less
Download (5.4MB)
Added: 1969-12-31 License: Free Price:
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 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 1applications and J2SE 5.0-based applets in Safari on Mac OS X 10.4 Tiger
License:Freeware
Download (33.8MB)
3087 downloads
Added: 2005-09-09
J2SE 5.0 Release 4 (PPC)

J2SE 5.0 Release 4 (PPC)


J2SE 5.0 Release (PPC) is designed to be an intuitive and polished program which comes with improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later. more>>

J2SE 5.0 Release 4 (PPC) is designed to be an intuitive and polished program which comes with improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later. This release includes J2SE version 1.5.0_06.

With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2. Java 1.4.2 is still installed on your machine, but applications will run with J2SE 5.0 unless they specifically request Java 1.4.2.

Requirements: Mac OS X 10.4.5 or later

<<less
Download (53MB)
Added: 2006-04-17 License: Update Price:
1 downloads
 
Other version of J2SE
J2SE 5.0 Release 4 (Intel)J2SE 5.0 Release 4 (Intel) J2SE 5.0 Release (Intel) is a sophisticated program which can bring ... This release includes J2SE version 1.5.0_06. With this update J2SE 5.0 becomes the preferred
License:Update
Download (80MB)
1 downloads
Added: 2006-04-17
TymeacSE 6.1

TymeacSE 6.1


full-feature, multi-threading, backend-process manager for Java (J2SE) development (RMI and internal server) more>> full-feature, multi-threading, backend-process manager for Java (J2SE) development (RMI and internal server)

TymeacSE is a free application that will provide a queuing facility, professional thread management and recursive processing that is easy to use.

<<less
Download (5.6MB)
Added: 2008-10-06 License: Freeware Price: FREE
382 downloads
EasyEclipse Desktop Java 1.2.2

EasyEclipse Desktop Java 1.2.2


EasyEclipse Desktop Java - development of Desktop GUI applications with Swing or SWT more>>
EasyEclipse Desktop Java is made for development of Desktop GUI applications with Swing or SWT.


This distribution includes the following plugins:

Core components with a JDK:

* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:

* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.

Some essential utilities:

* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.

Tools for development of Desktop applications in Java:

* Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
* EclipseNSIS 0.9.4.hotfix - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
* Fat Jar Eclipse plugin 0.0.24 - Deploys an Eclipse java project into one executable jar with all dependencies included.
* JarPlug 0.6.0.1 - View and edit Java Archive files.
* JarLaunch 0.5.0.1 - Run and debug Java Archive files.
<<less
Download (78.9MB)
Added: 2007-07-10 License: Freeware Price:
842 downloads
WebObjects Update 5.2.2

WebObjects Update 5.2.2


It is designed to help you to quickly develop and deploy your Java server applications. more>>

WebObjects Update 5.2.2 is designed to help you to quickly develop and deploy your Java server applications. Now with version 5.2, you can offer these applications as standards-based Web services, as well.

A powerful rapid application development environment, backed by Web service, data access and page generation capabilities, extends the reach of developers and reduces the cost of ownership by ensuring flexible, maintainable design. WebObjects is the ideal way to develop, deploy and extend powerful web services.

WebObjects gives you the ability to build or use standards-based web services without writing low-level SOAP, XML or WSDL. Tools enable code-free generation, configuration and testing of web services from existing data assets.

These standards-based web services can interoperate with clients written in many languages, including Java, AppleScript, Perl and .Net, opening up enterprise development to a new class of programmers.

Note: Users with Mac OS X 10.2.4-10.2.8 may download the WebObjects 5.2.1 update.

Requirements:

  • Mac OS X 10.3 or later
  • JDK 1.4.1
  • Xcode 1.0 Developer Tools
<<less
Download (130MB)
Added: 2003-10-28 License: Update Price:
1 downloads
Workspace 1.12.2

Workspace 1.12.2


Workspace 1.12.2 brings you a packaged e-commerce software for integrated e-business solutions. more>>

Workspace 1.12.2 brings you a packaged e-commerce software for integrated e-business solutions. Workspace is based on J2SE architecture and offers a reliable and easy-to-use solution with low total cost of ownership (TCO).

Workspace is reliable, expandable, easy to use aplication. You can use Workspace to build and publish e-commerce enabled websites e.g. b-to-c online stores, product catalogs and b-to-b extranet services.

Workspace is based on reliable technology and open standards. It is widely used and continuously developed and supported by Smilehouse.

The customers use Workspace to improve their processes aiming at automation, removal of manual routines, managed decrease of human workload and interest group integration. This is achieved by developing web-solutions with Workspace.

Workspace is a system for:

  • Building, developing and managing an e-commerce site.
  • Managing and distributing product information and related documents
  • Receiving orders, invitation of bids and payments from various interfaces (www, wap, palm)
  • Managing customer information, customer accounts and user privileges.
  • Customer management and support


Major Features:

  1. Features for system manager.
    • Workspace Operator version
  2. Features for users.
    • System (System)
      • Contains features for managing Workspace administration access rights and databases.
    • Product Marketing Engine (Products)
      • Contains all features for managing product data.
    • Order Manager (Orders)
      • Contains settings and features for managing orders and order process.
    • Customer Manager (Customers)
      • Contains settings and features for managing webshop customers, customer groups and access rights.
    • Marketing
      • Contains marketing tools such as coupons.
    • Visual Toolkit (Visual)
      • Contains all the features and settings to build the graphical appearance and structure.
    • Payment Gateway (Payment)
      • Contains settings to configure payment systems and delivery options.
  3. Features for developers and partners.
    • Integrations
      • Contains features for expanding Workspace.
    • PaymentGateway
      • Contains features for managing payments.
    • Plugins
      • Other expanding way of Workspace.

Enhancements:

  • New features
    • Smilehouse Workspace now supports the "Itella Noutopiste" service. More information can be found from http://verkkokauppiaalle.itella.fi/
  • Improvements
    • This release is a minor release focusing on improvements and bug fixes. Improvements are focused on performance on large datasets.
    • Faster group letter functionality with large number of receivers
    • Administration dropdown menus have been modified to work better with IE8 and Opera
  • Bug fixes
    • There were several bugfixes implemented in this version, including the following:
    • Lots of fixes for Kreditor and Lindorff
    • Filemanager does not produce wrong mime type anymore in response header if the request points to a directory but doesn't end with a slash

Requirements:

  • Server software
    • Apache Tomcat 5
    • JDK 1.5.X or newer
    • For SSL support JSSE 1.0.2 or higher.
  • Database
    • MySQL 4, MySQL 5, or PostgreSQL
  • Operating systems
    • All operating systems that support JDK 1.5.X, e.g.:
    • Linux
    • BSD
    • Windows NT/2000/XP
    • Solaris
    • Mac OS X
  • Hardware
    • All hardware platforms that support required operating systems, databases and server software can be used. An example of a small test server:
    • Intel / AMD Processor 2 Ghz
    • 1 GB of RAM
    • 1 GB of hard disk space
<<less
Added: 2009-08-18 License: update/patch Price: Notavailable
downloads
H2 Database Engine 1.1.113

H2 Database Engine 1.1.113


An SQL database engine written in Java more>> An SQL database engine written in Java

H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.

Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German).

Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

<<less
Download (4.9MB)
Added: 2009-05-24 License: Freeware Price: FREE
218 downloads
JGuiB 3.0

JGuiB 3.0


JGuiB - Java GUI for Boomer more>>
JGuiB for MacOS X is a GUI written in Java (JDK v5.0) which has been designed and implemented to work with Boomer which is an excellent PK/PD modeling program.

JGuiB turns interactive mode of Boomer into a GUI-based (window) application using command-line mode of Boomer. JGuiB includes three most commonly used functions of Boomer in PK/PD modeling: normal fitting, simulation and Bayesian estimation.

JGuiB is able to process more than one PK/PD model (max. 4 models in one project file) with various weighting schemes simultaneously using one data set. Meanwhile, Bayesian estimation can also be applied to the field of clinical pharmacokinetic services with only one single data point Cp at steady-state.

<<less
Download (1MB)
Added: 2007-06-29 License: Freeware Price:
847 downloads
jo! 1.1b1

jo! 1.1b1


jo! is a pure, free Java web server more>>
jo! is a pure, free Java web server.
jo! is based on J2SE 1.4.x. It will not run under Java 1.3.x or less.
Main features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable.
Enhancements:
- Added filter mapping panel to GUI
- Added color coding to logpanel
- Made filenames clickable in logpanel
- Added support for turning off session cookies
- Added support for specifying domain for session cookies
- Increased Java 5 compatibility
- Removed DOM implementation.
<<less
Download (4.6MB)
Added: 2005-07-08 License: Freeware Price:
1570 downloads
JCCKit 1.1

JCCKit 1.1


Chart construction kit for the Java JCCKit is a free and open source library and a very flexible framework for creating scientific charts and plots more>> Chart construction kit for the Java

JCCKit is a free and open source library and a very flexible framework for creating scientific charts and plots.
NOTE: JCCKit is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).

Main features:
- small (< 100Kb jar file)
- highly configurable due to a sophisticated configuration concept
- extensible (1/3 of all classes are interfaces or abstract classes.)
- automatic updating if data changes
- easy programming of dynamic charts and plots
- automatic rescaling if canvas size changes
- out-of-the-box applet for presenting static data on a web page without needing knowledge of the Java programming language.
- automatically generates a legend
supports:
- logarithmic axes
- non-numerical tic labels
- different line styles, colors, and thicknesses
- different symbols
- different fonts, font styles, colors, and text orientations
- vertical and horizontal error bars
- vertical, horizontal, and stacked bar charts
supported devices:
- AWT Graphics context
- AWT Graphics2D context (needs Java 2 platform)
- Off-Screen image creation (need J2SE 1.4 or higher) (see section 2.5 of the User Guide)
- SVG (Scalable Vector Graphics)

System requirements:
-

Enhancements
Features:
- Double-buffering can be switched off to allow off-screen image creation.
Documentation:
- double-buffering can be switched off
- new configuration manual

<<less
Download (1.2MB)
Added: 2009-06-29 License: LGPL Price: FREE
195 downloads
Objectscript 2.10.4

Objectscript 2.10.4


Objectscript is an object-oriented programming language more>>
ObjectScript is a general purpose object-oriented programming language.It is designed to be simple to learn, easy to use, yet still powerful,combining the convenience of an interactive interpreter with many of the features of Java:a simple java-like syntaxjavadoc supportclass system, with single inheritanceprivate/protected/public fields and methodsexceptionssynchronization and threadingcompiles to bytecode for higher performance.
Main features:
- a simple java-like syntax
- class system, with single inheritance and mixins
- private/protected/public fields and methods
- exceptions for error handling
- synchronization and threading
- compiles to bytecode for higher performance
- osdoc: a javadoc-like tool to extract API documents
- from src code, plus API docs accessible reflectively
- XML-RPC support
- Windows COM support
- regular expressions (requires java v1.4 or later)
- Plus, its free!
Enhancements:
- command line debugger: when invoking a script from the command line, you can use the --breakpoint (or -b) argument, followed by file and line number, to set one or more breakpoints.
- build: it should now be possible to compile with JDK 1.5.0 (Java 5.0)
- arrays: add pkg.array API with methods, such as newByteArray(len), to construct java arrays. Java arrays are not copied when passed to java code, so therefore if the java method writes into the array, the script code can see the result.
<<less
Download (7.2MB)
Added: 2006-07-17 License: Freeware Price:
1194 downloads
JavaFX 1.0

JavaFX 1.0


JavaFX offers you a helpful platform to deliver expressive content and cross-device services on mobile devices, desktops, and browsers. more>>

JavaFX 1.0 offers you a helpful platform to deliver expressive content and cross-device services on mobile devices, desktops, and browsers.

Build rich internet applications (RIAs) with the JavaFX family of products. It includes the tools and platform SDK for developers, web developers, and designers to create dynamic applications for the next generation of web delivered content. Learn more about JavaFX technology and how you can build applications for desktop, mobile devices, and TV screens here.

JavaFX provides a productive development environment for web developers, mashup authors, and Java developers to quickly and easily build the next generation of rich internet applications (RIAs). With JavaFX, designers and developers can collaborate on building high-impact RIAs. Designers gain a broad set of tools to complete the designer/developer workflow, and developers have a simple, declarative scripting language with the right set of tools.
JavaFX provides a scripting language, JavaFX Script, designed for web scripters and content authors who like to program in a visual context. It allows developers to write code that closely matches the layout of the GUI. Plus JavaFX Script provides seamless interactivity with Java, and allows programmers to use Java classes to harness into functionality that is not directly supported in JavaFX Script.

Major Features:

  1. Expressive RIA platform for all screens: Unified development and deployment model for building expressive RIAs across desktop, browser and mobile
  2. Designer-developer workflow: Dramatically shortened production cycle for designers and developers
  3. Powerful runtime: Leverage the extreme ubiquity, power, performance and security of Java runtime
  4. Ready-made mass market: Widely distribute RIAs quicker and easier across billions of devices
  5. Break free from the browser: Drag-and drop a JavaFX application from the browser to deploy to the desktop
  6. Rich client platform: Makes it easy and intuitive to integrate graphics, video, audio, animation and rich text
  7. Solve the security vs. usability conflict: Unlike other web technologies, JavaFX applications get broader system access with the proven Java security model
  8. Preserve investment in Java: Reuse existing Java libraries in JavaFX applications
  9. Build next-generation mash-ups: Web services support allows rapid development of mash-ups and enterprise applications
  10. Cross-browser compatibility: JavaFX applications look and feel consistent across all browsers on multiple platforms
  11. Enterprise integration: Rapidly integrate rich client UI with complex back-end enterprise applications
  12. RIAs with global reach: Advanced rich-text rendering with multi-lingual support to create RIAs with a global reach

Enhancements:

  • Expanded support for converting graphic objects from Adobe Illustrator and Adobe Photoshop format to JavaFX format. See the Production Suite online help for a list of supported features.
  • A new Preview feature in the JavaFX 1.0 Plugin for Adobe Illustrator and the JavaFX 1.0 Plugin for Adobe Photoshop that enables viewing of graphics as they appear in JavaFX format.
  • A new JavaFX content viewer in NetBeans IDE 6.5 for JavaFX 1.0 that enables viewing of both the JavaFX graphic and the source description.
  • A JavaFX Graphics Viewer enhanced with magnification, zoom, and fit-to-window capabilities.
  • UI stub files that are generated manually through the NetBeans IDE instead of automatically during export.
  • 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.
<<less
Download (21.1MB)
Added: 2008-12-05 License: Freeware Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3