Main > Free Download Search >

java aot compiler trial software / shareware for linux

java aot compiler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 168
Java Date Picker 4.3

Java Date Picker 4.3


Java Date Picker is a suite of professional date components for Swing. more>>
Java Date Picker is a suite of date components for Swing, highly appreciated by Java developers for its richness of features, configurability and well crafted API. Java Date Picker project contains an editable date picker, a date/time field, a multiple month calendar and a month component.
Main features:
- Lots of features to handle any date/time entry situation
- Careful and well-crafted API to speed up the development of your application
- Microsoft-like calendar to keep the same feeling for users when moving to Java applications
- Mouse and keyboard support to enter date time information intuitively
- Detailed tutorial and examples to get the most out of the API
- Source code access to ensure the life of your application
- Works with J2SE 1.3 or higher on Windows, Mac, Linux and all Java enabled platforms
- Royalty free distribution
Swing Compliant
The components can be localized for any language and region
Ready to use JTable date cell editor so you dont have to write one
Keyboard support for maximum productivity
Look and feel support (Metal, Windows, Motif, Aqua and custom)
Flexible API
Date model to control the edited date
Date parser to parse shortcut dates like "yesterday" or "today + 3"
Date renderer to paint calendar dates as you need
Date selection model to control everything about the selected/-able dates
Custom UI delegates to finely adjust or even reimplement the UI as you like
Date Selection
Selection type like single, single interval or multiple intervals
Week and day of week selection support
Null dates support to allow maximum date input flexibility
Restrict dates to an interval like Jan 1, 2002 - Apr 7, 2003
Restrict dates with rules like "Week-end dates cannot be selected" or "Holidays cannot be selected"
Restrict individual dates like January 3, 2005
Date Time Editing
Structured editor that forces users to type syntactically valid dates using any date format
Free text support to enter dates as a simple text, with no constraints
Shortcut dates support so you can type shortcut strings like "today", "xmas" or "tomorrow" to specify a date
Date validation to keep users from making mistakes
Date field access to have full control over an edited date
Calendar Configuration
Multiple month calendar to view a quarter or a whole year
Control grid color and visibility
Paint the calendar dates as you like with date renderers
Customized fonts and colors to create an intuitive interface
Show or hide week numbers and days
Enhancements:
- This release adds support for the JBuilders dbSwing data binding framework.
- It improves the date editor to support month names.
- JDatePicker is created faster (comparable to JComboBox).
- The JDatePicker calendar can now be configured using a Popup object.
- The JDatePicker class has fewer methods (reduced from 29 to 7).
- There are other improvements and bugfixes.
<<less
Download (MB)
Added: 2007-01-09 License: Other/Proprietary License with Free Trial Price:
623 downloads
JNC - JavaNativeCompiler 1.1

JNC - JavaNativeCompiler 1.1


JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native... more>> <<less
Download (21530KB)
Added: 2009-04-09 License: Shareware Price: $39.9
198 downloads
Java HTTP Client 2.5.0

Java HTTP Client 2.5.0


Provides features not found in the Sun HttpURLConnection implementation: NTLM V2 support, pipelining, single sign-on, Apache Axis/Axis2 support, WebDAV support, many different timeout options, tracing, source code availability, and quick support. Completely plug-compatible with HttpURLConnection. more>>

Java HTTP Client - Provides features not found in the Sun HttpURLConnection implementation: NTLM V2 support, pipelining, single sign-on, Apache Axis/Axis2 support, WebDAV support, many different timeout options, tracing, source code availability, and quick support. Completely plug-compatible with HttpURLConnection.


Enhancements:
Version 2.5.0

Added SOCKS support, custom socket creation, streamlined authentication processing and bug fixes.


System Requirements:Requires JVM 1.4.2 or higher
<<less
Download (636Kb)
Added: 2008-03-14 License: Shareware Price: $2000.00
17 downloads
Java Obfuscator DashO 3.2

Java Obfuscator DashO 3.2


The Java Obfuscator of Choice - DashO. * ISVs Choice for protecting products from reverse engineering. * Industrys choice to protect proprietary co... more>> <<less
Download (16666KB)
Added: 2009-04-21 License: Demo Price: $1890.0
199 downloads
JProfiler 5.0

JProfiler 5.0


