Télécharger la liste

Description du projet

NailGun is a client, protocol, and server for
running Java programs from the command line
without incurring the JVM startup overhead.
Programs run in the server (which is implemented
in Java), and are triggered by the client (written
in C), which handles all I/O.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-04 18:40
0.7.1

Cette version ajoute un piège pour System.exit () dans le serveur Nailgun. Le client quitte maintenant avec un code de sortie approprié. Programmes Java peuvent désormais exécuter complètement non modifiés dans NailGun.
Tags: Major feature enhancements
This release adds a trap for System.exit() within the Nailgun server.
The client now exits with an appropriate exit code. Java programs can
now run completely unmodified within NailGun.

2005-01-04 15:05
0.7

Windows compilation binaire a été ajoutée au processus de construction. Spécification d'adresse IP a été ajouté à la commande NGServer-line (pour outrepasser le comportement par défaut de la liaison de toutes les adresses). Sélection de port automatique a été ajouté à NGServer (en spécifiant le port 0). La possibilité de spécifier un ongle par défaut à exécuter si un alias non valide / classname est spécifiée par le client a été ajouté. L'aptitude à la résolution classname désactiver dans NGServer a été ajouté, obligeant les utilisateurs à exécuter que des clous par Alias s'ils sont handicapés.
Tags: Major feature enhancements
Windows binary compilation was added to the build
process. IP Address specification was added to the
NGServer command-line (to override default
behavior of binding to all addresses). Automatic
port selection was added to NGServer (by
specifying port 0). The ability to specify a
default Nail to run if an invalid alias/classname
is specified by the client was added. The ability
to disable classname resolution in NGServer was
added, forcing users to run Nails only by alias if
disabled.

2004-11-22 17:27
0.6

Tags: Initial freshmeat announcement

Project Resources