java profiler
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.
G3/G4 Cache Profiler 1.5
G3/G4 Cache Profiler includes a beta version of the G3/G4 Cache Profiler. Once downloaded, you should put it in your extensions folder and remove any previous versions that are installed more>> G3/G4 Cache Profiler includes a beta version of the G3/G4 Cache Profiler. Once downloaded, you should put it in your extensions folder and remove any previous versions that are installed.
MacOS 8.0 - 9.
Version 1.4b2 fixes a bug in 1.4b1 which caused a crash when booting Classic under OS X. It is otherwise identical to 1.4b1.
Hint Track Profiler 1.0d5
Hint Track Profiler is a powerful and popular diagnostic tool that graphs a streaming movies hinted packets over time. more>>
Hint Track Profiler 1.0d5 is a powerful and popular diagnostic tool that graphs a streaming movies hinted packets over time.
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.
Apple System Profiler 2.1.2
Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support more>> Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support.
System 7.6 or later, Disk Copy 6.1 or later.
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
Java Resource Finder 0.5.1 Beta 7
Java tool for searching classpath for resources Java Resource Finder is a Java tool for searching classpath for resources such as class or files. Drag and drop interface for classpath more>> Java tool for searching classpath for resources
Java Resource Finder is a Java tool for searching classpath for resources such as class or files.
Drag and drop interface for classpath. Useful for resolving those class not found problem such as java.lang.ClassNotFoundException and Java.lang.NoClassDefFoundErr.
Enhancements
- Initial Release
Java development Droplets 1.0
Java development Droplets - Java droplets to run javac and java in Terminal more>>
They automate opening a new Terminal window, changing the current directory and executing a command on the file.
* "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.
Java Menu Applets 2.84
Java Menu Applets is a program including configurable java applets for making cross-browser drop down menus, bars, and buttons for your Website. more>>
Java Menu Applets 2.84 is a program including configurable java applets for making cross-browser drop down menus, bars, and buttons for your Website. These applets provide feature-rich, fast-loading menu systems to make it easy for your visitors to find their way around your site. Every applet in this collection has its own unique set of features that lets you create a website interface of any style and functionality.
Java 2 SE 5.0 Release 1
Java 2 SE - support for cross-platform J2SE 5.0 applications and J2SE 5.0-based applets in Safari on Mac OS X 10.4 Tiger more>> <<less
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
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.

Java Snippet Runner 1.02
Java Snippet Runner 1.02 is a versatile which allows to enter some short pieces of Java code and can run them immediately. more>>
Java Snippet Runner 1.02 is a versatile which allows to enter some short pieces of Java code and can run them immediately. Methods, classes or imports are not possible (technically the piece of code is wrapped into a class with a main method). The tool is thought for pupils and students who start programming with Java.
Requirements: Java 1.4 or higher.
<<lessJava Remote Control 2.1b
View and control a remote desktop over TCP/IP more>> View and control a remote desktop over TCP/IP
Java Remote Control is a free and simple application to allow remote viewing of a desktop and control of the mouse and keyboard of the remote machine
Developed purely in Java, the Java Remote Control application should run on any machine with a JVM 1.2 or above installed.
Java Remote Control has been tested on Mac OS X (on a Mac Mini), Windows XP, Windows 98, Suse Linux and Red Hat Linux.
System requirements:
- Java
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.