Excelsior Jet For Mac

On

Which version to evaluate: 32‑bit or 64‑bit? As of version 15.3, 32‑bit Excelsior JET provides more features (see below), and often delivers better application performance, but the final choice depends on your target platform(s): Windows: 32‑bit executables install and work normally on 64‑bit Windows systems, so if Windows is your sole target, evaluate the 64‑bit version only if your application requires a large heap and/or needs to integrate with 64‑bit native libraries. Linux: Installation of 32‑bit libraries on 64‑bit Linuces is often cumbersome, so you may need to provide both 64‑bit and 32‑bit Linux builds to your end users. OS X: The OS X version of Excelsior JET is 64‑bit only, so you don't really have a choice. Doubletwist app for windows 10.

  1. Excelsior Jet Download

Java Version Support Excelsior JET 15.3 supports Java SE 8 Update 181 (1.8.0181) out-of-the-box. Platform Support See the page for details on hardware and operating system support. New And Noteworthy. Spring Boot support. Faster JIT compilation. Application performance improvements. Java SE 8u181 support See the for details.

Known Issues Because of the switch over to the OpenJDK API, some Java2D/AWT graphics may render differently and/or slower. OS X Warning The OS X/macOS version exhibits intermittent graphics rendering issues on the latest macOS Mojave. We have been investigating the problem, but so far have been unable to identify the root cause and decided to go ahead with the final release so as to avoid holding back the users of the Windows and Linux versions. The OS X version is the youngest, so there are still some rough edges, especially in the graphical tools (JET Control Panel and JetPackII):. They can only be started from the command line. You may need to install an X Window implementation such as. Certain Excelsior JET functionality involves running your natively compiled program in a terminal.

On Linux, it employs xterm for that purpose. For now Excelsior JET for OS X also falls back to xterm, but future versions will either employ the standard OS X terminal emulator, Terminal.app, or will have the respective functionality reimplemented without such external dependencies. Menu bars are shown under window title bars, not at the top of the screen. File choosers have Windows L&F. Also, the Startup Accelerator is missing. Note: Before starting installation, it is recommended that you log on with administrator authority.

Short Description. Excelsior JET is a complete solution for acceleration, protection and deployment of your Java(tm) applications, certified Java Compatible on a number of Microsoft Windows and Linux (IA-32) platforms. Excelsior JET is available for Mac and Windows. Starting Price: $1500.00/one-time/user. Free Trial: Free Trial available. Ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5 features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5.

To install Excelsior JET, simply launch the EXE file you have downloaded and follow the on-screen prompts. Upon successful installation, the JET Setup program will be invoked automatically: If your application works fine on the specific version of Java indicated in the Use default profile option, simply click Finish. Otherwise, select Create a new profile and click Next to proceed to the Profile Manager. Prerequisites As of version 15.3, certain functions of Excelsior JET for OS X graphical tools require xterm. If you do not have xterm, install an X Window implementation such as.

Installation Excelsior JET for OS X is packaged as a command-line installer. This may change in future versions. To install it, do the following: Launch Terminal.app. Change the working directory to the file system location under which you want to install Excelsior JET, such as /opt, change permissions of the binary that you have downloaded and launch it. (You may need to use sudo when installing to a location outside your home directory.) For instance: $ cd /opt $ chmod a+x /Downloads/jet-1530-eval-en-osx-amd64.bin $ sudo /Downloads/jet-1530-eval-en-osx-amd64.bin The installer will invoke the more utility to display the license agreement. After you page through it, the following message shall display: Do you agree to the above license terms? yes or no Type ' yes' and hit Enter to accept the license and the installer will unpack the product files into./jet10.5-eval-amd64.

Now, suppose the full path to that directory is JET-home. Add the subdirectory JET-home/bin to the PATH environment variable. For instance, if you are using bash, either use the following command: $ export PATH= JET-home/bin:$PATH or run the setenv script located in the Excelsior JET installation directory: $ cd JET-home $ source setenv Notice Make sure to run it as source setenv (can be abbreviated as. Setenv) so that it affects the current shell. Important notice for 64-bit Linux users targeting 32-bit x86 systems: If you want to build and test 32‑bit binaries on a 64-bit Linux system, please be aware that most such systems do not have 32‑bit libraries installed by default. If you receive a 'No such file or directory' or 'cannot execute binary file' on an attempt to install the 32‑bit version of Excelsior JET for Linux/x86 or run one of its components on a 64‑bit system, or if one of Excelsior JET graphical tools fails on startup with Exception in thread 'main' java.lang.NoClassDefFoundError: java.awt.Frame you need to install some or all of the required libraries. On Ubuntu/Debian, the procedure used to be as simple as: sudo apt-get install ia32-libs but in the latest versions you have to list the libraries explicitly: sudo apt-get install libc6:i386 libx11-6:i386 libxext6:i386 libxrender1:i386 libxi6:i386 libxtst6:i386 The installation procedure in other distros may differ.

