java package
Java Psion Link 2a5
Java Psion Link is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. more>>
Java Psion Link 2a5 is considered as a flexible and effective solution, created to allow you to transfer files between Psion Epoc PDAs (netBook, series 7, 5Mx, revo) and any computer with a serial port and the ability to run java. As the program uses the existing Psion Link.
Requirements:
- Java 1.4 or greater (MacOS X 10.2 or better).
- Spare Serial Port/USB Serial Port Adapter
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.
Java RSS Ticker 1.8.1
Java RSS Ticker is a very simple, lightweight, RSS ticker more>>
I had checked out a number of tickers that look pretty as they scroll etc., but took a lot of CPU cycles and cost money.
I wanted a simple, OS independent, ticker so I wrote this one in Java.
Java Droplets 1.0
Java Droplets - Three droplets for Java developers more>>
"Javac" compiles .java source files dragged onto it,
"Java" runs the class file of the .java or .class file dragged onto it,
"Both" compiles the .java source file and if successful, runs the resulting class file.
Source editable.
libiconv Installer Package 1.8
libiconv Installer Package - Installer package for libiconv, a Unix library used for charset conversion more>>
libiconv is Open Source Software released by the GNU project; in other words: I did not write this software, but only compiled it and built this installer package.
My package was created using Apples PackageMaker and contains nothing but libiconv, compiled from the unmodified sources. If you are a Fink user, you should consider downloading Finks libiconv distribution instead.
Expat Installer Package 1.95.8
Expat Installer Package - Installer package for Expat more>>
Most users wont ever use expat directly (although the included xmlwf application can be handy to check the wellformedness of an XML document, if xmllint is not available), but it is a prerequisite for some other software, for instance some XML-related Perl modules or the Sablotron XSL-T processor.
This installer will install expat compiled from the original, unmodified sources.
Vision Development Package
Vision Development Package - Development installer package more>>
Vision Application Library - binary and headers
Repository Modules - binaries, source code and project files
Example Applications - source code and project files
VisionEditor - binary
XCode project, target and file templates
Maintenance and Uninstall Scripts.
Clean Java Classes 1.0
Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
The folders search is done recursively.
If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".
splmount Package 3.0.0
splmount Package - Easily allows to mount additional volumes in a fli4l router more>>
The package splmount includes an option to automatically install the ext2 kernel module. The standard configuration of fli4l v3.x only includes the ext3 module. It should be possible to mount ext2 volumes, but we encountered several configurations which did not work properly. In these situations the option to load the ext2 module may be activated and it should be possible to mount the ext2 volumes.
The package should be extracted into the directory which contains the fli4l files. The kernel module ext2.o is included in the package splmount. Originally it is stored in the package kernel-modules-extra.tar.gz, but was included in splmount to save the additional work of extracting it from kernel-modules-extra.tar.gz.
Java Speech API 0.1
A wrapper for vendors to simplify usage of the Java Speech API more>> A wrapper for vendors to simplify usage of the Java Speech API
Java Speech API is a wrapper for vendors to simplify usage of the Java Speech API (JSR 113). Note that the spec is an untested early access and that there may be changes in the API.
Enhancements
- First release of a base layer for sphinx4 and FreeTTS.
MW Java Linker Patch 1.4
MW Java Linker Patch is designed to meet all your needs of updating the linker, which fixes problems merging GIF files into the JAR file output from the linker. more>> <<less
Collect Java Classes 1.0
Collect Java Classes - Collect Java classes in folders more>>
The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.
The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.
Package Update 1.0b2
Package Update - Merge app packages left over by system upgrades more>>
Anyone with this problem will know what Im talking about.
simjava 1.2
A free and process based discrete event simulation package for Java more>> A free and process based discrete event simulation package for Java
simjava is a process based discrete event simulation package for Java, similar to Jades Sim++, with animation facilities.
A simjava simulation is a collection of entities each running in its own thread. These entities are connected together by ports and can communicate with each other by sending and receiving event objects.
A central system class will control all the threads, advance the simulation time, and deliver the events. The progress of the simulation is recorded through trace messages produced by the entities and saved in a file.
System requirements:
-
Enhancements
- Simulation occurs in lockstep with animation (no more reading trace and pause before animation starts)
- java beans for displaying + storing simulation results.
- JAR bundling of the simjava packages.
- More examples.
- A 2D Graph bean. (new since the alpha release)
- Improved simulation speed and support for native threads.
Java Image Editor 2.1.355
Free and simple image editor built using Swing and filter classes more>> Free and simple image editor built using Swing and filter classes
Java Image Editor is a free and simple image editor built using Swing and filter classes.
Java Image Editor was originally written as a test harness for image processing classes, but has now become a fully fledged application.
Main features:
- Multiple image layers
- Brushes: paint, clone, erase etc.
- Blending modes - add, screen, darken etc.
- Transformations: scale, rotate, shear, perspective
- Lots of effects and image-processing operations
- Reads and writes multiple image formats
- Extensible via a plugin mechanism