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.066.863 Times

Documentation Pos Java freeware
Filter: All | Freeware | Demo
 

Documentation Pos Java

< 1 2 3 4 5 > 
Added: May 26, 2010 | Visits: 962

Sanaware Java Docking Sanaware Java Docking project is a library for managing the windows of a Java Swing application.. Sanaware Java Docking Frmaework



Platforms: *nix

License: Freeware Size: 3.5 MB Download (99): Sanaware Java Docking Download

Added: February 12, 2010 | Visits: 1.427

Java Classic RPG Java Classic RPG is an RPG framework, engine, and game that uses OpenGL, a challenging AI, huge territories, and classic pen-and-paper turn-based combat. This project is in the tradition of games like Wizardry 7 and EOB, but incorporates innovations made possible by modern computing technology....





Platforms: *nix

License: Freeware Size: 30 MB Download (138): Java Classic RPG Download

Added: July 14, 2010 | Visits: 901

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: September 13, 2010 | Visits: 1.272

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: November 06, 2010 | Visits: 1.305

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: October 14, 2010 | Visits: 1.885

Secure Java Diary Secure Diary is a Java application that uses the Bouncy Castle JCE to provide strong encryption for your diary. It stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.. Get Jay's Secure Java Diary at SourceForge.net. Fast,...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (266): Secure Java Diary Download

Added: October 11, 2010 | Visits: 2.021

Java Lemonade Stand Java Lemonade Stand is a lemonade stand game. To play the game, click on the link below. You are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies. You have three months to make as...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (108): Java Lemonade Stand Download

Added: October 07, 2010 | Visits: 1.142

java-diff java-diff is a set of Java classes which implement the longest common subsequences algorithm. java-diff compares the elements in two arrays, returning a list of Difference objects, each of which describes an addition, deletion, or change between the two arrays.. incava.org - Open source...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): java-diff Download

Added: July 10, 2010 | Visits: 676

DoctorJ DoctorJ project is an application that analyzes Java documentation for compliance with the standard and for accuracy against the code, beyond what javadoc does. Among what it detects: - misspelled words - parameter and exception names: - missing - misordered - misspelled - Javadoc tags:...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): DoctorJ Download

Added: January 04, 2010 | Visits: 1.246

Filler in Java Filler in Java project is a graphical game where you occupy coloured hexes by changing colours. Its strengths are better computer players, internationalisability, and cross-platform deployability. Installing In the top directory (same directory as this file), run make. That will build a jar...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (114): Filler in Java Download

Added: November 07, 2010 | Visits: 965

Java DIME Library Java DIME Library project implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message. DIME is ideal for incorporating binary attachments into any...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (138): Java DIME Library Download

Added: September 06, 2010 | Visits: 1.208

UltraGetopt for Java UltraGetopt for Java is the Java imagening of UltraGetopt. The project provides the features and flexibility of UltraGetopt in a way that is more suited to the Java environment..


Platforms: *nix

License: Freeware Size: 54.27 KB Download (123): UltraGetopt for Java Download

Added: May 03, 2010 | Visits: 1.076

UMMF::Export::Java UMMF::Export::Java is a code generator for JavaTemplate. SYNOPSIS use UMMF::Export::Java; my $exporter = UMMF::Export::Java->new(output => *STDOUT); my $exporter->export_Model($model); This package allow UML models to be represented as Java code..


Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): UMMF::Export::Java Download

Added: May 01, 2010 | Visits: 962

Java Parallel Processing Framework 1.0 Beta Java Parallel Processing Framework is a set of tools and APIs to facilitate the parallelization of CPU intensive applications, and distribute their execution over a network of heterogenous nodes. Java Parallel Processing Framework is intended to run in clusters and grids.. An open-source,...


Platforms: *nix

License: Freeware Size: 7.8 MB Download (87): Java Parallel Processing Framework 1.0 Beta Download

Added: October 14, 2010 | Visits: 853

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: May 13, 2010 | Visits: 881

Faster Java Serialization Faster Java Serializations goal of the project is to enable faster serialization by generating bytecodes on the fly to serialize objects. When an object is serialized, its class is inspected and a class that implements the Serializer interface is generated. This class is tailor made to...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): Faster Java Serialization Download

Added: March 12, 2010 | Visits: 1.019

Java-Gnome Java-GNOME application is a set of Java bindings for the GNOME and GTK libraries that allow GNOME and GTK applications to be written in Java. The Java-Gnome API has been carefully designed to be easy to use, maintaining a good OO paridigm, yet still wrapping the entire functionality of the...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (112): Java-Gnome Download

Added: March 23, 2010 | Visits: 911

Java Embedded Python Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (95): Java Embedded Python Download

Added: November 03, 2010 | Visits: 1.455

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: March 21, 2010 | Visits: 2.181

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

< 1 2 3 4 5 >