jar

Ninjar 1.1
Ninjar is a Spotlight importer that allows OS X to index the content of .jar (Java Archive) files. This enables you to search .jar files on your system by package and/or class name more>>
Requirements:
- Mac OS X 10.4 or later.
License:Freeware
Jaree 1.1d6
Jaree - inspect Java JAR files more>>
Jaree is free, and runs on Mac OS X, Windows and Linux.
Enhancements:
- The 1.1d6 version is a development build of a rewrite in Java instead of REALbasic.
- It is experimental in the sense that it attempts to produce the same feel and quality as the REALbasic version.
- It is pretty much complete and fixes a few problems of the 1.0 version.
Wiki in a Jar 0.7.1
Manage notes and contacts the wiki way more>> Manage notes and contacts the wiki way
Wiki in a Jar is a small (one jar file,
<<less
Jar Inspector 1.0.1
Jar Inspector is an easy to use yet powerful jar file editor. It allows you to effortlessly view, edit and decompile the contents of jar files. more>>
Integrated in your development tool chain you no longer need to rebuild entire jar files when editing configuration files, manifests etc.. instead the Jar Inspector allows you to make changes on the fly. This is extremely useful for J2EE or OSGi development.
Jar Inspector implements the ODB editor suite. Thus any program supporting this protocol can use Jar Inspector as external editor. In combination with applications like Cyberduck and Transmit you can access e.g. your web applications via ftp, edit configurations or debug jar files without manually up- and downloading any jar, war, ear files.
Jar Inspector comes with its own text editor. It also integrates with a variety of external editors. Hence you can use your favorite editor to edit jar file entries. Currently Jar Inpspector supports Smultron, TextMate, BBEdit, TextWrangler and SubEthaEdit.
Search Jars 0.9.0
This product is totally free for everyone. more>> Search Jars 0.9.0 provides you with an excellent and very useful program which can recursively search a list of zip/jar/ear/war files and directories for a given java class. This product is totally free for everyone.<<less
com.sigh.jar X.1.0.0
com.sigh.jar is created as a great Java package that emulates the c-programming languages sprintf and strftime. more>>
com.sigh.jar X.1.0.0 is created as a great Java package that emulates the c-programming language's sprintf and strftime. This package does not require nor use JNI. Designed for use with eclipse.
Just drop into your plugins folder and add to the project's properties. Includes processing: %u (Shorts and Bytes are not converted to Integers before processing) %n %p +/- added for %c and %s ISO 8601 compliance for strftime Intended for developers converting c programs to Java.
Allows you to address the output streams separately while continuing to use your c-code for output. Comes ready for use with non-commercial license. For commercial license contact: Software Industry & General Hardware at saless-i-g-hcom.
Requirements:
- Java VM 1.5.16
JarBundler 2.0.0
JarBundler is developed to be a perfect solution for you in case youve written a little Java utility, or maybe even a more complex application more>>
JarBundler 2.0.0 is a perfect solution for you in case you've written a little Java utility, or maybe even a more complex application, and you want to create Mac OS X application bundle for easy distribution. You'd like to be able to do it automatically from your build process, but you're forced to go run the Apple Jar Bundler and tweak all the settings manually every time you build.
Well no more! JarBundler is a feature-rich ant task which will create a Mac OS X application bundle from a list of Jar files and a main class name. You can add an Icon resource, set various Mac OS X native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle.
This is free software licensed under the GNU General Public License. The usage page HTML is included or can found on-line here. Based on JarBundler 1.4 copyrighted by Seth J. Morabito, Loom Communications.
Requirements:
- Developer tools must have been installed or ANT installed manually.
- Can be used on Windows and Linux, see web page for details.
More wiki in a jar 0.9.1
Simple and easy to use Wiki developed using Java more>> Simple and easy to use Wiki developed using Java
More Wiki in a Jar is a small Wiki written in Java with great focus on simplicity and a full Wiki formatting syntax.
More Wiki in a Jar is intended to run on a USB stick. More Wiki in a Jar is a improved version of "Wiki in a jar" by rico_g.
JarWizard 2.50 RC1
A small Java program that takes the hassle out of creating executable JAR files more>> A small Java program that takes the hassle out of creating executable JAR files
JarWizard is a free and small Java based application that takes the hassle out of creating executable JAR files.
JarWizard is aimed at Java developpers. Technically speaking, JarWizard is a front-end for the JAR command.
In just a few clicks, your Java application will be packed and made executable when users double-click on its JAR file.
System requirements:
- Java
JarInspector 1.0.1
JarInspector - Jar file viewer, editor & decompiler more>>
Its integrated editor enables you to modify the Manifest, web.xml etc.. without extracting and rebuilding the entire archive.
Additionally it integrates a java decompiler that generates source code from almost any .class file contained in the archive.
Main features:
- jar file viewer
- integrated editor
- syntax highlighting
- java decompiler
- file extraction
- full integration into Mac OS X.

Futurama 5 - Heads In Jars
Futurama 5 - Heads In Jars is yet another extremely useful collection which contains 16 individual icons with large resources for Vista & Leopard with famous celebrity heads from the Futurama TV more>> <<less
Javinder 1.0
An advanced Java file/class finder with support for searching inside archives more>> An advanced Java file/class finder with support for searching inside archives
Javinder is an advanced Java file/class finder with support for searching inside zip, war, ear, jar archives or finding text inside pdf, doc, ppt, UTF-8 files.
System requirements:
-
Enhancements
- Initial release.
JAAS-Rimap 0.2
JAAS LoginModule providing authentication against a remote IMAP server more>> JAAS LoginModule providing authentication against a remote IMAP server
JAAS-Rimap provides a JAAS (Java Authentication and Authorization Service ) module allowing authentication against a remote IMAP server.
Delegating user authentication to an IMAP server is a common pattern used in PHP development, therefore this project brings this feature to Java.
Compared to similar projects (see links section ) it has the following advantages:
- simplicity: use of an existing authentication infrastructure with a lightweight network protocol (compared to LDAP or NTLM/Active Directory);
- true platform independence (no native code required);
- no special (root/administrator) rights required;
- depends only on APIs from the Java Runtime Environment.
JAAS-Rimap is well suited for prototyping as well as production use.
Main features:>
- Support for TLS and IMAP over SSL based on the Java Secure Socket Extension (JSSE). Server certificate validation is configurable. This makes it easier to use servers with self signed certificates.
- When talking to the IMAP server, jaas-rimap always uses plaintext password authentication (using the LOGIN command). SASL authentication (using the AUTHENTICATE command) is not supported.
- The low level parts of the IMAP protocol are implemented using classes from GNU Classpath::inetlib project. To avoid dependencies these classes are included in the JAR distribution. However they are refactored to have a different Java package name, so that there will be no conflicts when deployed together with the complete inetlib.
- Successful login attempts can be cached to avoid repetitive connections to the server.
Enhancements:
- The server greeting is read (and checked) after the connection has been established.
- The debug option is implemented.
- The connection is correctly terminated by a LOGOUT command whenever possible (i.e. when no I/O or protocol errors occurred).
- The connection is always closed correctly.
- Added license to the source distribution.

DarthDodge
DarthDodge brings you a game for your powerbook where darth tater tries to catch various spudtroopers around the screen. more>> DarthDodge brings you a game for your powerbook where darth tater tries to catch various spudtroopers around the screen. You control the tater by tilting your screen. It's written in Java, the code is here:
- Mac: DarthDodge.dmg
- Src: DarthDodge.tgz
- Bin: DarthDodge.jar
<<less
PJNMR 2.03
PJNMR which is developed as the successor to MacNMR (1984), is written by Paul Jean Letourneau as a joint project with NANUC (Canadian National NMR Centre) and PENCE (Protein Engineering Centres of Excellence) in java (PureJavaNMR, PJNMR) to run on multiple platforms. more>>
PJNMR 2.03 which is developed as the successor to MacNMR (1984), is written by Paul Jean Letourneau as a joint project with NANUC (Canadian National NMR Centre) and PENCE (Protein Engineering Centres of Excellence) in java (PureJavaNMR, PJNMR) to run on multiple platforms.
Includes vector graphic display of up to 3 coupled spins including up to three different nuclei and the effect of gradients.
Requirements:
- Java 1.31 or better. For MacOSX double click on the PJNMR.jar file in the PJNMR directory.