JProfiler is an award-winning all-in-one Java profiler. more>>
JProfiler is an award-winning all-in-one Java profiler.
Main features:
Live profiling of a local session
- Once you define how your application is started, JProfiler can profile it and you immediately see live data from the profiled JVM. To eliminate the need for session configuration, you can use one of the many IDE plugins to profile the application from within your favorite IDE.
Live profiling of a remote session
- By modifying the VM parameters of the java start command you can get any Java application to listen for a connection from the JProfiler GUI. The profiled application can not only run on your local computer, JProfiler can attach to a profiled application over the network. In addition, JProfiler provides numerous integration wizards for all popular application servers that help you in setting up your application for profiling.
Offline profiling
- You do not have to connect with the JProfiler GUI to the profiled application in order to profile it: With offline profiling you can use the JProfiler API to control the profiling agent and save snapshots to disk. At a later time you can open these snapshots in the JProfiler GUI or programmatically export profiling views with the command line export tool or the export ant task.
Snapshot comparisons
- In JProfiler, you can save a snapshot of all current profiling data to disk. JProfiler offers a rich comparison facility to see what has changed between two or more snapshots. Alternatively you can create comparison reports programmatically with the command line comparison tool or the comparison ant task.
Enhancements:
- This release adds a trigger and action system, support for HPROF memory snapshots, and a call tracer view.
- Several new VM telemetries have been added.
- Eclipse WTP is now supported.
- A JProfiler MBean has been added for controlling offline profiling.
<<less
Download (MB)
Added: 2007-05-09 License: Other/Proprietary License with Free Trial Price: $499
562 downloads
Java Platform Invoke API Demo (Linux) 2.00.02

Java Platform Invoke API Demo (Linux) 2.00.02


Java Platform Invoke API (Demo version) for Linux, i386 more>> Java Platform Invoke API (Demo version) for Linux/Unix, i386.
Enables Java code to call native functions implemented in shared link libraries like in Microsoft .NET Framework. Written for JSE 1.5.x and later.
Java platform invoke an API that enables Java code to call native functions implemented in shared libraries, such as those in the Linux API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the interoperation boundary as needed. This API supports implicit marshaling that makes Java coding with native functions very simple.
To consume a shared library functions you need
1.Identify functions in shared librarys.
Minimally, you must specify the name of the function and name of the the shared library that contains it.
2.Create a class to hold shared library functions.
You can use an existing class, create an individual class for each native function, or create one class that contains a set of related native functions. This class should extend CNativeLibrary. Use the annotation ImportLibrary to bind your class to the native library.
3.Create prototypes in Java code.
Write prototype of a native function as a method with signature that corresponds to the native function using data type map agreement. To identify the native function use the annotation Function. Mark the method with the native modifier.
4.Call a shared library function.
Call the method on your Java class as you would any other Java method. As parameters can be passed structures and implemented in Java callback functions.
<<less
Download (426KB)
Added: 2009-04-13 License: Demo Price: NA
226 downloads
jWave

jWave


jWave is a versatile set of packages for Java that allow you to easily create and process RIFF files. more>>
jWave is a versatile set of packages for Java that allow you to easily create and process RIFF files, with a special emphasis on reading and writing Microsoft PCM wave (.wav) files.

By popular demand, it is now distributed in its own bundle.
<<less
Download (0.041MB)
Added: 2006-08-24 License: Shareware Price: $10
1156 downloads
DataMatrix ECC200 Font and Encoder 8.0

DataMatrix ECC200 Font and Encoder 8.0


IDAutomations DataMatrix bar code font uses IDAutomation Vertical Interleaved Technology to print high density ECC-200 Data Matrix symbols with TrueType, PCL and PostScript fonts. Includes Signed ActiveX Control with CAB file, ASP.NET Web Control, .NET Forms Control DLL and Java Library plus examples for Excel, Word, Access, Java, .NET and Crystal Reports. more>>

DataMatrix ECC200 Font and Encoder - IDAutomations DataMatrix bar code fonts allow printing of ECC-200 Data Matrix symbols with TrueType, PCL and PostScript fonts by using IDAutomation Vertical Interleaved Technology. Includes VB code, Java Library, ASP.NET Web Control, .NET Forms Control DLL and examples for Excel, Word, Access, Java, .NET and Crystal Reports. Hundreds of text characters and binary data can be stored securely and inexpensively with the DataMatrix symbology. Using Reed Solomon error correction, the printed DataMatrix symbol can also withstand damage without causing loss of data. This high level of error correction is far more advanced than one dimensional barcodes with check digits.


Enhancements:
Version 8.0

Recent updates to this product include performance enhancements and improved compatibility with Windows Vista, MAC OS X and Java.


