java package
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2483
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
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
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
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.
<<lessAfter 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.
Download (202KB)
Added: 2005-04-22 License: Freeware Price:
1714 downloads
htmldoc Installer Package 1.8.23
htmldoc Installer Package - Installer for htmldoc, a shell-based application that provides conversion of HTML in PDF more>>
htmldoc is a shell-based application that provides conversion of HTML in PDF, PostScript or indexed HTML files. This even works with remote files via HTTP.
htmldoc was written by Easy Software Products and is Open Source Software. This implies I only compiled it and built this installer package, but Im not the author of this software.
The download archive contains htmldoc, compiled from the unmodifed sources, built as an installer package using Apples Package Maker software.
<<lesshtmldoc was written by Easy Software Products and is Open Source Software. This implies I only compiled it and built this installer package, but Im not the author of this software.
The download archive contains htmldoc, compiled from the unmodifed sources, built as an installer package using Apples Package Maker software.
Download (1.3MB)
Added: 2005-11-10 License: Freeware Price:
1457 downloads
Expat Installer Package 1.95.8
Expat Installer Package - Installer package for Expat more>>
Expat is a non-validating XML parser written by James Clark and released under an Open Source license. This implies I only compiled it and built this installer package, but I did not not develop the software.
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.
<<lessMost 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.
Download (281KB)
Added: 2005-11-10 License: Freeware Price:
1451 downloads
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.
<<lessIt 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.
Download (53KB)
Added: 2005-11-08 License: Freeware Price:
1450 downloads
libiconv Installer Package 1.8
libiconv Installer Package - Installer package for libiconv, a Unix library used for charset conversion more>>
libiconv is a Unix library used for charset conversion. Most people wont ever have the need to use it directly, but a number of useful applications (including ht://Dig and wvWare) require libiconv.
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.
<<lesslibiconv 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.
Download (731KB)
Added: 2005-11-09 License: Freeware Price:
1450 downloads
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.
<<lessSelect 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.
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
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.
<<lessSelect 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.
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
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".
<<lessThe 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".
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
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.
<<lessThey 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.
Download (62KB)
Added: 2006-01-22 License: Freeware Price:
1373 downloads
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.
<<lessGeekTools Whois Java Client is fully customizable, its properties file can be used to modified the default whois server and port.
Completly freeware.
Download (13KB)
Added: 2006-01-23 License: Freeware Price:
1370 downloads
Make Java Document 1.0
Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.
Completly freeware.
<<lessCompletly freeware.
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Exchange CodeWarrior Java Compiler 1.0
Exchange CodeWarrior Java Compiler - Change the required software kit to develope Java programs more>>
Exchange CodeWarrior Java Compiler is a small AppleScript that changes the required software kit to develope Java programs under the versions of 1.0.2 and 1.1.3 by the Metrowerks Codewarrior.
The related software is classes.zip library and MW Java compiler. Please note that Java 1.1.3 public beta folder should be stayed in the Metrowerks CodeWarrior folder where the installer of public beta has initially located the stuff.
<<lessThe related software is classes.zip library and MW Java compiler. Please note that Java 1.1.3 public beta folder should be stayed in the Metrowerks CodeWarrior folder where the installer of public beta has initially located the stuff.
Download (2KB)
Added: 2006-02-01 License: Freeware Price:
1367 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above java package search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed