Main > Free Download Search >

Free jelly jars software for linux

jelly jars

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 255
One-JAR 0.95

One-JAR 0.95


One-JAR is a Java jar distribution mechanism. more>>
One-JAR is a simple solution to the problem of distributing an application as a single jar file, when it depends on multiple other jar files.

It uses a custom classloader to discover library jar files inside the main jar.
<<less
Download (0.027MB)
Added: 2005-04-07 License: Freely Distributable Price:
932 downloads
Jetty 5.1.12

Jetty 5.1.12


Jetty is an HTTP/1.1 server and J2EE servlet container. more>>
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you do not need to configure and run a separate web server (like Apache) in order to use java, servlets and JSPs to generate dynamic content.
Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications.
Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment. Jetty is available on all Java supported platforms.
Jetty is devloped under the guidance of Mort Bay Consulting and released under the Apache 2.0 License . Full source code is included in all releases. The License puts few restrictions on usage of Jetty, which is free for commercial use and distribution.
The developers of Jetty ask users to inform themselves of the issues, political, legal or otherwise that motivate and threaten the development of Open Source and Free Software. The Jetty user and development community is active and welcomes new contributors.
Jetty has been widely used in commercial and open source projects and applications, ranging across the full spectrum of runtime environments from hand helds to main frames. To illustrate this diversity, we have put together a (far from exhaustive) list of Jetty Powered products. Here are just a few highlights:
- Integrated with J2EE application servers such as Geronimo, JBoss, and JOnAS.
- Bundled with the JXTA, Tapestry, Cocoon and numerous other Open Source projects.
- Integrated with projects such as Jelly executable XML, Avalon Phoenix micro kernel and Maven project managment.
- Included in many products including IBM Tivoli, Sonic MQ and Cisco SESM.
Jetty has been optimized by commercial and experimental use since 1995 and a small and efficient server is the result:
- A HTTP/1.1 server can be configured in a jar file under 350KB.
- Jetty consistently benchmarks as one of the fastest servlet servers.
- Jetty servers scale well to thousands of simultaneous connections
- Server performance degrades gracefully under stress.
For many applications, HTTP is just another interface protocol. Jetty can easily be embedded in such applications and products without adopting a WWW centric application architecture. Examples of embedded Jetty usage include:
- Integrated with J2EE application servers such as Geronimo, JBoss, and JOnAS.
- Bundled with the JXTA project as the basis for its HTTP transport.
- Included in many products products including IBM tivolli, Sonic MQ and Cisco SESM.
- Used for the CD demo disk in several books on XML and Servlets.
- Run on embedded systems and handheld devices.
Enhancements:
- Added support for TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- Upgraded session ID generation to use SecureRandom
- Quote single quotes in cookies
- AJP protected against bad requests from mod_jk
- JETTY-154 Cookies ignore single quotes
<<less
Download (0.60MB)
Added: 2006-11-23 License: Artistic License Price:
633 downloads
KeyPlayer 1.4

KeyPlayer 1.4


Java Keystroke and Mouse Event Tutor. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes and watch what details of the events generated. more>>

KeyPlayer - Java Keystroke and Mouse Event Tutor. Application to let you

experiment to learn how mouse and keystroke events work.

Output appears on the console. Just click the mouse or hit

keystrokes and watch what details of the events generated.

To install, Extract the zip download with Winzip, available from

http://www.winzip.com (or similar unzip utility) into any

directory you please, often C: -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:commindprodkeyplayerkeyplayer.jar

adjusting as necessary to account for where the jar file is.

Version 1.1 avoids dumping control chars to the console.

Version 1.3 adds a PAD and icon. renamed from keyplay to keyplayer.


Enhancements:
Version 1.4

add hex displays


System Requirements:Requires a Java 1.1 or later JRE
<<less
Download (510Kb)
Added: 2007-12-19 License: Free Price: Free
12 downloads
Jar::Signer 0.1

Jar::Signer 0.1


Jar::Signer Perl module ease the process of creating a signed Jar file. more>>
Jar::Signer Perl module ease the process of creating a signed Jar file.

SYNOPSIS

# using FindBin is just a suggestion.
use FindBin qw( $RealBin );
use Jar::Signer;
my $signer = Jar::Signer->new;
# location of the keystore, created if needed.
$signer->keystore("$RealBin/MyKeyStore");
# dname properties of the certificate.
$signer->dname("CN=Mark Southern, O=My Corporation, L=My State, C=USA");
# name for .fingerprint and ..cert files, created if needed.
$signer->alias("$RealBin/MyCert");
# the Jar file that we want to sign.
$signer->jar(shift);
# if signed_jar is undefined then the default is basename.signed.jar where basename is the basename of the Jar file.
$signer->signed_jar(shift);
# create the signed Jar.
$signer->process;

