| | |
|
|
| Easy JAVA to Source Converter - 2.1 |
It is a powerful decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files. It is able to decompile complex Java applets and binaries, producing accurate source code.
|
|
|
|
|
|
| |  | | Cavaj Java Decompiler is a graphical freeware utility that reconstructs java source code from CLASS files. You can decompile java applets, jar and zip files producing accurate java source code. Browse the reconstructed source code with the Class View for instant access to methods and fields. Cavaj Java Decompiler is a standalone Windows application, it doesn't require you to have Java installed. | Size: 976.6 KB License: Freeware Platform: Windows 95, Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000 | 
 |
|
|
|  | | DJ Java Decompiler is Windows 95/98/Me/NT/2000/XP/2003 decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files (for example Java applets). DJ Java Decompiler is able to decompile complex Java applets and binaries, producing accurate source code. DJ Java Decompiler is a stand-alone Windows application; it doesn't require having Java installed! DJ Java Decompiler is not just Java decompiler and disassembler but it is also a fully... | Size: 4.2 MB License: Shareware Price: $19.99 Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | You can use this fast Java decompiler to reduce the time and energy you spend on your work.
JD-GUI is a standalone graphical utility that displays Java source codes of "class" files. You will be able to use this software to browse the reconstructed source code for instant access to methods and fields.
New features of Java 5, such as annotations, generics or type "enum", are supported.
Here are some key features of "JD GUI":
· JD-GUI is written in C++. This allows an extremely... | Size: 493.9 KB License: Freeware Platform: Windows 2000, Windows 2003, Windows NT, Windows Vista, Windows XP | 
 |
|
|
|  | | JCavaj Java Decompiler is a free Java-based Java Decompiler. It reconstructs the original source code from a compiled binary CLASS file. You can decompile java applets, jar and zip files producing accurate java source code. JCavaj runs on any platform with Java Runtime Environment 1.4 or higher installed. | Size: 799.0 KB License: Freeware Platform: Windows 95, Windows 98, Windows Me, Windows 2000, Windows XP, Linux, Unix | 
 |
|
|
|  | | Did you use a wrong class that packaged in an irrelevant jar file? Are you trying to search a class from many jar files?
Java Class Finder is a free, small Java utility tool to search a given class from all jar files that in a selected directory (and subdirectories).
How does it work?
Simply specify the class name and a directory to search. Java Class Finder will find all jar files in the given directory (and subdirectories) that contain the given class. | Size: 80.0 KB License: Freeware Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarcheck.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently,... | Size: 280.3 KB License: Freeware Platform: Windows 98, Windows Me, Windows NT, Windows XP, Windows 2000, Windows 2003, Mac OS X, Unix,Linux,Linux Console,Linux Gnome,Linux GPL,AS/400,OS/2,OS/2 Warp,OS/2 Warp 4,Java | 
 |
|
|
|  | | Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarlook.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently,... | Size: 269.9 KB License: Freeware Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, Mac OS X, Windows Vista, Unix, Linux, Linux Console, Linux Gnome, Linux GPL, AS/400, OS/2, OS/2 Warp, OS/2 Warp 4, Java | 
 |
|
|
|  | | JFreeReport is a free Java class library for generating reports (GNU LGPL). Includes support for headers, footers, grouping, report functions, print preview, export to PDF and more. Complete source code is included, subject to the GNU LGPL. | Size: 0 License: Freeware Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux, Unix | 
 |
|
|
|  | | Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code(OOJNI classes) for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces. At the same time OOJNI Add-In makes all project setting for using, compiling and running the code generated.C++ programmer use OOJNI classes as regular C++ classes. Each OOJNI class wraps low-levelJNI code to accesses to Java Class fields and methods. All data type... | Size: 2.5 MB License: Demo Platform: Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code(OOJNI classes) for java byte code (SUN/IBM/MS JDK1.1.x-1.6.x) selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces. At the same time OOJNI Add-In makes all project setting for using, compiling and running the code generated.C++ programmer use OOJNI classes as regular C++ classes. Each OOJNI class wraps low-levelJNI code to accesses to Java Class... | Size: 1.9 MB License: Demo Platform: Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Java Platform Invoke API (Demo version) for MS Windows. Enables Java code to call native functions implemented in dynamic link libraries (DLLs) like in Microsoft .NET Framework. Written for JSE 1.5.x and later.Java platform invoke an API that enables Java code to call native functions implemented in dynamic link libraries (DLLs), such as those in the Win32 API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the... | Size: 532.0 KB License: Demo Platform: Windows NT, Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Object-Oriented JNI Add-In is a tool developed for MS Visual Studio 2005. It generates C# code (OOJNI classes) for java byte code (SUN/IBM/MS JDK1.1.x, JDK1.3.x and later) selected and includes it into the active project. It also makes JNI implementation of Java class native methods. At the same time OOJNI Add-In makes all project setting for using, compiling and running the code generated.Developer uses OOJNI as regular C# classes. Each OOJNI class wraps low-level JNI code to accesses to... | Size: 5.2 MB License: Demo Platform: Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Java Platform Invoke API (Demo version) for Linux/Unix, i386. Enables Java code to call native functions implemented in shared link libraries like in Microsoft .NET Framework. Written for JSE 1.5.x and later.Java platform invoke an API that enables Java code to call native functions implemented in shared libraries, such as those in the Linux API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the interoperation... | Size: 389.0 KB License: Demo Platform: Linux, Unix | 
 |
