java native methods
Home Insulation Methods 1.0
Home insulation methods begin with inspecting the whole house. Learn to audit your household, taking special notice of the insulation. Modify anything that you can to make energy use in your household more efficient. more>> <<less
WAC Native Client 2.0
telnet & an SSH client program more>> The WAC Native Clients package is a free package including a telnet client program and an SSH client program. Although WAC Server works well with other standard telnet clients or SSH clients, its strongly recommended to use WAC Native Clients whenever possible, because they are tuned to support all the features provided by WAC Server, including full color display, mouse support, file transfer, etc.<<less
Native Instruments Pro-53 1
Native Instruments Pro-53 is a program carrying on the tradition from the legendary days of vintage cult synthesizers. more>>
Native Instruments Pro-53 1 is a program carrying on the tradition from the legendary days of vintage cult synthesizers. Be fashioned after the Sequential Circuits Prophet-5, it combines the sonic properties of the unique originals with the practical requirements of the present day.
Native Instruments B4 1.1
Software Synthesizer (B3 Hammond Organ emulation) more>> VST-based tonewheel organ combo, completely capturing the sound of the classic B3 organ and rotating speaker. The B4 takes the popular tonewheel organ into new territory. Added flexibility in sound generation and seamless integration into the recording environment make this possibly the best organ since the original.<<less
Java Interactive Profiler 1.1 RC1
JIP is a low overhead and high performance profiler that is written entirely in Java more>>
JIP gives the developer the ability to turn the profiler on and off while the VM is running. You can also filter out classes and packages as well as control the output.
Main features:
- Interactivity. hprof is not an interactive profiler. It starts when your program starts and ends when the JVM exits. In many cases this doesnt give you a true measure of performance since the Just In Time compiler doesnt compile code on the first pass. In addition, this type of profiler is not useable at all in web applications since you end up profiling the web container as well as the web application. JIP, on the other hand, allows you to turn the profiler on and off while the JVM is running.
- No native code. Most profilers have some native component. This is because most profilers use the JVMPI (Java Virtual Machine Profiling Interface) which requires the use of native components. JIP, however, is pure Java. It takes advantage of the Java5? feature which allows you to hook the classloader. JIP adds aspects to every method of every class that you want to profile. These aspects allow it to capture performance data.
- Very low overhead. Most profilers are very slow. In many cases hprof will cause a program to run 20 times slower. JIP, on the other hand, is lightweight. A VM with profiling turned on is about twice as slow as one without a profiler. When the profiler is turned off, there is almost no overhead associated with using JIP.
- Performance Timings. JIP gathers performance data. You cannot use most profilers to do timings of your application. hprof, for example, will show you the relative amount of time that is spent in different parts of your code, but hprof has so much overhead, that you cannot use it to get real world timing measurements. JIP, on the other hand, actually tracks the amount of time used to gather performance data and factors that time out of its analysis. This allows you to get close to real world timings for every class in your code. So there is no need to litter your code with System.currentTimeMillis()!
- Filters by package/class name. One of the annoying things about hprof is that there is no way to filter out classes by class or package name. JIP allows you to do just that (for more information, look at the profile.properties file). This in not to say that the execution time is not included. It is included but can only be seen in the execution time of the calling routine.
Java Neural Network Examples 1
Learn about neural network in Java. more>>
Java Neural Network Examples 1 is an open collection of neural network examples in Java. It includes JOONE examples, the traveling salesman, optical character recognition, handwriting recognition, fuzzy logic, and neural network pruning. Full source code is included.
JSummer native 0.1.0.0
JSummer is a tool to compute and check MD5, MD4, MD2, SHA-160, SHA-256, SHA-384, SHA-512, RIPEMD128, RIPEMD160, WHIRLPOOL, TIGER, HAVAL message digest. Console-Version and GUI. Implemented in Java. more>>
JSummer is a platformindependent, open source tool to compute and check MD5, MD4, MD2, SHA-160, SHA-256, SHA-384, SHA-512, RIPEMD128, RIPEMD160, WHIRLPOOL, TIGER, HAVAL message digest. The Program consists of a Console-Version (CLI) and a nice GUI using SWT. Implemented in Java. This native version is running without a JRE! License: GPL (see http://www.gnu.org/copyleft/gpl.html)
<<lessJava Image Studio 2
An enhanced painting program that works on any operating system more>>

Java Tools 0.35
Lightweight IDE for Java more>> Java Tools is a lightweight IDE for creating, compiling, executing and debugging Java applications and applets.
Java Tools includes point and click access to the Java commands, documents, directories and files. It also includes a built-in text editor and user interface for the Java debugger.
Java Tools makes learning and using Java easier. Its for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.<<less
Java SE Development Kit 7
Java SE Development Kit is developed to be a helpful Java platform by Sun Microsystems with which you can get JDK7 and JDK6 source snapshots under the JRL license through subversion repository more>> <<less
Java Development Kit 1.1.6
Software and tools to compile, debug and run Java applications. more>>
Java Development Kit 1.1.6 is a powerful software that you need to compile, debug, and run applets and applications that you've written using the Java programming language.
The JDKTM software and documentation is free.
Java Reminder 1.0
This widget reminds you about the task you have to perform more>>
The ides is based on the "Cup-A-Lerter" by Patrick DK, but the logo, times and code are improved!
IzPack Native Launcher 1.3
The IzPack native launcher will first check for a JRE on the target system more>>
If one is found, then it will launch the installer. If no JRE can be found, then it will help the user in installing one either from the internet or from a bundled one.
To sum-up, the IzPack native launcher allows your users to install your software even if they don?t have a JRE at first sight.
Java SE 6 Update 4
the current major release of the Java SE platform more>> Java SE 6 is the current major release of the Java SE platform, with full support from NetBeans IDE 5.5. Sun endeavors to foster the highest level of transparency and collaboration on the platform with the Java community through Project JDK 6, resulting in the following key features. Suns Java Multi-Platform Support, Training, and Certification can provide you the peace of mind to develop and deploy Java solutions with confidence.
Advantages to running applications on Java SE 6
Applications run faster on the desktop and servers
New Dynamic Attach diagnostics simplify troubleshooting
Expanded Solaris DTrace support provides additional value on Solaris
Improved native look and feel across Solaris, Linux, and Windows
First Java platform with full support for Windows Vista
Benefits in upgrading developer environments to Suns Java SE 6
JavaScript integrated and included with the platform
Scripting languages framework extends support for Ruby, Python, and other languages
Complete light-weight platform for web services, right out of the box
Simplified GUI design and expanded native platform support
Full JDBC4 implementation providing improved XML support for Databases
Java DB included with the JDK, a free to use and deploy Java Database
Full support by NetBeans IDE 5.5
Sun Developer Services available to help build more robust applications<<less
330 Java Tips 1.33
Learn from others' daily Java experiences. more>>
330 Java Tips 1.33 is a wonderful Java tool which lets you learn from others' daily Java experiences. This e-book of Java tips was collected from real daily Java experience. This book covers most areas of Java programming and was written for programmers with up to three years of experience. Beginners will find answers that are not in usual Java FAQs.