Main > Free Download Search >

Free java software for mac

java

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1233
Java 2 SE 5.0 Release 1

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
Download (33.8MB)
Added: 2005-09-09 License: Freeware Price:
3087 downloads
Apple QuickTime for Java SDK 1.1

Apple QuickTime for Java SDK 1.1


QuickTime for Java development kit. more>>
Apple QuickTime for Java SDK contains the 6.0 release of the QuickTime for Java Mac SDK. The SDK includes documentation & sample code files.
<<less
Download (6.3MB)
Added: 2004-06-01 License: Freeware Price:
1994 downloads
Apple MRJ 2.2.6

Apple MRJ 2.2.6


MacOS runtime for Java. more>>
Mac OS Runtime for Java (MRJ) is Apples implementation of the Java Virtual Machine (JVM), based on Sun Microsystems Java specification. MRJ allows you to run Java applications and applets.
<<less
Download (5.3MB)
Added: 2004-06-01 License: Freeware Price:
1979 downloads
Apple Java Updater for Mac OS X 10.3.9

Apple Java Updater for Mac OS X 10.3.9


Java update (standalone installer) more>>
Apple Java Updater for Mac OS X 10.3.9 will correct issues affecting some Java users following the installation of Mac OS X v10.3.9 Software Update.

After updating to Mac OS X 10.3.9, some systems may have issues with Java applications and Java-enabled websites when using Safari. Safari may unexpectedly quit, and standalone Java applications may unexpectedly quit or not launch. This update resolves that issue.
<<less
Download (202KB)
Added: 2005-04-22 License: Freeware Price:
1714 downloads
Apple Java 1.3.1 / 1.4.2 Release 2

Apple Java 1.3.1 / 1.4.2 Release 2


Apple Java 1.3.1 / 1.4.2 Release 2 - Java update for Tiger more>> <<less
Download (42MB)
Added: 2005-09-14 License: Freeware Price:
1567 downloads
Apple Java Security Update

Apple Java Security Update


Apple Java Security Update - Delivers security enhancements, for OS X 10.3.9 more>> <<less
Download (41MB)
Added: 2005-09-14 License: Freeware Price:
1505 downloads
Java Sudoku 1.0.1

Java Sudoku 1.0.1


Java Sudoku is a cross platform version of the popular Sudoku logic game more>>
Java Sudoku is a cross platform version of the popular Sudoku logic game. Java Sudoku features an advanced user interface that is both easy to use and appealing to the eye.
It allows you to generate completely random Sudoku puzzles, enter your own puzzles from newspapers and magazines, or load them from Sudoku XML files. Java Sudoku can also be used as a Sudoku generator and solver.
Main features:
- Random puzzles every time you play
- Helping lines mode in the option menu, so You can see easier, if there is a collision
- 2 different systems of selecting cells and entering numbers
- 3 difficulty levels and an user custom level
- 3 Different Numbers Distributions
- Load/Save Sudoku games without any kind of losses
- Design your own puzzles - Under construction.
<<less
Download (71KB)
Added: 2006-08-04 License: GPL Price:
1452 downloads
IP Monitor for Java 2.0.2

IP Monitor for Java 2.0.2


IP Monitor for Java - Display IP address & perform whois/finger/DNS queries more>>
IP Monitor for Java is a handy application which automatically displays the current IP network address of your workstation right onto your desktop.

It allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels.

IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.


<<less
Download (53KB)
Added: 2005-11-08 License: Freeware Price:
1450 downloads
Create Java Manifest Form 1.0

Create Java Manifest Form 1.0


Create Java Manifest Form - Creates a Java manifest assigned as a basic form to Jar tool more>>
Create Java Manifest Form is a small AppleScript creates a Java manifest file "MANIFEST.MF" that will be assigned as a basic form to Jar tool.

Select Java resource files (*.class files, package folders, graphics images, or others) and drop them on this droplet application icon. Then a manifest file will be created at the same folder as your given files.

The script will apply URL encoding to the file name if needed.


<<less
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

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.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Xgrid Agent for Java 2005-11-08

Xgrid Agent for Java 2005-11-08


Xgrid Agent for Java - Agent for Apples Xgrid clustering protocol more>> <<less
Download (2.2MB)
Added: 2006-01-14 License: GPL Price:
1387 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
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".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
Java development Droplets 1.0

Java development Droplets 1.0


Java development Droplets - Java droplets to run javac and java in Terminal more>>
Java development Droplets is a set of AppleScript droplets for Java developers.
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.


<<less
Download (62KB)
Added: 2006-01-22 License: Freeware Price:
1373 downloads
MetricConverter 1.1

MetricConverter 1.1


MetricConverter - Perform simple metric calculations and conversions more>>
The MetricConverter Java applet performs simple metric calculations and conversions. To use, simply select a category, enter a number in the appropriate cell and hit the "return" key on keyboard.


<<less
Download (3KB)
Added: 2006-01-23 License: Freeware Price:
1372 downloads
GeekTools Whois Java Client 1.0.1

GeekTools Whois Java Client 1.0.1


GeekTools Whois Java Client - Finger-style whois more>>
GeekTools Whois Java Client is a finger-style whois which uses the GeekTools Whois Proxy Server provided by CenterGate Research Group, LLC.

GeekTools Whois Java Client is fully customizable, its properties file can be used to modified the default whois server and port.

Completly freeware.


<<less
Download (13KB)
Added: 2006-01-23 License: Freeware Price:
1370 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5