Main > Free Download Search >

java to native compiler trial software / shareware for linux

java to native compiler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 195
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 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
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 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
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
Java Serialization to XML 2.2.6.0

Java Serialization to XML 2.2.6.0


Java Serialization to XML (JSX in short) translates between Java and XML. more>>
Java Serialization to XML (JSX in short) translates between Java and XML, making it possible to search, test, profile, and audit your object data with ordinary XML and text processing tools.
Your data can be migrated to new application versions, to C++, and to other applications by transforming the XML. Unlike other Java XML serializers, JSX is accurate for all objects.
Main features:
Works for all objects
- JSX avoids the problem of NotSerializableExceptions, now and in the future, because it serializes all objects, Serializable or not. ( read more... )
Nested and recursive objects
- JSX can create an instant file format for your data, which you can then configure manually with a plain text editor. Manually coding such a format is a lot of tedious work - and you also have to write the parsing code. This coding is especially unpleasant when your objects have a nested or recursive structure. Java Object serialization (JOS) also works well for this task, except that you cannot see or edit the resulting binary. JOS also requires objects to implement the Serializable interface, and so wont work with all objects. JSX does not have this restriction, and works for objects whether they implement Serializable or not. Here is a case study. ( read more... )
Human readable
- XML is easy to check and verify; and automatic serialization eliminates human error in the mapping code. JSX is an instant solution, and removes the error-prone tedium of writing and mantaining externalization code by hand.
Version restrictions:
- 30 days trial
You should you buy JSX if:
- JSX costs less than reinventing and maintaining your own solution in-house
- JSX meets your needs better than alternative products
- you need a proven solution that definitely works
- you need it today
- you need the intellectual property rights assurance of an IP indemnity
If JSX is not what you need, then you should stop using it after 30 days and delete it from your system.
<<less
Download (0.089MB)
Added: 2007-02-27 License: Other/Proprietary License with Free Trial Price: $295
973 downloads
Paragon NTFS for Linux 1.0

Paragon NTFS for Linux 1.0


Paragon NTFS for Linux is designed to mount NTFS partitions under Linux operating systems as normal logical drives with appropriate drive letter. There is NO analog of these technologie, providing ful more>>
Paragon NTFS for Linux is a UNIQUE product designed to mount NTFS partitions under Linux operating systems as normal logical drives with appropriate drive letter. The full version mounts NTFS partitions for read and write operations; the demo version mounts NTFS partitions in read-only mode. the driver supports NTFS 1.2, NTFS 3.0 and NTFS 3.1. Free Read-only version is distributed as a driver module or bootable CD image. Mounted NTFS partitions are accepted as ?native? ? browse, create/delete folder or file, run applications and other usual functions are totally available.
<<less
Download (69K)
Added: 2009-04-20 License: Shareware Price: $69.95
189 downloads
Jagacy VT100/VT220 Emulator 1.1.1

Jagacy VT100/VT220 Emulator 1.1.1


Jagacy VT100/VT220 emulator is a feature rich VT100/VT220 terminal emulator written entirely in Java more>>
Jagacy VT100/VT220 emulator is a feature rich VT100/VT220 terminal emulator written entirely in Java. The project supports SSL, XTERM and ANSI protocols.

It does not contain the screen-scraping library, and is an inexpensive solution for a stand-alone Java VT100/VT220 terminal emulator.

<<less
Download (1.3MB)
Added: 2007-07-27 License: Other/Proprietary License with Free Trial Price:
524 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
JOpt.SDK Vehicle Routing Component 2.0.5

JOpt.SDK Vehicle Routing Component 2.0.5


JOpt.SDK library is a routing software for Java that uses specialized genetic algorithms. more>>
JOpt.SDK library is a routing software for Java that uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources.
The algorithm not only provides tours at minimum costs but also considers an arbitrary set of constraints for each tour. You may define your own constraints and optimization goals in order to customize JOpt.SDK to your specific planning needs or you decide to use one of our best practices addons in order to achieve a fast application of our optimization algorithms to selected industries.
JOpt.SDK can solve nearly any problem that can be classified by one of the following types:
TSP - Traveling Salesman Problem. JOpt.SDK finds the shortest or fastest path for your mobile resources
VRPTW - Vehicle routing problem with time windows - like TSP but for a set of vehicles. JOpt.SDK finds an optimal allocation of orders and stops within a vehicle fleet. It may also consider different constraints for vehicles, drivers and stops.
JOpt.SDK functionality can be accessed via Java API and thus fits seamlessly into any JAVA application. Software developers may integrate the JOpt.SDK component into their application in order to offer their customers a consistent solution including optimization of mobile workforce schedules.
Enhancements:
- Support for maxDaily and maxWeekly working times.
- Capacity control now supports inititalLoad and weightingFactor.
- Service times may now comprise several days at one node.
<<less
Download (MB)
Added: 2007-06-23 License: Other/Proprietary License with Free Trial Price:
515 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
DataThief III 1.0

DataThief III 1.0


DataThief III is a program to reverse engineer data points from a graph. more>>
DataThief III is a program to reverse engineer data points from a graph.
Typically, you scan a graph from a publication, load it into DataThief, and save the resulting coordinates, so you can use them in calculations or graphs that include your own data.
Main features:
- It is written in Java, it runs on Windows, Unix, Macos...
- It is capable of tracing any more or less continuous line, even when the line crosses itself.
- It can convert data from numeric format to any other format, for instance dates.
- It is shareware.
<<less
Download (0.29MB)
Added: 2005-09-28 License: Shareware Price: $25
1488 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
Apollo for Eclipse for Linux 3.0.1

Apollo for Eclipse for Linux 3.0.1


developed by the Eclipse Graphical Modeling Framework (GMF) project. more>> Apollo for Eclipse is the first commercial UML modeling tool that is based on open source technology developed by the Eclipse Graphical Modeling Framework (GMF) project.
The fully synchronized roundtrip engineering employs the latest releases of UML 2.1 and Java 5 to provide an instant visualization of any existing Java code through UML class diagrams, and likewise propagate changes to the UML model throughout the code.
The tool fully integrates into the Eclipse environment, which makes it easy for developers to view code as models, and vice versa.
In short, Apollo for Eclipse is primarily aimed at software developers who want to flexibly combine the advantages of visual modeling using UML (Unified Modeling Language) with programming in Java.
Features Have Your Say
Forward, reverse, and roundtrip engineering
Support for Java 5
Support for UML 2.1
Superior class diagram handling
Available as a standalone RCP or as an extension to Eclipse
<<less
Download (100.92MB)
Added: 2009-04-18 License: Shareware Price: $6
189 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5