System Requirements:
<<less
Download (2.6Mb)
Added: 2008-07-01 License: Shareware Price: $199.00
17 downloads
Koalog Constraint Solver 3.0

Koalog Constraint Solver 3.0


Koalog Constraint Solver is a powerful constraint solver written in Java. more>>
Koalog Constraint Solver is a powerful constraint solver written in Java.
Koalog Constraint Solver project provides cutting-edge technology for solving satisfaction and optimization problems, including scheduling:
- scheduling: Koalog Constraint Solver provides a specific API for disjunctive scheduling;
- planning;
- time tabling;
- resource allocation;
- configuration: Koalog Configurator is powered by Koalog Constraint Solver;
- puzzles: sudoku.koalog.com is powered by Koalog Constraint Solver.
Enhancements:
Features:
- Added shaving methods to IntegerVariable.
- New constraints: LatinSquare, LatinSquare_SPARSE.
- Added back constraint Opp.
- New domain heuristic: RandomOrderDomainHeuristic.
- Various optimizations leading to a 25% performance improvement.
API changes:
- Renamed Range into InDomain.
- Renamed InRange into IsInDomain.
- Renamed Eq1 into Eq_1.
- Renamed Neq1 into Neq_1.
- Renamed Neq1_SPARSE into Neq_1SPARSE.
<<less
Download (1.0MB)
Added: 2005-12-15 License: Other/Proprietary License with Free Trial Price:
1416 downloads
Big Faceless Java PDF Viewer 2.11.6

Big Faceless Java PDF Viewer 2.11.6


A Swing component that can display PDF documents more>>
Big Faceless Java PDF Viewer 2.11.6 functions as a versatile swing component that can display PDF documents

Big Faceless Java PDF Viewer is Intended for customers who dont require the full API, the PDF Viewer can be installed as an Applet, application or via Java Web Start, or embedded in a Swing application.

Printing, saving, text search, forms, digital signatures, and annotations are some of the many features available - the viewer can be tailored to include just the features you need, and is a cost-effective solution for those needing the features of Adobe Acrobat on a Java platform.

Essentially a cut-down version of the full PDF Library, the Java PDF Viewer is a more cost-effective solution for those who dont required API access to the main library.

Unlike its big brother, the viewer cannot create new PDFs and any edits must be made through the Swing interface. That interface is supplied with a large number of "features" (the full list is here) which can be enabled to customize the interface; ideal for distributing a limited functionality viewer as part of the

Major Features:

  1. Swing component for displaying PDF documents
  2. Customizable feature set includes printing, saving, search/selection, forms, bookmarks, reorderable thumbnails, annotations and more.
  3. Full support for PDFs up to Acrobat 9
  4. Viewer can be controlled from JavaScript
  5. Applet size under 1MB
  6. Localized in English, French, Spanish, German, Japanese and Chinese

Enhancements:

  • All BFO warning (and debug, if enabled) messages are now logged using log4j if available, or java.util.logging.* if not.
  • Large synchronization audit fixed some issues when reading from one PDF in multiple threads, particularly when using the viewer.
  • Fixed problem that could result in corruption when repeatedly saving a PDF containing compressed XRef tables and multiple revisions.
  • Modified AnnotationStamp so Acrobat correctly handles custom stamps, and added some new types of standard stamp.
  • Added FDF.getXFDF() method, for exporting XFDF from a PDF, and added support for this to the Viewer. Fixed FDF export, broken some releases ago.
  • More PDF/A related fixes, and added a number of new OutputProfile.Features.
  • Fixed RichText content in text fields
  • Added subsetting for CFF fonts
  • Fixed error with some Windows JDKs when rasterizing JPEG images
  • Fixed unusual cases of Linear & Radial shading, added preliminary support for Coons & Tensor-Product Patch shading (Type 6 & 7).
  • Fixed blending, broken in previous release and resulting in opaque highlight annotations.
  • Correctly handle masked images where the mask and image are different sizes, as created by Luratech products.
  • Added PageExtractor.Image.getUniqueId(), to identify extracted images.
  • Added PageExtractor.Image.getMetaData() and Text.getFontMetaData(), to return any embedded XMP MetaData for those items in the PDF.
  • Fixed long-standing bug in CCITT.G3 2D encoding now rarely seen in very old TIFF images.
  • Further fixes to handle some types of corrupt PDF
  • Viewer: Page Up/Page Down/Home and End keys navigate correctly through the PDF via the Viewport ActionMap. Standard ScrollBar keybindings are overridden, previous KeyListener approach didnt work reliably and was removed.
  • Viewer: Fixed missing glyphs in some fonts after a search was run.
  • Viewer: PDFTool (the class run by "java -jar bfopdf.jar") has more options.
  • Viewer: Stamps no longer slowly grow when clicked on due to rounding error
  • Viewer: Calling DocumentPanel.redraw(page) will work as expected.
  • Viewer: Dont allow JavaScript to be run on the console if no PDF is loaded
  • Viewer: Fixed page jump when zoom level is changed in Column view
  • Viewer: Dont fail under 1.6 when saving PDFs to filenames containing an invalid regex backreference.
  • Viewer: Improved display under OS X, including addition of a Dock Icon.
  • Viewer: Added keyboard shortcuts to "Open Recent" menu.
  • Viewer: Thumbnail panel now scrolls to follow the current page, and renders more reliably.

Requirements: Java 2 Standard Edition Runtime Environment

<<less
Added: 2009-07-07 License: Shareware Price: USD400.00
12 downloads
Java Scheduler-Linux/Unix/Solaris 2.9

Java Scheduler-Linux/Unix/Solaris 2.9


Automation and task scheduler software for Windows, Linux, Solaris, Unix and ... more>> Automation and task scheduler software for Windows, Linux, Solaris, Unix and MacOS written in Java. Automate multiple file FTP transfers, ftp logging and daemon, web downloads with proxy authorization, email with attachments, success based chaining of programs and tasks, and other tasks like copy, print, delete files. Tasks can be scheduled by the second or minute, or on a hourly, daily, weekly, or monthly basis. Features front panel task and schedule display and editing, and activity, error, and debug<<less
Download (7.10MB)
Added: 2009-03-31 License: Shareware Price: $49.95
207 downloads
JFormDesigner 3.0.5

JFormDesigner 3.0.5


JFormDesigner is an advanced GUI designer for Swing user interfaces. more>>
JFormDesigner makes Swing GUI design a real pleasure. JFormDesigner decreases the time you spend on hand coding forms, giving you more time to focus on the real tasks. Youll find that JFormDesigner quickly pays back its cost in improved GUI quality and increased developer productivity.
Main features:
- Easy and intuitive to use, powerful and productive: JFormDesigner provides an easy-to-use but powerful user interface. Even non-programmers can use it, which makes it also ideal for prototyping.
- JGoodies FormLayout and Clearthoughts TableLayout support: These well-known open source layout managers allow you to design high quality forms. JFormDesigner provides excellent support for them. FormLayout / TableLayout
- Advanced GridBagLayout support allows the specification of horizontal and vertical gaps (as in TableLayout). This makes it very easy to design forms with consistent gaps using GridBagLayout. No longer wrestling with GridBagConstraints.insets. Read More
- Column and row headers (for grid based layout managers) show the structure of the layout (including column/row indices, alignment, growing, grouping) and allow you to insert or delete columns/rows and change column/row properties. Its also possible to drag and drop columns/rows (incl. contained components and gaps). This allows you to swap columns or move rows in seconds. Read More
- Localization support: Localizing forms using properties files has never been easier. Specify a resource bundle name and a prefix for keys when creating a new form and then forget about it. JFormDesigner automatically puts all strings into the specified resource bundle (auto-externalizing). Read More
- Java code generator or runtime library: Either let JFormDesigner generate Java source code for your forms (the default) or use the royalty-free runtime library to load JFormDesigner XML files at runtime. Your choice.
- Generation of nested classes: The Java code generator is able to generate and update nested classes. You can specify a class name for each component in your form. This allows you to organize your source code in an object-oriented way. Read More
<<less
Download (5.7MB)
Added: 2007-08-14 License: Other/Proprietary License with Free Trial Price: $79
520 downloads
Loophole 2.0.3

Loophole 2.0.3


