JSmooth
http://dbpedia.org/resource/JSmooth an entity of type: Software
JSmooth ist eine freie Software um Java-Archive-Dateien (JAR) in Windows-EXE-Dateien zu verpacken (wrappen). Es erlaubt eine Vielzahl von speziellen Einstellungen, wie das Programm aufgerufen werden soll, wie zum Beispiel:
* Icon der EXE-Datei
* Programm-Argumente
* Typ des Wrappers (Konsole, Windows GUI oder Windows Service)
* Ob die Java VM im selben Prozess wie die EXE oder separat läuft
* Maximale und Anfangs-Speicher der Java VM
* System Eigenschaften, welche der Applikation über die Funktion System.getProperty zur Verfügung stehen
* Ant-Task
rdf:langString
JSmooth is a tool for wrapping Java JAR files into Windows Portable Executable EXE files. It allows specifying various details on how the program should be invoked, such as:
* Executable icon
* Program arguments
* Type of wrapper application (console or Windows GUI)
* Whether to launch the Java VM in the same process as the EXE or a separate process
* Maximum and initial memory allocation
* System properties available to the application via the System.getProperty function
rdf:langString
rdf:langString
JSmooth
rdf:langString
JSmooth
xsd:integer
6209413
xsd:integer
889629512
rdf:langString
JSmooth ist eine freie Software um Java-Archive-Dateien (JAR) in Windows-EXE-Dateien zu verpacken (wrappen). Es erlaubt eine Vielzahl von speziellen Einstellungen, wie das Programm aufgerufen werden soll, wie zum Beispiel:
* Icon der EXE-Datei
* Programm-Argumente
* Typ des Wrappers (Konsole, Windows GUI oder Windows Service)
* Ob die Java VM im selben Prozess wie die EXE oder separat läuft
* Maximale und Anfangs-Speicher der Java VM
* System Eigenschaften, welche der Applikation über die Funktion System.getProperty zur Verfügung stehen
* Ant-Task JSmooth wird unter der GNU General Public License entwickelt und wird mit Hilfe von Java Swing geschrieben. Die ausführbaren Dateien werden mit MinGW erstellt, deshalb gibt es keine Abhängigkeiten zu proprietärer Software. Anders als andere EXE-Wrapper ist JSmooth zu 100 % Java-basiert und kann auch benutzt werden um Windows EXEs unter einer Linux-Umgebung zu erstellen.
rdf:langString
JSmooth is a tool for wrapping Java JAR files into Windows Portable Executable EXE files. It allows specifying various details on how the program should be invoked, such as:
* Executable icon
* Program arguments
* Type of wrapper application (console or Windows GUI)
* Whether to launch the Java VM in the same process as the EXE or a separate process
* Maximum and initial memory allocation
* System properties available to the application via the System.getProperty function JSmooth is distributed under the GNU General Public License, and is written in Java using Swing. Generated executables are built on MinGW, and as such there is no dependency on proprietary software. Unlike other exe wrappers, JSmooth is 100%-Java, and can be used to create the Windows executable from a Linux compilation-chain (an ANT task is provided).
xsd:nonNegativeInteger
1115