| | | Java Class Finder - 1.0 | Java Class Finder is a Java utility tool to search a given class from all jar files that in a selected directory (and subdirectories).
| | | | | | |
| More on Java Class |
|  | | A java class assambler. This program assembles java byte code instructions for the JVM, like MASM for the CPU. Knowledge of the java byte code instruction is strongly required. | | Size: 27.9 KB License: Freeware | 
 |
|
|
|  | | JDasm is a library written in java to easily manipulate Java class files. It gives you the ability to load a class file and modify it or write a new one from scratch; you can inspect it, edit or export any part of the class file and import it into anothe | | Size: 3.2 MB License: Freeware | 
 |
|
|
|  | | Java class libraries for structural biology development: includes protein format conversion tool, printf-based text formatting, Pred2ary secondary structure prediction, neural net library, Hooke-Jeeves global optimizer, and misc. math & statistics. | | Size: 12.7 MB License: Freeware | 
 |
|
|
|  | | uuDeJava is tool for UnCompile Java Class files,and the Java source files is out to the same folder of Class files. Inner it use of jad.exe. With uuDeJava you can UnCompile Class files by click on it,or right click on it then send it to uuDeJava's Short Cut in "Send To",also you can drop Class files or Folders to the window of uuDeJava. With Config,you can use Inner Editor or Outer Editor to open the out java files. 1, uuDeJava is Multilanguage. Now with English (United States), Japanese... | Size: 555.0 KB License: Freeware Keywords: Decompile - Inner Editor - Jad Exe - Send To - Uncompile - Uncompile Java Class - Uudejava | 
 |
|
|
|  | | 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 Keywords: Java Ide | 
 |
|
|
|  | | 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 Keywords: Chart - Free - Gnu - Graph - Java - Lgpl - Plot | 
 |
|
|
|  | | Compose, edit and compile Personal Java directly on your P800 smartphone or Psion computer! Malcolm Bryant and FreEPOC bring you a self-contained way to develop and maintain Java programs without requiring the Symbian Java SDK, or even a Windows PC. Realistically, you wont want to write large Java programs without using a keyboard. But for compiling simple Java programs from scratch, or for editing/debugging larger Java programs "on the go", our Java compiler contains everything... | Size: 188.0 KB License: Freeware Keywords: Compiler - Desktop And Shell - Development - Freepoc - Java - Java Class Files - Java Compiler - Java Programs - Jcompile - Jcompile 1 02 | 
 |
|
|
|  | | ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions.. ProGuard. ProGuard: java shrinker, optimizer, obfuscator, and preverifier | Size: 1.1 MB License: Freeware Keywords: Java Obfuscator - Optimizer - Preverfier - Shrinker | 
 |
|
|
|  | | C4J is a simple, powerful and non-intrusive tool that makes it easy to add contract verification of instances and methods of any Java class or interface, with full inheritance support. C4J brings Design By Contract to Java. | | Size: 573.2 KB License: Freeware | 
 |
|
|
|  | | Java class file encryption. Class Encrypt is a program that can encrypt a developer's class files and package them into an executable jar file for deployment. The program uses modules for implementing different encryptions. | | Size: 230.2 KB License: Freeware | 
 |
|
|
|  | | This project provides an ANT task and an API to analyze the dependencies between Java class files. It's different from the similar tools existing for ANT as it only compiles the classes affected by your modifications and work with any bytecode compiler. | | Size: 1.4 MB License: Freeware | 
 |
|
|
|  | | The project contain c# classes library and Java class library that implement the GeoRSS specification 1.2,by Joe hu at MapWindow software lab,Idaho State University | | Size: 27.1 KB License: Freeware | 
 |
|
|
|  | | jarg reduces a jar file that have java class files.It remove debugging informations.It remove unnecesary attributes for execution.It remove unused fields and unused methods.It remove unused entry in the constant pool.It rename fields and method | | Size: 266.8 KB License: Freeware | 
 |
|
|
|  | | Java Class files manipulation utility. Includes viewer of Java classes (with all JVM specific information) and Java decompiler. | | Size: 377.6 KB License: Freeware | 
 |
|
|
|  | | A collection of static sorting methods in a Java class. Each method takes an unsorted array and returns a sorted copy of the array. All methods are overloaded to take arrays of type: byte, short, int, long, float and double. | | Size: 25.8 KB License: Freeware | 
 |
|
|
|  | | ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition. ProGuard is useful for making code more compact and more efficient, on the desktop, on tablets, on smartphones,... | | Size: 1.8 MB License: Freeware | 
 |
|
|
|  | | Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only. Create time is when the file was first written. Modified time (sometimes called lastModified) is when the file was last written. Accessed time is when the file was last read or written. Checking its date, looking at its attributes or checking to see if it exists does not count as reading it. Get/Set Windows File Times Create/LastAccessed/LastModified with a JNI native code class. Java... | Size: 213.0 KB License: Freeware Keywords: Classes - Create Date - Directory Times - Filetimes - Java - Last Accessed Date - Last Modified Date | 
 |
|
|
|  | | 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 | 
 |
|
|
|  | | A tool that inserts code into Java class files for logging. Possible logging points are class initialization, method entry and exit, and local variable assignment. Logging is based on java.util.logging. | | Size: 158.0 KB License: Freeware | 
 |
|
|
|  | | The purpose of LSVClient is to provide a full-featured Java class library for interacting with an Lsoft LISTSERV system via its TCPGUI interface. | | Size: 19.6 KB License: Freeware | 
 |
|
|
|  | | MonkeyGraph is a java class that creates graphs from data. It can create Bar, Lines, 3D-Bar, Pie, and more. The class provides tons of personalizations of the graph including color and fonts. | | Size: 6.7 KB License: Freeware | 
 |
|
|
|  | | The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files . Classes are represented by updatable objects. | | Size: 703.2 KB License: Freeware | 
 |
|
|
|  | | Java Class and Byte Code verifier. Verifies static class file structure, external references, analyzes operand stack and local variables through byte code execution emulation. Includes CLDC standard verfication. | | Size: 86.1 KB License: Freeware | 
 |
|
|
|  | | cg4toimage: a java class for converts images Cals G4 Type I to BMP, GIF, JPG, PNG format. | | Size: 13.5 KB License: Freeware | 
 |
|
|
|  | | Chaplin is a Java class transformer which brings some modern language concepts into Java(TM): For example: contexts, composites, traits (mixins), runtime type conversion, dynamic method signatures, method and field aggregators etc. | | Size: 226.8 KB License: Freeware | 
 |
|
|
|  | | A Java class library for visualizing quantitative data using two-dimensional category charts [pie, line, vertical bar, horizontal bar, scatter-plot (dot), combination, and overlay charts]. Charts are of type JComponent and BufferedImage. | | Size: 586.0 KB License: Freeware | 
 |
|
|
|  | | classgen is a Java class generator. It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor design pattern. | | Size: 454.2 KB License: Freeware | 
 |
|
|
|  | | Extracts dependencies and OO metrics from Java class files produced by most Java compilers. Computes API differences between versions. No source needed. Includes both Swing and command-line interfaces, with XSL stylesheets for formatting output. | | Size: 3.4 MB License: Freeware | 
 |
|
|
|  | | An open-source Java class library designed for Constraint Satisfaction Problem solving. This CSP library was started independently (by the project owner) and is associated with the Babes-Bolyai University, Romania. http://www.cs.ubbcluj.ro/ | | Size: 165.0 KB License: Freeware | 
 |
|
|
| For searches similar to java class see "Related Downloads" under the categories listing. |
| | |