Excelsior JET 6.4 MP1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Excelsior JET 6.4 MP1 (Default branch)
# 1  
Old 12-16-2008
Excelsior JET 6.4 MP1 (Default branch)

Image Excelsior JET is a Java VM enhanced with an Ahead-Of-Time (AOT) compiler and deployment toolkit. It is certified Java Compatible on Windows and Linux on Intel x86 hardware. Excelsior JET Optimizer transforms your classes and JARs into high-performance binary executables. Excelsior JET Runtime includes a licensed Sun implementation of the Java API and Excelsior's proprietary JVM, which is responsible for Java memory management, threading, synchronization, security, and JIT compilation of classest that could not be precompiled. The Excelsior JET Installation Toolkit makes it possible to prepare your optimized application for deployment to end-user systems. License: Other/Proprietary License with Free Trial Changes:
Support was added for Java SE 6 Update 10, so natively compiled Java applications may now take advantage of the fully accelerated Windows graphics pipeline and the Nimbus look-and-feel. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Web Development

Oracle JET 4.x - Lesson 1 - Part 9: Oracle JET Cookbook (Gauges and Ints)

Working on: 10. Lesson 1: Oracle JET 4.x - Lesson 1 - Part 9: Oracle JET Cookbook (which I highly recommend) and using the server loadavg code I wrote and have been adding gauges. All is great so far, and I'm loving JET, but have ran into an issue. Here is the loadavg.js code: /** ... (1 Reply)
Discussion started by: Neo
1 Replies
Login or Register to Ask a Question
scdsbuilder(1HA)					       Sun Cluster Commands						  scdsbuilder(1HA)

NAME
scdsbuilder - launch GUI version of Sun Cluster Agent Builder SYNOPSIS
scdsbuilder DESCRIPTION
The scdsbuilder command launches the GUI version of the Sun Cluster Agent Builder. Before you use Agent Builder, verify the following requirements: o The Java runtime environment is included in your $PATH variable. Agent Builder depends on the Java Development Kit, starting with Version 1.3.1. If the Java Development Kit is not included in your $PATH variable, the Agent Builder command (scdsbuilder) returns and displays an error message. o You have installed the Developer System Support software group of the Solaris 9 OS or Solaris 10 OS. o The cc compiler is included in your $PATH variable. Agent Builder uses the first occurrence of cc in your $PATH variable to identify the compiler with which to generate C binary code for the resource type. If cc is not included in $PATH, Agent Builder disables the option to generate C code. Note - You can use a different compiler with Agent Builder than the standard cc compiler. To use a different compiler, create a symbolic link in $PATH from cc to a different compiler, such as gcc. Or, change the compiler specification in the makefile (currently, CC=cc) to the com- plete path for a different compiler. For example, in the makefile that is generated by Agent Builder, change CC=cc to CC=pathname/gcc. In this case, you cannot run Agent Builder directly. Instead, you must use the make and make pkg commands to generate data service code and the package. EXIT STATUS
This command returns the following exit status codes: 0 The command completed succesfully. nonzero An error occurred. FILES
install_directory/rtconfig Contains information from the previous session. This information facilitates the tool's quit and restart feature. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
cc(1B), scdscreate(1HA), scdsconfig(1HA), attributes(5) Chapter 9, Sun Cluster Agent Builder, in Sun Cluster Data Services Developer's Guide for Solaris OS Sun Cluster 3.2 14 Sep 2007 scdsbuilder(1HA)