Main > Free Download Search >

Free java 1.5 software for mac

java 1.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2038
Java Fathom 1.1.0

Java Fathom 1.1.0


Free and Java based tool to measure the readability of English text more>> Free and Java based tool to measure the readability of English text

Java Fathom is a free development tool that will allow you to generate common readability indices from English text.

System requirements:
- Java

<<less
Download (7KB)
Added: 2009-05-10 License: Freeware Price: FREE
240 downloads
Java Droplets 1.0

Java Droplets 1.0


Java Droplets - Three droplets for Java developers more>>
Three 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.

Source editable.
<<less
Download (73KB)
Added: 2006-07-12 License: Freeware Price:
1217 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
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
Java RSS Ticker 1.8.1

Java RSS Ticker 1.8.1


Java RSS Ticker is a very simple, lightweight, RSS ticker more>>
Java RSS Ticker is a very simple, lightweight, RSS ticker.

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.

<<less
Download (153KB)
Added: 2006-05-11 License: GPL Price:
1269 downloads
Make Java Document 1.0

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.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Java Image Editor 2.1.355

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

<<less
Download (4.6MB)
Added: 2009-06-09 License: Freeware Price: FREE
199 downloads
MW Java Linker Patch 1.4

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
Download (529KB)
Added: 1999-03-05 License: Freeware Price:
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
libxine-java 0.7.0

libxine-java 0.7.0


Free and open source Java interface for the xine library more>> Free and open source Java interface for the xine library

libxine-java is a Java interface for the xine multimedia player library. libxine-java allows to play all media supported by xine library with your Java application.
An AWT canvas allows to directly integrate video playback in GUI applications.

System requirements:
-
-

Enhancements:
- SWT support for Mac OS X/Carbon and Linux/GTK+
- New XineVisualizer class for xines audio visualizers goom, oscope, etc..
- Video now centered in View
- Java Windowing Toolkit (AWT/Swing) only initialized if actually used
- fixed to work on OS X with mounted DVDs, too.
- new method getDvdPaths to detect mounted DVDs on Mac OS X
- new factory method Xine.createController() for audio-only playback
- new methods to query stream for hasAudio() and hasVideo()
- new methods for volume control (Thanks Berend!)
- Add XineController.stop() method
- BUG FIX: XineController.playOnce could only be called once
- added --with-swt-jar=... to specify SWT path
- dont test Objective-C compiler on non-darwin platforms
- creates build.xml, org/libxine/XineConfig.java created
- libxine-java version specified only in configure.in
- AWT specific native code in jawt_info.c

<<less
Download (225KB)
Added: 2008-10-07 License: GPL Price: FREE
390 downloads
CADEMIA 1.5 Beta 5

CADEMIA 1.5 Beta 5


Free and multi-platform CAD software CADEMIA is an open source CAD Software. CADEMIA offers a professional CAD developer framework written in JAVA more>> Free and multi-platform CAD software

CADEMIA is an open source CAD Software. CADEMIA offers a professional CAD developer framework written in JAVA.

System requirements:
- Java

<<less
Download (9MB)
Added: 2009-06-14 License: GPL Price: FREE
206 downloads
gted 1.5.4

gted 1.5.4


A free editor for gettext po files more>>
gted 1.5.4 is an excellent and very useful product which provides you with an editor for gettext po files and an Eclipse integration of gettext tools. gted is developed as Eclipse plugin and therefore very useful for developers (and translators) using the Eclipse IDE for development.

Major Features:

  1. gted (GetText EDitor) is an editor for gettext po files.
  2. Integration of gettext Tools (xgettext, msgmerge, msgfmt)
  3. It is developed as Eclipse plugin and therefore very useful for developers (and translators) using the Eclipse IDE.
  4. gted has been tested on:
    • Windows XP SP2, Eclipse 3.3, Java 1.5.0_11
    • openSUSE Linux 10.2, Eclipse 3.3, Java 1.5.0_12
    • Mac OS X 10.4.10, Eclipse 3.3, Java 1.5.0_06

Enhancements:

  • Outline View displays displays msgid even if the first line is ""
  • Added --domain-name in all gted tools


<<less
Download (10KB)
Added: 2009-05-06 License: GPL Price: FREE
18 downloads
Java Speech API 0.1

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.

<<less
Download (99KB)
Added: 2009-05-09 License: GPL Price: FREE
186 downloads
Java Psion Link 2a5

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
<<less
Download (332KB)
Added: 2004-06-23 License: Freeware Price:
downloads
Java Update 1.4.2 Update 2

Java Update 1.4.2 Update 2


Java Update is designed to be a useful update which provides improved behavior for applets in Safari, and increased stability for desktop Java applications. more>> <<less
Download (26MB)
Added: 2004-09-23 License: Update Price:
1 downloads
 
Other version of Java Update 1.4.2 Update
Java Update 1.4.2 Update 1Java Update 1.4.2 Update has come as an important update program with ... and increased stability for desktop Java applications which can support for JDK 1.4.2_05. Java
License:Update
Download (26MB)
1 downloads
Added: 2004-08-10
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5