Main > Free Download Search >

Free izpack 3.10.2 software for linux

izpack 3.10.2

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
IzPack 3.10.2

IzPack 3.10.2


IzPack is a free Java software installer builder. more>>
IzPack is an installers generator for the Java platform. IzPack project produces lightweight installers that can be run on any operating system where a Java virtual machine is available.
Depending on the operating system, it can be launched by a double-click or a simple java -jar installer.jar on a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects.
The main benefit of IzPack is that it provides a clean and unique way of distributing a project to users using different operating systems.
A big care has been put in making IzPack as small as possible in order to reduce the weight of IzPack itself in the final installer archive. Also, IzPack has been designed around modularity and flexibility.
As a consequence, you are able to specify how your installer should be by selecting the panels that you want to show to the final user. Sometimes there are even several panels for the same usage so that you can pick the one that suits the best your needs.
If ever you dont find your way through the available panels, you can still develop your own ones with the nice and easy IzPack API. Theres even an embedded XML parser !
Main features:
- XML-based installer descriptors
- Uses the maximum Jar archives compression level
- Jakarta Ant integration
- Great flexibility and modularity, it is very easy to extend IzPack
- No native code is required, but you can extend IzPack with native code
- Shortcuts creation system
- Flexible and powerful user input panel
- Automatic uninstaller creation
- Easy localization with XML langpacks: 16 langpacks are provided by default
- Variable substitution system
- OS-specific scripts interaction
Enhancements:
- This is a normal maintenance release containing various bugfixes and translation updates.
- Vista/Java 6 compatibility has been enhanced.
<<less
Download (14MB)
Added: 2007-05-12 License: The Apache License 2.0 Price:
924 downloads
Photo Mail Wizard 1.1.0

Photo Mail Wizard 1.1.0