To install Excelsior JET on Linux, do the following: In a terminal window, change the working directory to the file system location under which you want to install Excelsior JET, such as your home directory, change permissions of the binary that you have downloaded and launch it. For instance: $ cd $ chmod a+x /Downloads/jet-1530-eval-en-linux-amd64.bin $ /Downloads/jet-1530-eval-en-linux-amd64.bin The installer will invoke the more utility to display the license agreement. After you page through it, the following message shall display: Do you agree to the above license terms? yes or no Type ' yes' and hit Enter to accept the license and the installer will unpack the product files into./jet15.3-eval-x86 or./jet15.3-eval-amd64. Now you may want to add JET-home/bin to the PATH environment variable, where JET-home is the full pathname of the the directory into which the installer has just unpacked your Excelsior JET Evaluation Package.

For instance, if you are using bash or Bourne shell, either issue the following command: $ export PATH= JET-home/bin:$PATH or run the setenv script located in the Excelsior JET installation directory: $ cd JET-home $ source setenv Notice Make sure to run it as source setenv (can be abbreviated as. Setenv) so that it affects the current shell.

Windows: select JET Control Panel from the Excelsior JET Start Menu. OS X/Linux: type $ jetcp at the command prompt and press Enter. On the Welcome Screen, click the respective item: and follow the on-screen prompts. Excelsior JET Launcher To compile a plain Java application that can be run with the java launcher, do the following:. Identify the command line that runs your application on the conventional JRE, e.g. Java -Xmx256m -Dfoo='bar' -jar MyApp.jar If your app is run by a shell script, create a copy of that script, open it in a text editor, and find the java command launching your application.

If you use an IDE, such as IntelliJ IDEA, Eclipse, or NetBeans, the java launcher command line is typically displayed at the top of a Run window that appears when you start your application from within the IDE. You may select it and copy to clipboard. Locate the Excelsior JET Launcher under the current profile directory, and determine its full pathname, for instance: JET-home profile1.8.0181 jre bin java.exe (Windows) JET-home/profile1.8.0181/jre/bin/java (OS X/Linux). Replace the pathname of the standard java launcher with the above pathname in the command line you identified on step 1, and execute the resulting command (or the modified shell script.) This will bring up a dialog displaying the application's working directory and command line:. Click Proceed to create a new project and open it in the JET Control Panel.

Excelsior jet macosExcelsior

We did our best to make the following steps obvious to a person used to not read product manuals.:) As you may see, the Excelsior JET Launcher has the same command line interface as the standard java launcher, but instead of running your application right away, it collects the information about its launch time configuration, such as classpath, main class, working directory, heap size, system properties, etc., and passes them to the JET Control Panel so that you could adjust those and other settings. This is the fastest way to begin using Excelsior JET for the optimization of your application and also the easiest way to set up a project if your Java application is started via a complex script file.

Excelsior JET Maven and Gradle plugins enable you to add support for native builds to your existing Maven projects or Gradle build scripts with ease. Both plugins are on Maven Central, so you can start using them right away. The current versions of both plugins support all types of applications that Excelsior JET can handle, beside Eclipse RCP apps:. Plain Java SE applications, defined as applications that (a) can be run with all dependencies explicitly listed on the command-line of the conventional java launcher: java -cp dependencies-list main-class and (b) load classes mostly from the listed jars.

Excelsior Jet Download

NEW Spring Boot applications packaged into executable jar or war files. Java applications disguised as Windows services using the. Invocation dynamic libraries (e.g. Windows DLLs) callable from non-JVM languages If your application belongs to one of these types, refer to the respective plugin home page for further instructions. The plugins are being developed as open source projects, hosted on GitHub. Excelsior JET Maven Plugin: Excelsior JET Gradle Plugin:.