Apache Ant for Java
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author couldn't live with when developing softw...
DeJava v1.12 beta
Is a utility that allows Java developers to disassemble byte code files. It is a replacement for the JavaP utility that ships with Suns JDK. Like JavaP it is a 32-Bit console application which does not include a graphical user interface. It is designed to run under Microsoft Windows 95 or Microsoft ...
DJ Java Decompiler v2.5.5.45
Is a free graphical Java decompiler and editor. It reconstructs the original source code from the compiled binary CLASS files. The program can take compiled binary class files including applets and "dead" code parts and generate accurate source code. DJ Java Decompiler also includes a full-featu...
Excelsior JET for Linux 6.0
Excelsior JET is a certified Java SE 6 implementation powered by ahead-of-time (AOT) compilation technology, which helps you: * Speed up your Java applications without any source code changes or hardware upgrades * Protect your Java code from decompilation without compromising its performance * B...
Java 2 Platform, Enterprise Edition (J2EE)
The Java 2 Platform, Enterprise Edition, takes advantage of many features of the Java 2 Platform, Standard Edition, such as "Write Once, Run AnywhereTM" portability, JDBCTM API for database access, CORBA technology for interaction with existing enterprise resources, and a security model that pro...
Java 2 Platform, Micro Edition (J2ME Platform)
A highly optimized Java runtime environment targeting a wide range of consumer products, including pagers, cellular phones, screenphones, digital set-top boxes and car navigation systems
Java 2 Platform, Standard Edition version 1.4
Is the premier solution for rapidly developing and deploying mission-critical, enterprise applications. Version 1.4 builds upon Java technology's cross-platform support and robust security model with new features and functionality, enhanced performance and scalability, and improved reliability a...
JNC - JavaNativeCompiler 1.1
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE. This is especially useful when applications have to be deployed to end-users. All ve...
QuickBuild 1.2.12
QuickBuild is a cross-platform build automation and management server that unifies all levels of builds such as continuous integration, daily build, QA and release build. Build can be promoted from one level to another, triggering desired steps such as sending notification, source code re-labeling, ...