Photo Mail Wizard is a desktop application designed to help users to search, choose, and send optimized photos by mail. more>>
Photo Mail Wizard is a desktop application designed to help users to search, choose, and send optimized photos by mail.
Sent photos are automatically commented, rotated, resized, and/or compressed using the users current parameters. The selected photos files are not modified, and nothing is written inside directories where photos are searched for.
Main features:
- Multiple language support (english and french are available)
- Photos recursive search inside a given set of directories. The following filters are available
- Filename
- Keywords
- Comments
- Added those last days, weeks, months
- Already sent those last days, weeks, months
- Added after a given date
- Added before a given date
- Select photos within search results.
- It is possible to start a new search and add new photos that match those new search criterias.
- For each selected photos : review, rotate, comment, set keywords
- Set maximum dimension and compression level for emailed photos
- Set the maximum number of photos by email
- Activate photos comments insertion in email
- Recipients select, create, modify or delete
- Message compose
- Configure mail parameters (Autoconfigure available if Outlook Express, thunderbird or mozilla/Mail are used)
- Send emails, while a sending is in progress it is possible to prepare next photos and message to send.
- Based on Java 5, Swing, JavaMail, Java2D, ImageIO, Logger, XMLEncoder/Decoder...
- Coded with NetBeans 4.1
- Compiled and Built with Ant
- Tested thanks to JUnit
- Protected by yguard
- Installer relies on IzPack
- The software is multithreaded, search, thumbnails generation and email sending are made in background
- Photos are loaded asynchronously
- Photos are not modified
- Nothing is written inside photos directories
- PhotoMailWizard only write inside its working directory.
- (".photowizards" directory inside your home directory)
- Use java default logging system, log files are located inside the working directory
Enhancements:
- Keywords can now be set on each photo. "Keywords" and "comments words search" criteria have been added. Automatic mail parameters configuration is now possible. All features are now available for free without any time limit (comments insertion is free).
<<less
Download (0.87MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1575 downloads
Matrex 1.1

Matrex 1.1


Matrex is a graphical tool to show, organize and calculate big amounts of data. more>>
Matrex is a graphical tool to show, organize and calculate big amounts of data.

Matrex is the perfect tool for mathematical models and for other statistical, engineering, physical, and generally scientific calculations.

Matrex is based on matrices, which are meant as square grids of numbers, texts, dates or booleans.

Matrex matrices can be real matrices, vectors or simple values.

Matrex uses also:

- functions to transform matrices to other matrices.
- presentations to show multiple matrices together in a spreadheet-like way.
- charts to show matrices graphically.

Advantages: simplicity, performance, multithreading, readability, easy projects sharing; and the feeling you have everything under control.

Matrex uses the following products:

- SWT for the graphical user interface
- JFreeChart for the 2D charts
- FreeHep for the 3D charts
- Jython as embedded scripting language
- Apache Commons Math to calculate pure matrices functions and statistical functions
- IzPack to install Matrex.

<<less
Download (9.4MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
925 downloads
Hermes JMS 1.10

Hermes JMS 1.10


Hermes is a Swing application that allows you to interact with JMS providers. more>>
Hermes is a Swing application that allows you to interact with JMS providers. Hermes works with any JMS enabled transport making it easy to browse or search queues and topics, copy messages around and delete them. It fully integrates with JNDI letting you discover administered objects stored, create JMS sessions from the connection factories and use any destinations found. Many providers include a plugin that uses the native API to do non-JMS things like getting queue depths (and other statistics) or finding queue and topic names.
WebStart demo with a simple configuration containing an embedded ActiveMQ broker and a single queue and topic. Download some example text messages and FIX messages and send or publish them to ActiveMQ.
You can get the latest stable version from Sourceforge or the latest, less stable, build from HEAD
Enhancements:
- There is a new SAP JMS plugin and demo - many thanks to Martin Grigorov at SAP for his time and suggestions.
- The EMS tutorial has been updated.
- There is a new log panel in the Tools dockable frame that lets you view log4j events. By default none are displayed but you can start, stop and clear the events. The logging levels are inherited from your log4j configuration.
- Searching for messages now includes ObjectMessage support - Hermes searches on the result of toString(). Any exceptions are logged but otherwise ignored.
- Selection of multiple objects in trees and tables has been been improved.
- Workarounds for TIBCO EMS connection factories lack of JavaBean compliance have been put in place. Hermes checks for missing matching get/set methods (EMS provides one and not the other) and uses cglib to fill in the gaps. Previously Hermes had many strange issues configuring remote EMS servers. You must still however set the username and password on both the plugin and the connection factory. See $HERMES_HOME/cfg/vars-hermes-config.xml for an example configuration. I hope to fix this shortly.
- The WMQ plugin was not correctly supporting JMS destination names with properties in, e.g. queue://Q1?targetClient=1.
- The message header property table is now sortable.
- JIDE has been upgraded to 1.8.6.01
- A new configuration option CopyProviderProperties selects whether user header properties starting with JMS should be copied, e.g. during drag and drop, to/from a file and to/from a message store. You can set this via the Options->Configuration->General dialog. Some providers seem to allow this and others do not so only change it if you know what you want.
- New configuration option on the session Use Consumer will use a message consumer to perform queue browsing. Messages will be read but not acknowledged until a timeout on the read occurs. The timeout is in the Configuration->General dialog as ConsumerTimeoutWhenQueueBrowsing and defaults to 10 seconds. This is especially useful if you have many messages on a queue (10000s) and your providers queue browser implementation retreives all messages in one large batch (e.g. JBossMQ).
- There is a new property on the WebSphereMQ admin plugin to let you set reason codes whose exceptions you want to ignore. You set the logExclude property with a comma separated list of reason codes. See also here. It is only supported from WMQ 5.3.
- Installation is now via IzPack
<<less
Download (27.7MB)
Added: 2006-06-15 License: Open Software License Price:
1237 downloads
JSesh 2.4.8

JSesh 2.4.8


JSesh is both a hieroglyphic text editor, which follows quite closely the manuel de codage, and a java library. more>>
JSesh is both a hieroglyphic text editor, which follows quite closely the manuel de codage, and a java library for the manipulation of hieroglyphic texts. JSesh is distributed with its complete sources, and a technical documentation. To start JSesh, simply click on jsesh.jar (in the libs directory).

JSesh uses the following libraries :

VectorGraphics for graphical export
IzPack for its installer
JLex for the lexical analyser
JCup for the parser

If you include jsesh.jar as a library in one of your program, you are free to distribute the said program with the license of your choice, open-source or not. On the other hand, if you modify JSesh itself, the modifications should be redistributed under the LGPL.

Note that if you modify JSesh for a non LGPL project, you might still distribute your project with a "closed" license, as long as the modified part of JSesh is distributed under the LGPL.

<<less
Download (8.8MB)
Added: 2007-07-19 License: LGPL (GNU Lesser General Public License) Price:
504 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1