| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Java Tools 0.27 |
windows | Software Development->SDK DDK | Free |
View Detail
|
|||||||||
Java Tools is a useful and lightweight integrated development environment for creating, compiling and executing Java applications and applets. Java Tools includes point and click access to the Java files, commands and documents. It also includes a built-in text editor and user interface for the Java debugger. Java Tools is 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. Version 0.27 adds file trees and popup menus on right click and is easier to install. |
||||||||||||||
| 2 | Java Tools 0.35 |
windows | Software Development->Compilers Interpreters | Free |
View Detail
|
|||||||||
BrothersoftEditor/ 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. |
||||||||||||||
| 3 | Java Tools 0.30 |
linux | Text Editing&Processing->IDEs | Free |
View Detail
|
|||||||||
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets. Java Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger. It is intended 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. Here are some key features of "Java Tools": · GUI with built-in help and small footprint. · Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package). · Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap). · Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial). · Point and click creation of all files (Java, manifest and HTML) and directories (package). · Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools). · Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files. · Checking for unused, redundant and missing imports. · Logging of all commands invoked by GUI. · Code metrics for Java files. · Built-in text editor (see Edit for details). · Built-in user interface for the Java debugger with command-line editing and history. · Self-installing executable (Java archive file). · Comprehensive installation and user documentation for Java and Java Tools. |
||||||||||||||
| 4 | OE Quick Tools 4.0.27 |
windows | Communications->Mail Utilities | $29 |
View Detail
|
|||||||||
OE Quick Tools is a set of tools to assist Outlook Express users. The tools provide functions which are not otherwise available in Outlook Express. The tools are shown in a small panel overlaying the Outlook Express Tool Bar in the upper right. OE Quick Tools consists of invisible and visible tools. Here are some key features of "OE Quick Tools": · Attachment Stripper/Remover · Send Again · Mail Templates · Clean Text Tool (visible and non-visible tool) · Smart Paste Tool (non-visible tool) · Standard Text Tool (non-visible tool) · Automatic BCC Tool (non-visible tool) |
||||||||||||||
| 5 | Reengineering Tool Kit for Java |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | Interface Tool for Java |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | Java Resources Directory and Development Tools |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Java checkstyle Tool 4.3 |
linux | Programming->Quality Assurance and Testing | Free |
View Detail
|
|||||||||
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Java checkstyle Tool automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions. Checkstyle can check many aspects of your source code. Historically its main functionality has been to check code layout issues, but since the internal architecture was changed in version 3, more and more checks for other purposes have been added. Now Checkstyle provides checks that find class design problems, duplicate code, or bug patterns like double checked locking. Whats New in This Release: · This release contains a number of enhancements and bugfixes. · The highlights include performance improvements in the StrictDuplicateCode check and a new CrossLanguageRegexpHeader check that allows checking file headers for languages other than Java. |
||||||||||||||
| 9 | Java Mass JPEG Resizer Tool 0.6 |
windows | Graphic Apps->Editors | Free |
View Detail
|
|||||||||
A great solution if you need to batch resize JPEG files Java Mass JPEG Resizer Tool is a simple, small and easy-to-use Java-based application that allows you to batch resize JPEG pictures. Here are some key features of "Java Mass JPEG Resizer Tool": · Resize all JPEG Images of a specified Directory · Create Webgalleries · Resize and pack Images to an ZIP File for E-Mail Attachments · Multilingual (German/English) · A Java based program (Support for Unix, Linux, Windows, MacOs and more) Requirements: · Java-JRE.shtml>Java Runtime Environment (JRE) |
||||||||||||||
| 10 | Java Binary Enhancement Tool 3 R1 |
linux | Programming->Disassemblers | Free |
View Detail
|
|||||||||
The Java Binary Enhancement Tool (JBET) is a general Java program analysis and manipulation tool. Existing class files can be disassembled, reassembled, or edited programmatically through the JBET API. JBET can also be used to create new Java class files from scratch. JBET uses a convenient internal representation of all the contents of Java binary (.class) files, allowing the user to edit the classes easily, in a structured manner. JBET was developed as part of the DARPA Self-Protecting Mobile Agents project under the OASIS and Active Networks programs (contract number N66001-00-C-8602) in order to study automated software obfuscation. The Java language was chosen for this project because of the (relative) ease of constructing binary editing tools provided by the large amount of type information present in the class files. Our two reports, the Obfuscation Techniques Evaluation Report, and the Obfuscation Report, are available from the download area. The obfuscation tool developed is not part of this release. JBET was also used in the DARPA/AFRL Survivable Server project (contract number F30602-00-C-0183) to add additional security checks to the Java Standard Library. (The Java SecurityManager API does not support many desirable security checks, such as continued authorization of file accesses after opening.) JBET was used to replace the native method references in the Java standard library with stubs that call a pluggable security policy. This tool, called Jpolicy, is also available for download at this website. Jpolicy is very incomplete at this time, but may be interesting to those working in Java security or changing the standard library themselves. The internal representation of Java class files used by JBET is intented to make it easy for programmers to write Java binary code transforms. Each element of Java class files has a corresponding internal data structure: ClassInfo for entire classes, MethodInfo for methods, FieldInfo for fields, Snippit for code blocks, and Instruction for individual instructions. Snippit and Instruction understand Java opcode syntax and semantics, allowing automated creation of valid Java programs. A Java-compatible class verifier is also included. Some code transforms are difficult to program directly by manipulating Java instructions. For those transforms, a directed acyclic graph (DAG) representation of code is available. In the DAG representation, each basic block has a corresponding DAG, with a set of input and output nodes. Edges in the graph connect "producer" nodes (such as constants, or the result of calculations) to "user" nodes (such as method calls or other calculations). Methods are divided into basic blocks and control flow is stored at the basic block level (possible because Java has only fixed jump targets) JBET requires a Java 1.4 virtual machine to run, although it can operate on class files from earlier Java versions. The packaging and build environment supplied supports Linux and Windows with Cygwin; however, the build process is simple and could be performed manually on other platforms. Perl is required for regression testing. Jpolicy requires a Java 1.4 virtual machine to build, either Linux or Windows NT/XP with Cygwin. gcc is required for building on Windows (supplied with Cygwin). The runtime system can be either Java 1.3 or 1.4 (with Suns JVM only), running on Linux or Windows NT/XP. Windows 9x and Windows 2000 may work as well, but have not been tested. Installation 1. Install jdk 1.4.1. 2. Set CLASSPATH to jdk1.4.1/jre/lib/rt.jar 3. cd src; make 4. If that didnt work, examine the makefile. java or javac may not be in the path. 5. To build a jar file that can be used with "java -jar jbet.jar", run "make jar". 6. If you have perl installed, run the tests with "make test". Optionally, run "make regen; make test". Make a symbolic link from jbet3/bin/jbet to somewhere in your path. Usage JBET uses the JNI format for class names, and JNI type and method descriptors. For a summary of this syntax, use jbet help syntax. Suns JVM specification may also be helpful. To look at a class disassembly, use jbet print. Try disassembling a class you have source for, and was built with debug info (-g): jbet -P < classpath > print < classname >. Suns JVM specification has an instruction reference. |
||||||||||||||
| 11 | Java Preferences Tool 0.8 |
linux | Programming->Quality Assurance and Testing | Free |
View Detail
|
|||||||||
Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. Java Preferences Tool allows you to view, edit, compare, and search Java preferences. The program has traditional explorer-style interface, with tree view of current preferences in the left pane, and table view of keys and values for selected preference node in the right pane. On start the program shows you the standard "user" and "system" preference trees. Use tabs to navigate between trees. You can also create new (initially empty) trees. Populate it by creating nodes and associated properties manually, or by copy-paste operations from existing trees. Save them as XML files by using File|Save menu operation. Such files can be loaded again by using File|Open, into a newly created tabs. Here are some key features of "Java Preferences Tool": · Edit, create, remove preferences (key-value pairs) associated with preference nodes. · Change the structure of preference tree: create, rename, remove, cut, copy, paste and eliminate nodes, merge trees. · Compare structure and contents of trees. · Search trees for patterns in node names, keys and values. Whats New in This Release: · Minor feature enhancements and bugfixes. |
||||||||||||||
| 12 | JFrameBuilder - Visual Java GUI builder tool for Java Swing applications - Java IDE 3.3.0 |
windows | Software Development->Java Tools | $166.50 |
View Detail
|
|||||||||
JFrameBuilder is an easy-to-use visual Java GUI Builder for Java Swing applications. It provides the application GUI solution for Java developers. The Java GUI designer enables Java developers to create sophisticated GUI applications using drag-and-drop interface without spending a lot of time writing code. Features: - What you see is truly what you get. - Generates human readable Java code. - Generated Java code doesnt require any additional library to compile and run. - Retrieves GUI design from Java source code. - Sets component properties and event handling methods with easy understandable interface. - Supports 4 kinds of layout manager for the JPanel. - Ability to set Look&Feel at any time. JFrameBuilder supports these components: JFrame, JInternalFrame, JDialog, JSplitPane, JScrollPane, JTabbedPane, JPanel, JSeparator, JProgressBar, JSlider, JSpinner, JTree, JTable, JList, JComboBox, JTextPane, JEditorPane, JTextArea, JPasswordField, JTextField, JLabel, JCheckBox, JRadioButton, JToggleButton, JButton. |
||||||||||||||
| 13 | Java Editors |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | Neuron Java Disassembler 1.0 b7 |
windows | Software Development->Debugging | $49 |
View Detail
|
|||||||||
Neuron Java Disassembler is a visual tool for exploring Java .CLASS internals. View Java .CLASS byte codes and byte code instructions. View Java disassembled source code. View all internal Java .CLASS binary structures. Simple Java IDE: view, edit and build Java source code. Analyze Java source code: code statistics, dependencies, inheritance trees, graphs. View and disassmeble Java .CLASS files directly from JAR, ZIP, GZ, CAB and TAR archives without extracting them to disk. Special pricing for personal and student licenses. |
||||||||||||||
| 15 | Java Tool Tutorials by Herong - A Free Tutorial Book |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 16 | 1 Cool Menu FX Tool - Java 1.4 |
windows | Web Development->Menu Creators | $44 |
View Detail
|
|||||||||
1 Cool Menu FX Tool - Java is a powerful and easy to use Java menu-maker. 1 Cool Menu FX Tool - Java will add to your web-site animated buttons, expandable menus, floating navigation and other interactive Java applets. You can even use any True-type font in your applet. 1 Cool Menu FX Tool features a step-by-step user interface. In just a few clicks, the complete novice can create effects that would normally take hours to achieve - it even creates all the HTML and JavaScript for you. Here are some key features of "1 Cool Menu FX Tool Java": · Powerful Wizard - make whole Flash or Java menus in minutes · Powerful template system · Create menus in both Flash or Java · Unlimited Fonts - use any True-Type font · Powerful fill effects including gradients · Built-in menu expansion/collapse effects · Built in button animation effects · Heaps of ready-made buttons and menus · Undo history, selective copy and multiple projects · Transparent backgrounds for Flash menus · Optional Flash compression* (up to 90%) · Built-in FTP client · Simple to use Actions including variables and loops · Import and enhance 1 Cool Button Tool projects · Integrated Microsoft FrontPage Add-in Limitations: · 21 days trial · Projects made with the unregistered version of 1 Cool Menu FX Tool will display a large UNREGISTERED message when they are run over the Internet. |
||||||||||||||
| 17 | 1 Cool Button Tool - Java 5.0 |
windows | Web Development->Java Programming Tools | $29.95 |
View Detail
|
|||||||||
Spice up your web-site with animated buttons, menus, navigation schemes and other interactive Java applets using this easy-to-use tool - you can even add sound effects. Just arrange your buttons in a WYSIWYG window, and press Build Java, 1 Cool Button Tool generates all the java and HTML code for you. Personalise your menus with your own JPGs, GIF, WAV or AU files. There is even a JavaScript interface for more advanced users. |
||||||||||||||
| 18 | Cavaj Java Decompiler 1.11 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
Cavaj Java Decompiler is a graphical freeware tool which 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 Windows 95/98/ME/NT/2000/XP compatible. Cavaj Java Decompiler is a standalone Windows application, it doesnt require you to have Java installed. Cavaj Java decompiler uses Jad as its Java decompiling engine. HOW TO USE CAVAJ: There are four ways to view a class file: 1. Start Cavaj. View the class file by clicking the open icon and browse to the .class file. 2. Start Cavaj. Drag a .class file into the Cavaj application window. 3. Drag a .class file onto the cavaj icon. 4. Double click a .class file. (Requires .class files to be associated with Cavaj.) |
||||||||||||||
| 19 | Neuron Java Disassembler 1.0 b6 |
windows | Software Development->Debugging | $49.95 |
View Detail
|
|||||||||
View Java .CLASS byte codes and byte code instructions. View Java disassembled source code. View all internal Java .CLASS binary structures. Simple Java IDE: view, edit and build Java source code. Analyze Java source code: code statistics, dependencies, inheritance trees, graphs. View and disassemble Java .CLASS files directly from JAR, ZIP, GZ, CAB and TAR archives without extracting them to disk. Special pricing for personal and student licenses. |
||||||||||||||
| 20 | Java SQL Admin Tool 2.4.0 |
linux | Database->Administrative frontents | Free |
View Detail
|
|||||||||
Admin is entirely written in Java. It uses Swing GUI Components and JDBC to connect to databases. It has been succesfully tested with MySQL, InstantDB, Oracle, Empress, and PostgreSQL. You can have a tree view of the RDBMS or pick a single instance to have a look at its metadata. It allows you to create, modify, and drop tables and to create indices on a table. The dynamic form makes it easy to enter data into a certain table, and the guided query makes it easy to retrieve data from a table and to export it. Java developers will probably enjoy the code generator doing an OO relational wrapper and a swing GUI for them. You can also export and import data and transport it from one DBMS to another. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