Loophole Client is a filesharing software. more>>
Loophole Client runs at work, on Windows or Linux. Download it at work and install it, or download our ISO image at home, burn a CD, and run from CD at work.
Loophole Server runs at home, on Windows or Linux.
Main features:
- gets you directly out to the Internet, through your companys firewall or web filter
- encrypts where-youre-going and what-youre-doing-there
- is discreet (can run from CD-ROM and use Camouflage Mode to avoid leaving tracks on your work computer)
- uses your cable or DSL modem (uses your home computers bandwidth while youre at work).
Enhancements:
Camouflage Mode bug fixed
- Previously, exiting Camouflage Mode from the file chooser or pass phrase input dialog would close the window, but leave the Loophole Client process hung. (20021108)
Validity Indicators are updated continuously
- In response to many customer questions and requests, validity indicators (the little red/green boxes in the UI) are now updated on every keystroke. A widgets validity is always current; theres no need to tab out of a field or press Enter. (20021108)
IP address/host name fields are validated properly
- These fields are now validated strictly. Previously, dotted quads with integers > 255 were considered valid. (20021108)
Camouflage Mode file chooser improved
- In Camouflage Mode, the settings file chooser now has filters for common file types. (20021108)
Camouflage Mode save-settings dialog improved
- When saving settings in Camouflage Mode, the user is now prompted with a two-field pass phrase definition dialog. It was dangerous to use a single-field input dialog, because a user changing its pass phrase was not required to type it again to confirm it. (20021108)
HTTP proxy compatibility improved
- Some proxy servers dont use correct HTTP carriage control (CR/LF). Loophole now works with all flavors of carriage control. (20021108)
- Some proxy servers return incorrect HTTP authentication headers. Loophole detects these proxy servers, and adapts to them. (20021108)
Text field and combo box context menu added
- Text fields and combo boxes now support a context (right-click) menu for Cut, Copy, Paste, Undo, Redo, Select All, and Clear All actions. (20021108)
Monitor screen bugs fixed
- Previously, both Loophole Client and Loophole Server monitor screens neglected to reflect changes to host and port settings. (20021108)
License validation logic enhanced
- Removed one circumstance under which a license could be spuriously considered invalid. (20021108)
Updated Java Runtime Environment
- Loopholes private Java Runtime Environment is now based on version 1.4.1_01. (20021108)
Work around Java/Linux time zone problem
- On some versions of Linux, Java cant determine its time zone properly. Until Java is corrected, we work around this problem. (20021109)
<<less
Download (37.1MB)
Added: 2005-08-19 License: Shareware Price: $49
1526 downloads
Zoom Image 2.0

Zoom Image 2.0


Zoom Image is a software for magnifying and exploring images with Java. more>>
Zoom Image is a software for magnifying and exploring images with Java.
Main features:
- Up to 2,000% magnification ( 20:1 zoom ).
- Left mouse button ZOOMS IN - right mouse button ZOOMS OUT.
- Mouse pointing controls the direction of exploration.
- Used to display quality high resolution JPG and GIF images.
- Displays large images within a small window on the page.
- Window and image sizes are fully customizable.
The installation is as simple as placing some code in place on the desired pages.
Zoom Image viewer is purely Java based and the most advanced magnification display available for the Internet today. It is designed to work in all major browsers, with any GIF or JPEG image.
<<less
Download (0.018MB)
Added: 2005-11-11 License: Shareware Price: $600
1442 downloads
Mandrixx Java Slideshow 3.0

Mandrixx Java Slideshow 3.0


Mandrixx Java Slideshow is a powerful java slideshow applet. more>>
Mandrixx Java Slideshow is a powerful java slideshow applet, very easy to include in your website, to make a presentation of your products or display your personal photo album on your web.
just put it somewhere in your web site directory and it will display the pictures (jpeg or gif format) in the order you want and at the best size possible. you can run the applet in fullscreen, or in a window of any size, and the photos will be resized automatically, with bilinear filtering, and realtime black&white or sepia filter.
if you put the mouse over the window, a control panel will appear, you can pause, go back and play the slide show with it. this panel can be removed. you can also assign web adresses to the images you display, and choose the html target.
For the most experienced users, MJS can be controlled from Javascript, allowing you to switch to another picture list or change filtering on the fly.
MJS can read any .jpg or .gif file over the net and you can read images in different directories or display twice the same image just by editing a simple text file, or generate the list with php. It can handle thousands of images of any resolution and color depth.
Everything can be set, from the timing between two photos to the capability to control the slideshow. a nice caption for each picture can be added, and you have crossfading transitions between the images. you can also change the control panel graphics.
Version restrictions:
- The testing version is limited to 5 images, you can order a registration key below and make a safe payment with PayPal or Moneybookers.
Enhancements:
- Realtime color filters were added, like sepia or black and white.
- JavaScript interaction was added, so you can now deal with many lists of photos and change these on the fly and update the HTML content from the slideshow.
<<less
Download (0.62MB)
Added: 2006-05-12 License: Shareware Price: $30
1426 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5