Java Developer Tools
GlassWorks
- Version Number: 1.2
- Revision Date: November 2009
- Byte Size: 306 KB
- License: Freeware
- Home Page: http://www.halogenware.com/software/glassworks.html
- Author: Halogenware
- Source Code: N/A
- Description: GlassWorks is a powerful install builder tool that provides a user friendly system for deploying applications on multiple platforms. Integration is supported on Windows, Macintosh OSX and Linux systems.
Desktop integration on Linux and other Unix type platforms requires the desktop environment to support the Freedesktop.org standards, more specifically the desktop entry, shared mime info and autostart specifications.
GRAND
- Version Number: 1.8
- Revision Date: April 2005
- Byte Size: 1 MB
- License: Freeware
- Home Page: http://www.ggtools.net/grand/
- Author: ggTools
- Source Code: N/A
- Description: GRAND (Graphical Representation of ANt Dependencies) is a tool to create visual representation of ant target dependencies. It differs from tools like Vizant or AntGraph by a totally different approach, relying on the Ant API rather than parsing directly the XML files. This enables Grand to provide some nifty features such as the support of the ant 1.6.x tasks like import or subant.
jclasslib
- Version Number: 3.0
- Revision Date: January 14, 2005
- Byte Size: 2.8 MB
- License: Freeware
- Home Page: http://www.ej-technologies.com/products/jclasslib/overview.html
- Author: ej-technologies
- Source Code: N/A
- Description: jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. In addition, it contains a library that enables developers to read, modify and write Java class files and bytecode.
Java Preferences Tool
- Version Number: 0.8
- Revision Date: September 2006
- Byte Size: 1.0 MB
- License: Freeware
- Home Page: http://javaprefs.googlepages.com/
- Author: Boris Gontar
- Source Code: http://code.google.com/p/javaprefs/
- Description: Java Preferences Tool is a tool for Java developers and testers. It allows the user to see the contents of Java preferences visible by the local JVM, edit them, store them into files, load from files, compare subtrees, search for names and values.
Java Service Wrapper
- Version Number: 3.5.8
- Revision Date: N/A
- Byte Size: 1 MB
- License: Freeware
- Home Page: http://wrapper.tanukisoftware.org/doc/english/introduction.html
- Author: Tanuki Software
- Source Code: N/A
- Description: The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications:
- Run as a Windows Service or Unix Daemon
- Application Reliability
- Standard, Out of the Box Scripting
- On Demand Restarts
- Flexible Configuration
- Ease Application Installations
- Logging
ProGuard
- Version Number: 6.1
- Revision Date: May 2019
- Byte Size: 1 MB
- License: Freeware
- Home Page: http://proguard.sourceforge.net
- Author: Eric Lafortune
- Source Code: N/A
- Description: 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. Finally, it can rename the remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer.