input files java
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9683
ImportCleaner
Free Java development tool that will allow you to easily clean import statement more>> Free Java development tool that will allow you to easily clean import statement
ImportCleaner is a Java based tool that reads a Java source file and prints a minimal set of single import statements for all classes that the program needs to import.
System requirements:
- Java
Download (67KB)
Added: 2009-05-31 License: Freeware Price: FREE
220 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
SimpleSynth 0.8
Input music/sounds from MIDI sound devices. more>>
SimpleSynth is a simple soft synth that takes input from a connected MIDI device and can play instruments from Soundfonts and DLS files including Apples default General MIDI sound set.
<<less Download (120KB)
Added: 2004-09-21 License: Freeware Price:
1033 downloads
File Watcher 1.1
File Watcher 1.1 is yet another lightweight graphical Java based file watcher similar in functionality to tail more>>
File Watcher 1.1 is yet another lightweight graphical Java based file watcher similar in functionality to tail. It includes additional per-file features like pausing, setting polling frequency, font size, and buffer size, refresh, in-pause tail, and clear.
Enhancements: Jan 11 2008
- Memory overflow upon opening large files fixed
- Added user preference persistence
Download (18KB)
Added: 2008-09-29 License: Freeware Price: FREE
14 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
Collect Java Classes 1.0
Collect Java Classes - Collect Java classes in folders more>>
Collect Java Classes is a small AppleScript which collects Java classes *.class and *.zip in the folders. Select file(s) and folder(s) and drop them on this droplet icon. Then, all Java class files *.class and *.zip in the folders and subfolders will be collected.
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.
<<lessThe 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.
Download (4KB)
Added: 2006-01-30 License: Freeware Price:
1362 downloads
EasyEclipse Desktop Java 1.2.2
EasyEclipse Desktop Java - development of Desktop GUI applications with Swing or SWT more>>
EasyEclipse Desktop Java is made for development of Desktop GUI applications with Swing or SWT.
This distribution includes the following plugins:
Core components with a JDK:
* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of Desktop applications in Java:
* Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
* EclipseNSIS 0.9.4.hotfix - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
* Fat Jar Eclipse plugin 0.0.24 - Deploys an Eclipse java project into one executable jar with all dependencies included.
* JarPlug 0.6.0.1 - View and edit Java Archive files.
* JarLaunch 0.5.0.1 - Run and debug Java Archive files.
<<lessThis distribution includes the following plugins:
Core components with a JDK:
* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of Desktop applications in Java:
* Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
* EclipseNSIS 0.9.4.hotfix - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
* Fat Jar Eclipse plugin 0.0.24 - Deploys an Eclipse java project into one executable jar with all dependencies included.
* JarPlug 0.6.0.1 - View and edit Java Archive files.
* JarLaunch 0.5.0.1 - Run and debug Java Archive files.
Download (78.9MB)
Added: 2007-07-10 License: Freeware Price:
842 downloads
sound.input.app 1.0
sound.input.app - Enforce your preferred sound input device at startup more>>
USB sound inputs, such as the iMic, are not seen by the Mac OS until just after boot, which results in the sound input dropping back to a hardware one, i.e. Internal Mic or CD-ROM.
sound.input.app is a simple AppleScript to enforce your preferred sound input device at startup.
Completly freeware.
<<lesssound.input.app is a simple AppleScript to enforce your preferred sound input device at startup.
Completly freeware.
Download (19KB)
Added: 2006-01-15 License: Freeware Price:
1393 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
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
Apple Java for OS X 10.5 Update 4
About Java for Mac OS X 10.5 Update 4 Java for Mac OS X 10.5 Update 4 delivers improved reliability, security, and compatibility for Java SE 6, J2SE 5.0 and J2SE 1.4.2 on Mac OS X 10.5.7 and later more>> <<less
Download (158MB)
Added: 2009-06-15 License: Updater Price:
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
EasyEclipse Expert Java 1.3.0
EasyEclipse Expert Java - Bare-bones Eclipse distro for experienced Java developers who are new to Eclipse more>>
EasyEclipse Expert Java is a bare-bones Eclipse distro for experienced Java developers who are new with Eclipse.
EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<lessEasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
Download (83.2MB)
Added: 2007-07-10 License: Freeware Price:
611 downloads

Ninjar 1.1
Ninjar is a Spotlight importer that allows OS X to index the content of .jar (Java Archive) files. This enables you to search .jar files on your system by package and/or class name more>>
Ninjar 1.1 is considered as an effective Spotlight importer that allows OS X to index the content of .jar (Java Archive) files. This enables you to search .jar files on your system by package and/or class name. Incredibly useful if you're a Java developer.
Requirements:
- Mac OS X 10.4 or later.
Download (25K)
Added: 2006-07-09 License: Free Price:
downloads
Other version of Ninjar
License:Freeware
Bitcollider 0.6.0
Bitcollider is a small program you can run on your own computer to reliably identify and describe files on your machine more>>
Bitcollider is a small program you can run on your own computer to reliably identify and describe files on your machine.
When run with a specific file as input, this program does two major things:
- It examines the file, calculating a distinctive digital fingerprint, or bitprint, and taking note of some other identifying information that can be extracted from the file, like file length and the local filename.
- It launches your web browser to do a lookup at our website, submitting this identifying information as the search terms.
The Bitcollider only initiates connection to our webserver when you activate it on a specific file. All of its communication occurs through your default web browser, where you may see all the data it submits.
<<lessWhen run with a specific file as input, this program does two major things:
- It examines the file, calculating a distinctive digital fingerprint, or bitprint, and taking note of some other identifying information that can be extracted from the file, like file length and the local filename.
- It launches your web browser to do a lookup at our website, submitting this identifying information as the search terms.
The Bitcollider only initiates connection to our webserver when you activate it on a specific file. All of its communication occurs through your default web browser, where you may see all the data it submits.
Download (626KB)
Added: 2007-06-15 License: Freeware Price:
862 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 input files java 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