|
|
|  | | RetroGuard, a general purpose Java obfuscator, is designed to fit effortlessly into your regular build and testing process, providing peace of mind that your valuable Java bytecode is more secure against decompilation and reverse engineering. RetroGuard bytecode obfuscation modifies the contents of your class files in such a way that their behaviour is unaffected, while minimizing the amount of information from the source code that is exposed. A side effect of RetroGuard obfuscation is that... | Size: 168.2 KB License: Shareware Price: $139 Platform: Windows 2000, Windows XP, Mac OS X, Unix,Linux | 
 |
|
|
|  | | 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 vexatious problems of deploying Java applications can be solved by compiling them to native. They will be:- Easy to deploy:No JRE dependency. Most end-users don't know what they have installed.No more... | Size: 21.0 MB License: Shareware Price: $39.9 Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista | 
 |
|
|
|  | | JFreeChart is a free Java class library for generating charts (GNU LGPL). Support is included for: pie charts, bar charts, line charts, scatter plots, time series charts, candlestick charts, high-low-open-close charts and more. Use in applications, servlets, JSP or applets. Export to PNG, JPEG, PDF, SVG and HTML image maps. Complete source code is included, subject to the GNU LGPL. | Size: 5.3 MB License: Freeware Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows XP, Windows 2000, Unix,Linux | 
 |
|
|
|  | | The Java IDE
The Pure Java IDE : Made with Java, Made for Java
* Save, compile & run with a single button click
* Jump straight to compile-time errors
* Jump straight to any class or method
* Jump straight to the API of any Java class
* Tiny footprint - integrates into the JDK
* Color Syntax Editing
* Drag and Drop Panel Builder
* Can create skeleton class sets for applets and both GUI and console applications
If you're torn between WordPad and a Multi MegaByte IDE, then you'll... | Size: 335 B License: Shareware Price: $39 Platform: , NotApplicable | 
 |
|
|
|  | | JiveLint is a tool employing powerful static analysis on your JAVA source code. For example, JiveLint will find unused code and variables, switch blocks without a default case, if a class overrides Object.equals() but not Object.hashCode(), if code use == to compare Strings instead of equals(). | Size: 156.2 KB License: Shareware Price: $30 Platform: Windows 95, Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000 | 
 |
|
|
|  | | Looking for a simple and fast way to indent and export your Java code into various file formats? Look no further than Java Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents, convert them to PDF, RTF, images and more!
Format / Indent your Java code (thanks to AStyle)
Convert your Java code to the following formats :
HTML
PDF
RTF
BMP
PNG
JPG
Lotus
SVG
QUATTRO Pro
Excel
Print /... | Size: 1.9 MB License: Freeware Platform: Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000, Windows 2003 | 
 |
|
|
|  | | MaintainJ, an Eclipse plug-in, generates runtime UML sequence and class diagrams for a given use case, helping the users to quickly understand a complex Java or J2EE application.
MaintainJ logs runtime method call trace to a file and uses that trace file to render sequence and class diagrams. MaintainJ is the tool to turn to when :
---You want to find out what exactly happens in the application when you run a use case.
---You need to quickly understand large, complex Java... | Size: 976.6 KB License: Shareware Price: $30 Platform: Java | 
 |
|
|
|  | | The Vertical Bar Graph API is a Java Bean Component. Designed specifically to enable programmers to easily add powerful graphing functionality to any form of Java application Download the Free Trial today for access to:- - Documentation - Code samples - Demo Applications - IDE specific instructions and much more. | Size: 519.0 KB License: Shareware Price: $79 Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, OS/2,OS/2 Warp,OS/2 Warp 4,MAC 68k,Unix,Linux | 
 |
|
|
|  | | Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.Prerequisites:This program runs under any OS,(e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you haveJava version 1.5 or later installed.See http://mindprod.com/jgloss/installingjava.html for details.Installing:Download source and compiled class files to run on your own machine as an... | Size: 655.0 KB License: Freeware Platform: Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista | 
 |
|
|
|  | | OnBarcode.com Java library to generate barcode images, supports Linear (1D), PDF417, Data Matrix, QACode
Java Barcode Library Introduction
* 100% written in Java
* Developer Licenses for this library are royalty-free and perpetual
* Create GIF & JPEG files or Java AWT images with the class library
* Creates server-side barcodes with the included Java Servlet
* Add barcodes to Jasper Reports
* Add barcodes to Eclipse BIRT
* Add barcodes to... | Size: 293.0 KB License: Shareware Price: $199 Platform: Linux, Mac OS X, Palm OS 1.0, Palm OS 4.0, Palm OS 5.0, Windows 2000, Windows 2003, Windows 95, Windows 98, Windows Me, Windows Vista, Windows XP, Unix,OS/2,OS/2 Warp,OS/2 Warp 4,MAC 68k,Mac PPC, Windows CE,Pocket PC,Windows Mobile 2003,Windows Mobile 2005,Handheld/Mobile Other,Java | 
 |
|
|
|  | | The JavaBeans, Applets, Servlets and Class Libraries in this GS1 Databar package may be used on any platform with a Java Virtual Machine, including Windows, Linux, MacOS, Unix, Solaris, HP/UX, AS/400 and OS/390 to create Databar compliant images within any java application. Supports GS1 DataBar, Stacked, Truncated, Stacked Omnidirectional, Limited, Expanded, Expanded Stacked Omnidirectional, Composite Components, PDF417, MicroPDF417, UPC-A, UPC-E, EAN-13, EAN-8, GS1-128 and Code 128. The... | Size: 497.1 KB License: Demo Price: $595 Platform: Linux, Mac OS X, Windows 2000, Windows 2003, Windows 95, Windows 98, Windows Me, Windows NT, Windows Vista, Windows XP, Windows Mobile 2003,OS/2,OS/2 Warp,OS/2 Warp 4, | 
 |
|
|
|  | | A7Soft JExamXML is an XML comparison Java based command line application. Aimed at professional java developers, this tool may be very useful for every users working with XML. This software can be used either as a standalone program or as a jar file class library that is integrated with your own java application. Pure java architecture allows running JExamXML on heterogeneous hardware platforms. | Size: 72.0 KB License: Freeware Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, Linux, Unix | 
 |
|
|
|  | | This barcode package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding in Java. Supports Linear and 2D barcode types including Code 128, Code 39, ITF, UPC, EAN, OneCode, DataMatrix, Maxicode and PDF417. The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with the IMG tag. | Size: 804.3 KB License: Shareware Price: $299 Platform: Windows 95, Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000, Windows 2003, Mac OS X, Unix,Linux,Linux Gnome,Linux GPL,Linux Open Source,OS/2,OS/2 Warp,OS/2 Warp 4,MAC 68k,Mac PPC,Mac Other,Pocket PC,Windows Mobile 2003,RIM,Java | 
 |
|
|
|  | | The Java Obfuscator of Choice - DashO.
* ISV's Choice for protecting products from reverse engineering.
* Industry's choice to protect proprietary code from internal and external hacking.
* Sun's Choice to obfuscate their own Java code.
* Your choice for unparalleled protection.
Features Include:
Leading Java Code Security
* Package/Class/Method/Field renaming using patented Overload-Induction(tm)
* Advanced Control Flow Obfuscation
* String Encryption
Java Code Efficiency
*... | Size: 16.3 MB License: Shareware Price: $1890 Platform: Windows 98, Windows Me, Windows 2000, Windows XP, Windows 2003, Mac OS X, Unix,Linux | 
 |
|
|
|  | | The Chilkat Java MHT library provides an API for creating and unpacking MHT files. The Chilkat components and libraries have an established user base of approximately 10,000 customers. Chilkat's licensing provides for free new-version upgrades, 1 year unlimited email and phone support, and royalty-free redistribution. | Size: 1.9 MB License: Shareware Price: $149 Platform: Windows 2000, Windows XP, Windows 2003 | 
 |
|
|
|  | | Coocool is a shareware program that allows web developers the ability to easily add advanced java script and DHTML code to their web pages. Coocool also allows web developers to easily add java applets to their web pages.
Coocool Stupid Web Tricks Tool Features include:
Preview effect clip one by one
Use "Preview" button from main window, you can enjoy all kind of effect clip before use it in you homepage.
Script wizard let your customize easily and quickly
Just select a effect clip... | Size: 2.3 MB License: Shareware Price: $29.95 Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows XP, Windows 2000 | 
 |
|
|
|
|
|
|