1|2|3|
Download Java Development in Coding Software (page three)

Sponsored links

SimpleIPC 1.0.0.1

Keeps unstable code from crashing your app.

SimpleIPC is a set of objects, server processes, and configuration tools which allow you, the software developer, to have some of your application`s work performed in an external process on the same machine. SimpleIPC uses .NET Remoting over the IPC channel, but your client can be .NET, COM or Java, so it provides a simple interop from Java or COM to .NET. You can run many IPC servers on a machine and improve your horizontal scalability.

Remove from this category?

On May 8, 2009 updated, download size 1607Kb, for Windows XP, Vista, 64bit.

Download Common11 2.6
Common11 2.6

Utility classes for JDK 1.1+.

common utility classes that work under Java 1.1+ including:**BigDate:simplified date handling when you want dates without times..CC ImageInfo: information about a GIF, png, jpg. **ImageViewer: component to display an image. **ResizingImageViewer: display Image at varying magnification

Remove from this category?

On November 23, 2009 updated, download size 480Kb, for Windows 2000, XP, Vista, Windows 7, 64bit, Mac OS, Linux, Unix, Java.

Download Boyer 1.5
Boyer 1.5

Fast Boyer-Moore String search..

Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K or over and the pattern you are searching for is 4 characters or longer.

Remove from this category?

On June 2, 2009 updated, download size 576Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

Download HunkIO 1.6
HunkIO 1.6

Java classes: readEntireFile createTempFile.

Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data. Why the three linked ball logo? It symbolises processing a file in line-sized chunks.

Remove from this category?

On June 2, 2009 updated, download size 800Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

Adeptia BPM Software 5.0

Cost-effective, powerful, code-free approach.

Adeptia BPM solution has been developed to address the
most challenging and common needs of carriers, brokers, channel
partners, and reinsurers. Adeptia helps streamline and automate front
office as well as back office processes that transform organizations at
every level, thereby bringing about operational efficiency, customer
satisfaction and profitability

Remove from this category?

On September 5, 2009 updated, download size 44Kb, for Windows 2000, XP, Vista, CE, Linux, Unix, Java.

Download JarCheck 1.3
JarCheck 1.3

Check class target versions in a Java jar..

Check a Java jar to make sure all the javac -target versions of the class files are what you expect. It makes sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac -target 1.5. This should catch classes normally compiled with target 1.1 that were accidentally compiled with 1.5 as a side effect of compiling some 1.5 class.

Remove from this category?

On June 27, 2009 updated, download size 784Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

Comparators 1.4

Java Comparator classes.

Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags. StringComparator.java compares two Strings, case sensitive. StringComparatorIgnoreCase.java compares two Strings, case insensitive. See http://mindprod.com/jgloss/comparators.html for general information on using comparators.

Remove from this category?

On June 27, 2009 updated, download size 960Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

LAFManager 1.2

LAFManager.

Look and feels are used to change the appearance of applications written in the Java programming language. LAFManager makes the process of adding new look and feels simple, you simply point LAFManager to the location of a new look and feel (stored in a file with a ".jar" extension) and the application handles the chore of adding it to your Java environment.

Remove from this category?

On June 27, 2009 updated, download size 313Kb, for Windows 2000, XP, Vista, 64bit.

Download Mouse 1.4
Mouse 1.4

Find mouse screen position in Java..

In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL, so it only works on Windows. You must install the nativemouse.dll somewhere on the path.

Remove from this category?

On June 27, 2009 updated, download size 624Kb, for Windows 98, 2000, XP, Vista, 64bit, Java.

JxCapture Cross-Desktop Std. 1.3.1

Java Library for Screen Capturing.

A cross-platform library with a comprehensive screen capture API for Java applications. You can capture any graphic element on the screen and save it as a java.awt.image.BufferedImage object for further manipulation in Java code. - Full-screen capture, - Active window capture, - Object capture of any UI element like window, button, menu, etc. - Rectangular region capture. - Extensive capture options (capture transparent windows, mouse curs

Remove from this category?

On June 30, 2009 updated, download size 1319Kb, for Windows 98, 2000, XP, Vista, CE.

Download Batik 2.2
Batik 2.2

Java toolkit to delete junk files..

Java classes to let you create a custom utility to find and delete all junk files on your machine. Use one of the three scripts supplied as an example, to create your own XXX.java source code file then compile and use to rapidly clean your drive of junk. This program requires some elementary Java programming skill.

Remove from this category?

On June 28, 2009 updated, download size 1120Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

CSVReader/Writer 3.0

Java to read/write/aliign/pack csv files..

Java classes you can use standalone or embed in your own programs to Read, write, align and pack comma, tab and semicolon-separated variable files, commonly known as CSV files. It consists of a four Java classes CSVReader CSVWriter, CSVAlign and CSVPack for reading and writing CSV (Comma Separated Value) formatted files. Also handles tab-separated and semicolon-separated files.

Remove from this category?

On June 30, 2009 updated, download size 976Kb, for Windows 98, 2000, XP, Vista, 64bit.

JNIWrapper for Windows (32/64-bit) Std. 3.8

Bridge Java and native code without using JNI.

JNIWrapper eliminates difficulties in working with the native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language, and JNIWrapper does the rest. JNIWrapper`s advantages: Minimum behind-the-scene operation; High performance; Automatic resource management.

Remove from this category?

On October 2, 2009 updated, download size 4714Kb, for Windows 98, 2000, XP, Vista, CE.

Abdio PDF Creator 6.83

Quickly Create PDF file use Abdio PDF Creator.

Abdio PDF Creator is an easy-to-user and powerful PDF Creator. You can Creat PDF file just like operating Mircosoft Office Word. It also can be used for editing table, plug-in image and making hyperlink. Moreover, it supports BookMark and page browser,Import/export Form data into a Text, Word or RTF, Xml File.

Remove from this category?

On October 29, 2009 updated, download size 7141Kb, for Windows 98, 2000, XP, Vista, 64bit.

dbForge Data Compare for MySQL 1.00

Tool for data comparison and synchronization.

dbForge Data Compare for MySQL is a fast, easy-to-use tool to compare and synchronize data of MySQL databases. You can quickly analyze data differences in a well-designed user interface and synchronize comparison results in a convenient wizard with additional options.

Remove from this category?

On August 3, 2009 updated, download size 5631Kb, for Windows 2000, XP, Vista, 64bit.

Download FileIO 5.7
FileIO 5.7

Generates Java code to do 378 types of I/O..

I/O teaching tool that generates Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.

Remove from this category?

On August 5, 2009 updated, download size 960Kb, for Windows 2000, XP, Vista, 64bit, Mac OS, Linux, Java.

JxCapture for Windows (32/64-bit) Std. 1.3.1

Java Library for Screen Capturing.

A cross-platform library with a comprehensive screen capture API for Java applications. You can capture any graphic element on the screen and save it as a java.awt.image.BufferedImage object for further manipulation in Java code. - Full-screen capture, - Active window capture, - Object capture of any UI element like window, button, menu, etc. - Rectangular region capture. - Extensive capture options (capture transparent windows, mouse curs

Remove from this category?

On August 14, 2009 updated, download size 1279Kb, for Windows 98, 2000, XP, Vista, CE.

Download Jnix 1.1

Jnix Linux Jar Wrapper.

Jnix is a Launch4J compatible utility for wrapping jar files in shell scripts for deployment on Linux and Unix. It can also serve as a launcher script for jar files.

Remove from this category?

On August 7, 2009 updated, download size 193Kb, for Windows 2000, XP, Vista, 64bit.

JNIWrapper for Windows (32-bit) Std. 3.8

Bridge Java and native code without using JNI.

JNIWrapper eliminates difficulties in working with the native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language, and JNIWrapper does the rest. JNIWrapper`s advantages: Minimum behind-the-scene operation; High performance; Automatic resource management.

Remove from this category?

On September 26, 2009 updated, download size 4607Kb, for Windows 98, 2000, XP, Vista, CE.

MemoryUp Pro - BlackBerry RAM Booster v3.3

Award-winning BlackBerry RAM Booster.

MemoryUp Pro is a powerful mobile RAM boosting tool and Java virtual machine (JVM) management application specially designed for BlackBerry users. It is a handy memory optimizer tool that will keep your BlackBerry running fast and efficiently. It enhances your BlackBerry`s performance by making more memory available for both your applications and the mobile system.

Remove from this category?

On September 10, 2009 updated, download size 581Kb, for rim.

MemoryUp Professional-Mobile RAM Booster v3.3

Award-winning Mobile RAM Booster.

MemoryUp Pro is a powerful mobile RAM boosting tool and Java virtual machine (JVM) management application specially designed for smartphone users. It is a handy memory optimizer tool that will keep your smartphone running fast and efficiently. It enhances your smartphone`s performance by making more memory available for both your applications and the mobile system.

Remove from this category?

On September 17, 2009 updated, download size 374Kb, for Windows Mobile, Java.

NetworkAcc - Mobile Network Accelerator v1.6

All-powerful Mobile Network Accelerator.

NetworkAcc is a powerful mobile network accelerator specially designed for smartphone and BlackBerries. It accelerates all your mobile-network based activities, which include browsing, downloading, uploading, streaming, online gaming, sending and receiving email, etc.

Remove from this category?

On September 24, 2009 updated, download size 118Kb, for Windows CE, Pocket, Mobile, Java, Symbian.

NetworkAcc S- Mobile Network Accelerator v1.6

All-powerful Mobile Network Accelerator.

NetworkAcc is a powerful mobile network accelerator specially designed for smartphone and BlackBerries. It accelerates all your mobile-network based activities, which include browsing, downloading, uploading, streaming, online gaming, sending and receiving email, etc.

Remove from this category?

On September 30, 2009 updated, download size 585Kb, for rim.

SimpleIPCExpress 1.0.0.2

Keeps unstable code from crashing your app.

SimpleIPCExpress lets you host unstable code in a separate process. If there`s a memory leak or process crash, your main application, such as IIS, isn`t affected. It`s ideal for working with legacy COM components. You can write your server code with the built-in JScript.NET editor, or use VS.NET. Your client can be Java, so its an easy way to interoperate from Java to .NET. It also helps you add multithreading to MS Office apps like Excel.

Remove from this category?

On September 17, 2009 updated, download size 1485Kb, for Windows XP, Vista, 64bit.

JExcel for Windows (32-bit) Std. 1.4

Integration of Microsoft Excel with Java apps.

JExcel is a library for integrating Microsoft Excel into Swing applications and for working with Excel workbooks and worksheets from Java applications. # Automation of an Excel application, workbooks, worksheets, etc. # Embedding a workbook into a Java Swing application. # Handling Excel workbook or worksheet events. # Full access to JNIWrapper API.

Remove from this category?

On November 3, 2009 updated, download size 2434Kb, for Windows 98, 2000, XP, Vista, CE.

1|2|3|