This module, and the script that uses it make it a lot simpler to generate signed Jar files for use in Java applets etc. It steps through all the needed jar, jarsigner and keytool command lines.

<<less
Download (0.003MB)
Added: 2007-06-15 License: Perl Artistic License Price:
890 downloads
Java Tetris 1.0

Java Tetris 1.0


Java Tetris project is a simple Tetris game. more>>
Java Tetris project is a simple Tetris game.
Java Tetris is a game written with Eclipse and the VE Plugin. It is a nice starting point if you want to learn Java and Eclipse.
The game can be started as Java applet or Java application.
Enhancements:
- The dependency on jdom was removed.
- The jar is now only 30kb.
- A bug was fixed in the score list.
<<less
Download (0.12MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
961 downloads
JEP 3.0.0

JEP 3.0.0


JEP is a Java API for parsing and evaluating mathematical expressions. more>>
JEP is a Java API for parsing and evaluating mathematical expressions. With JEP library you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it.
JEP supports user defined variables, constants, and functions. A number of common mathematical functions and constants are included.
Main features:
- Small size (only 75KB as jar archive)
- Supports Boolean expressions (!, &&, ||, , !=, ==, >=, and<<less
Download (2.5MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
856 downloads
jjjuste 1.0

jjjuste 1.0


jjjuste is a Java/Jack port/rewrite of JustePort. more>>
jjjuste is a Java/Jack port/rewrite of JustePort. It contains Java classes for streaming data to an Apple Airport Express. The project also contains a Jack client that allows the streaming to be integrated within a Jack audio flow.
The functionality of the basic client is more restricted than JustePort (only raw data at maximum volume), but the Jack integration gives more reliable playback on Linux and the structure of the code has been clarified (if you want to port JustePort to another language I suspect its easier to use jjjuste than JustePort, but I may be biased).
In case the above is not clear, jjjuste contains:
- a basic Java based client that can stream audio data to an Airport Express
- simple integration with Jack, which is an audio server for Linux.
This means that (almost) any audio source playing on Linux can be routed to the Airport (and so played on your hifi, remotely).
Usage:
- Get Jack running
- Download JJack from CVS (it is important you use the very latest CVS code - I committed a patch on 2007-07-10).
- Compile and install JJack (unpack, cd make, ant)
- Download Bouncy Castle and Apache Commons Codec jars
- Download the jar
- Start the client with
java -classpath jjjuste-1.0.jar:[other jars]
-Djava.library.path=[path to directory containing libjjack.so]
org.acooke.jjjuste.jack.FiniteJackClient [airport address]
<<less
Download (0.041MB)
Added: 2007-07-18 License: GPL v3 Price:
839 downloads
Cleaner 0.1

Cleaner 0.1


Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. more>>
Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.

Source is included.

Something like this:

public void foo(String bar)
{
for(int x=0; x < 9; x++ )
{
System.out.println ("X = " + x);
}
}

Will become

public void foo( String bar ){
for ( int x = 0; x < 9; x++ ){
System.out.println( "X = " + x );
}
}

Compile:

$ ant

Run:

$ java -classpath cleaner.jar:lib/antlr.jar cleaner.Cleaner < some-file >
<<less
Download (0.58MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1335 downloads
Jaffer 0.07

Jaffer 0.07


Jaffer project is a Java implementation of Appletalk File Protocol v3.1 using TCP Transport. more>>
Jaffer project is a Java implementation of Appletalk File Protocol v3.1 using TCP Transport. Performance on a Gigabit network exceeds both Samba and Netatalk. No, Really. Disable debugging.
Quick start:
This program will act like a native Appletalk file server. You must run it as root to use Appletalks normal port 548. But its just as happy running on any unpriviledged port. To access shadow passwords, the server must be run as root.
Your client must be a Mac OS X 10.2 or newer system.
Download a recent build and source code.
Or browse the source in svn.
Run the server:
java -jar jaffer.jar -config [config-file]
or, alternatively, for quick testing:
java -jar jaffer.jar -server [port] [volume-name] [path-to-export]
From the OS X Client, mount the new volume:
mount_afp afp://[user]:[pass]@[host]:[port]/[volume-name] [mount-point]
The [user]:[pass]@ part of the url is optional. If omitted, the mount will be attempted as a Guest user.
Developers:
Most of your work will most likely be done in the AFP_Session class implementing additional AFP calls. When you do this, please be mindful of comments in the code. They are sparse, but very important. When you add call implementations, please make sure they are represented in the AFP_Constants file and annotated with the page number in the AFP3.1 reference PDF.
Most of the implementation is geared towards AFP3.1 which means that some of the helper and common methods are not usable for AFP2.3 or earlier protocols.
Enhancements:
- added zipfs, refactoring for jdk1.5
<<less
Download (0.13MB)
Added: 2007-05-29 License: BSD License Price:
879 downloads
jgnuplot 0.2

jgnuplot 0.2


jgnuplot is a Java library for interfacing with the gnuplot plotting package. more>>
jgnuplot project is a Java library for interfacing with the gnuplot plotting package which outputs to X11, PostScript, PNG, GIF and other formats.
This library generates temporary gnuplot files which result in plots in specified output files.
The jar files can be build with the command:
$ ant
This compiles, tests and packages the software, resulting in the these files:
dist/
jgnuplot-[version].jar
jgnuplot-[version].jar.MD5
jgnuplot-[version]-src.tar.gz
jgnuplot-[version]-src.tar.gz.MD5
jgnuplot-[version]-src.zip
jgnuplot-[version]-src.zip.MD5
doc/
api/
index.html
...
These and any intermediate files can be removed by the command:
$ ant clean
Enhancements:
- general: Small bug fix [ 1517826 ] NullPointerException in Plot.setOutput(...).
<<less
Download (0.020MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
jAscom 0.1.1

jAscom 0.1.1


jAscom is a Wrapper around the JACOB (JAva-COM Bridge) libraries for an easy access to the ASCOM Platform 3.0 out of Java. more>>
jAscom is a Wrapper around the JACOB (JAva-COM Bridge) libraries for an easy access to the ASCOM Platform 3.0 out of Java. The project provides the whole functionality (methods, properties) of the ASCOM Telescope API Version 2.

Minor bugfix release. Alpha2 now includes the Focuser-, and Dome API, too.

This means easy and fast coding of java-applications for all sorts of telescope-controlling problems you can imagine, using a widely accepted standard.

Installation instructions:

1. Download and install ASCOM Platform 3.0 Full Setup.

2. Download jacob.dll from http://danadler.com/jacob/ found in the JACOB binary distribution 1.7.

There is a newer version located in the FILE-Section at http://groups.yahoo.com/group/jacob-project/ (jacob_jre142fix_bin.zip).

This version could also be found in http://home.textdesign.com/jeamy/jascom/jacob_dll.jar (use java -xf jacob_dll.jar jacob.dll to extract it).

Add jacob.dll to your Path.

3. Download the jAscom Distribution. Exctract it into a directory of your choice (jar -xf jascom.jar).

4. Compile the files, start your Telescope Driver and connect it to the Telescope or use the ASCOM Telescope simulator (preferred for testing).

Excecute com.jeamy.jascom.test.JAscomTest for some tests/examples.

(Alternative you can start the binary version of JAscomTest with java -jar jascom.jar)

5. Create your Application using jAscom. Examples are shown in com.jeamy.jascom.test.JAscomTest, com.jeamy.jascom.test.JAscomDomeTest and com.jeamy.jascom.test.JAscomFocuserTest.
<<less
Download (0.46MB)
Added: 2006-11-27 License: BSD License Price:
1064 downloads
Apollo 1.0b2

Apollo 1.0b2


Apollo is a test skeleton toolkit for Java Web Start/JNLP. more>>
Apollo is an open-source developer test skeleton toolkit for Web Start. Apollo lets you turbo-charge Web Start apps without Web Start to speed up your compile/run/test/debug/goof-off cycle avoiding the hassle of stuffing, signing, uploading or downloading your jars every time you rearrange a comma in your source code.

Apollo is not a replacement for Web Start (OpenJNLP, NetX or any other app launcher). Apollo is more like a test emulator (such as POSE - Palm OS Emulator) helping you to speed up your development between full-blown, time-consuming, irreplaceable, real Web Start workouts.

Apollo cant fake every Web Start bell and whistle (e.g. download on demand) but outshines Suns Web Start dumb dev pack stubs that merely let you compile your source. Apollo lets you popup your household browser and more without calling in the Web Start machinery.

Apollo consists of a jar that you can use to replace Suns javax.jnlpx stubs residing in jnlp.jar that only allow you to compile your code and that ship with Suns Web Start dev pack.

Apollo is a thin wrapper around Suns javax.jnlpx services. If your app runs under Web Start Apollo will automatically detect it and pass all runtime service calls (such as poping up a browser window) on to the Web Start engine. If your app, however, runs without Web Start Apollo will kick in and mimick Web Starts runtime services.

To use Apollo replace all javax.jnlpx imports with apollo. Example:

import javax.jnlpx.*; // Web Start only
import apollo.*; // Web Start plus Apollo-propelled stand-alone launching

To spare you from learning yet another API set Apollo reuses all runtime service class and method names. The only exception is Apollos ServiceManager class that adds type-safe methods to lookup pre-defined runtime services (e.g. lookupBasicService()) avoiding unexpected runtime errors and reducing source code bloat. Example:

import javax.jnlp.*
...
BasicService bs = (BasicService) ServiceManager.lookup( "javax.jnlp.BasicService" );
bs.showDocument( new URL( "http://vamphq.com/times" ) );

becomes

import apollo.*;
...
BasicService bs = ServiceManager.lookupBasicService();
bs.showDocument( new URL( "http://vamphq.com/times" ) );

or

import apollo.*;
...
ServiceManager.lookupBasicService().showDocument( new URL( "http://vamphq.com/times" ) );

Apollo lets you configure the codebase or the online/offline status of your app if you want to run it without Web Start but still use BasicService.getCodeBase() or Basic.isOffline().

By default BasicService.isOffline() returns false (meaning your app is online). If you want to change the setting you can pass the property apollo.offline=true to your app. As an alternative you can also add apollo.properties to your classpath or bundle it with your apps jar in the root directory. Inside the apollo.properties file add the apollo.offline property to match your desired setting. Note, that all apollo properties only work if your app runs without Web Start.

By default BasicService.getCodeBase() uses the working directory returned by the system property user.dir. To use a different codebase pass the property apollo.codebase=your_url_here to your app. As an alternative you can also add the apollo.codebase property to the apollo.properties file in your apps root directory where Apollo picks it up if you run your app without Web Start.
<<less
Download (0.22MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
922 downloads
ScreenSpy 1.0

ScreenSpy 1.0


ScreenSpy can record what your computer is doing while you are away. more>>
ScreenSpy can record what your computer is doing while you are away.

Usage:

Screenspy [ftp.something.com] [username] [password]

Examples:

java -jar ScreenSpy.jar ftp.domain.com username password

Screenspy ftp.domain.com username password

<<less
Download (0.37MB)
Added: 2007-08-16 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
Luxilla 1.0b8

Luxilla 1.0b8


Luxilla is a tool for running XUL files. more>>
Luxilla is a "runtime" that turns Luxor XUL markup into live windows, dialogs, menus, toolbars and more without requiring a single-line of Java code.

Pass on the chrome folder holding your XUL markup to Luxilla and see the XUL markup come to life.

Example:

java luxilla c:/sandbox/luxilla/src/samples/chrome-calc

Running Luxilla

Before you can start Luxilla you need to download all required libraries and set up your classpath.

Get the luxor-libs package at http://sourceforge.net/projects/luxor-xul or use the libraries bundled with Ramses - the Luxor XUL example suite. (The libraries dont ship with Luxilla to keep the download size small.)

Once you got all libraries fix up your classpath. Heres the jar line-up required for Luxilla:

* luxor-1.0-b8.jar
* rachel-2.0-b2.jar
* salsa-1.0-b1.jar
* houston-1.0-b1.jar
* caramel-1.0-b1.jar
* apollo-1.0-b1.jar
* cypress-1.0-b1.jar
* jdom-1.0-b8.jar
* velocity-1.3-rc1.jar
* collections-2.0.jar
* saxpath-1.0.jar
* jaxen-1.0.jar

Now youre ready to roll. Use the class luxilla or luxor.runner.Tool for startup and pass on the the chrome folder holding your XUL files as the one and only command line argument.

Example:

java luxilla c:/sandbox/luxilla/src/samples/chrome-calc
java luxor.runner.Tool c:/sandbox/luxilla/src/samples/chrome-calc
<<less
Download (0.10MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1636 downloads
Open Concepts Bulletin Board 0.9.5 RC2

Open Concepts Bulletin Board 0.9.5 RC2


Open Concepts Bulletin Board is a fork of the phpBB Olympus CVS. more>>
Open Concepts Bulletin Board project is a fork of the phpBB "Olympus" CVS which will strive to continue the phpBB traditions of easy modification, freedom, and usablity, and also to improve upon development speed.
<<less
Download (0.77MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1293 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5