Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.213.930 Times

Java Silent Install software
Filter: All | Freeware | Demo
 

Java Silent Install

< 1 2 3 4 5 
Released: September 01, 2008  |  Added: October 05, 2008 | Visits: 2.860

PDFOne Java Free Gnostice PDFOne Java is a 100% Java library for developers to implement PDF based software solutions. PDFOne Java provides a rich set of APIs to create, manipulate and organize PDF documents, process PDF forms and perform other PDF document related tasks from within your Java applications. PDFOne...



Platforms: Windows

License: Freeware Size: 7.9 MB Download (361): PDFOne Java Free Download

Released: May 19, 2014  |  Added: June 04, 2014 | Visits: 1.791

TeeChart for Java TeeChart for Java is an extensive Charting component library for Java developers. Based on more than a decade's experience working with customer charting requirements it is extremely portable and may be used in all standard Java programming environments. Key Areas: -Chart Types The...





Platforms: Windows, Mac, Windows 8, Windows 7, Android, BlackBerry,Java

License: Shareware Cost: $449.00 USD Size: 24.86 MB Download (120): TeeChart for Java Download

Released: November 15, 2009  |  Added: December 09, 2009 | Visits: 1.862

Mangle-It Java Source Code Obfuscator Mangle-It Java Obfuscator makes C/Java code unreadable. Symbol and file names are mangled, strings encrypted, symbols are updated in comments and xml config files. A signature like "LPTSTR Translate( LPCTSTR psz )" is converted to "LPTSTR sXXXYYYXXYXXYX( LPCTSTR sXXXXYYXYYXXYX )", the string...


Platforms: Windows

License: Shareware Cost: $69.99 USD Size: 2.77 MB Download (137): Mangle-It Java Source Code Obfuscator Download

Added: January 18, 2010 | Visits: 1.205

Module::Install::Deprecated Module::Install::Deprecated are warnings and help for deprecated commands. One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself. As a result, the...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (122): Module::Install::Deprecated Download

Added: August 21, 2010 | Visits: 741

PyLucene PyLucene is a GCJ-compiled version of Java Lucene integrated with Python via SWIG. PyLucene goal is to allow you to use Lucenes text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene. PyLucene is supported on Mac OS X,...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (94): PyLucene Download

Added: January 13, 2010 | Visits: 1.066

Java::JCR::Nodetype Java::JCR::Nodetype is a Perl module that can load the JCR node type class wrappers. SYNOPSIS use Java::JCR::Nodetype; This loads the Perl classes mapped to the javax.jcr.nodetype package. You might notice the odd letter case of this package differs from that of the node type class...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): Java::JCR::Nodetype Download

Added: February 11, 2010 | Visits: 961

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: November 16, 2010 | Visits: 1.027

Java::JCR::Workspace Java::JCR::Workspace is a Perl wrapper for javax.jcr.Workspace. This is an automatically generated package wrapping javax.jcr.Workspace with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (93): Java::JCR::Workspace Download

Added: January 11, 2010 | Visits: 3.548

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: October 09, 2010 | Visits: 878

Java::JCR Java::JCR is a module to use JSR 170 (JCR) repositories from Perl. SYNOPSIS use Java::JCR; use Java::JCR::Jackrabbit; my $repository = Java::JCR::Jackrabbit->new; my $session = $repository->login( Java::JCR::SimpleCredentials->new(username, password) ); my $root =...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Java::JCR Download

Added: May 27, 2010 | Visits: 1.288

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: April 20, 2010 | Visits: 1.546

Java Preferences Tool Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. Java Preferences Tool allows you to view, edit, compare, and search Java preferences. The program has traditional explorer-style interface, with tree view of current...


Platforms: *nix

License: Freeware Download (124): Java Preferences Tool Download

Added: September 04, 2010 | Visits: 2.386

Open Java Console Open Java Console is an extension which provides the ability to open the Java Console in Firefox. This extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (168): Open Java Console Download

Added: May 21, 2010 | Visits: 1.599

Install New Theme Install New Theme is an extension that provides a button in the Theme Manager for installing themes from disk. This extension provides a button inside the Firefox Theme Manager for installing new theme files from disk, and additionally adds a menu entry to the Theme Managers right-click context...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 11.26 KB Download (234): Install New Theme Download

Added: November 13, 2010 | Visits: 1.088

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: June 10, 2010 | Visits: 1.374

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: May 06, 2010 | Visits: 1.049

konvenientSUSE konvenientSUSE is a Kommander script that can add package repositories / installation sources and install multimedia codecs, Java and Flash on SUSE Linux 10.1 with pointnclick. Only SUSE Linux 10.1 is supported. But both default packagemanagement (YaST2/Zen/Rug) and the very popular Smart...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (104): konvenientSUSE Download

Added: June 08, 2010 | Visits: 1.463

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: May 01, 2010 | Visits: 2.325

Ganymed SSH-2 for Java Build Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (145): Ganymed SSH-2 for Java Build Download

Added: July 06, 2010 | Visits: 1.259

Java RAM Interpreter JAM - Java RAM Interpreter simulates Random Access Machines (RAMs). A RAM is a theoretical computer model with an unlimited number of registers of unlimited size and a programming language similar to Assembly. It is used in the book "Theoretische Informatik" by Klaus W. Wagner. Many things...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (113): Java RAM Interpreter Download

< 1 2 3 4 5