JRat is the Java Runtime Analysis Toolkit. Its purpose is to enable developers to better understand the runtime behavior of their Javaprograms. The term behavior includes, but is not limited to performance profiling.
A assembler plugin for Eclipse, to use different assembler-programs (e.g. NASM, TASM or MASM) as back-end compiling. It include linker and debugger controlling, too. And you get a optimiced ASM-File-Editor with this plugin.
jdbhelper is a java library created to help developers with database interaction related programs. It has been created to help developers with small pieces of software, making them more SQL-centric and avoiding them from the JDBC bureaucracy
Jabberwocky is a development environment for Lisp programs. It includes a Lisp aware editor, a source level debugger and a way to interact with Lisp processes.
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
SWTSwing is a port of SWT to Swing. It replaces the native layer of SWT (the graphical library used by the Eclipse project) with a Swing-based version, bringing full portability to javaprograms developed using SWT.
PsychoLib is a java library used in all Psychomad softwares. It brings standardization among applications and can helps you writing more simple programs using its API.
TreeDL (Tree Description Language) is a notation for tree structures used by programs (like syntax trees) and tool for translation of tree descriptions to target programming language, docs generation, etc. Tool's functionality can be extended by plugins.
Small Java efficiency and productivity utilities as both stand alone programs and simple APIs. Including sipplets for GUI (Swing), threading and XML, plus utilities for SQL and XML. Download the wheel here!
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
The CCM Tools are CASE tools used for generating CORBA components, test components, and test programs based on source IDL files. Various target languages can be generated. Scripting language wrappers can also be generated to enable rapid prototyping.
MuLATo is a Java application for collecting metrics from programs written in several languages. The core module provides parsers for Java, AspectJ and CaesarJ programs and can be extended for other languages. Currently, the GUI is being developed as an E
The SimpleJTA project implements a standalone JTA compliant Transaction Manager. It is primarily designed to be used when a J2EE server is not available, for example, in Servlet applications, or standalone Javaprograms.
This library is developed to read and write Property List (PLIST) files. These files are widely used by OsX programs. This library easily gives you the ability to read and write those files and to use the content downstream in your programs.
Many scientific programs require experimentation with various numeric parameters. Having a GUI with a panel full of labeled number sliders to adjust parameters is often useful. This API eases the creation of such labeled graphical numerical inputs.
jBatchEngine is a batch job spooler written in Java but usable for any batch programs. It can be configured to use either a database or jms for batch job management. It runs as a Windows Service or a Unix Daemon.
A WYSIWYG Literate Programming editor for Java as an Eclipse plugin. With this editor, the user can write programs in a "literate", narrative style. Java source code is extracted and assembled into .java files.
This is a dynamic slicing tool for Javaprograms. The tool modifies the Kaffe virtual machine to collect the execution trace, and compress the trace on-the-fly. Please proceed to the tool's website http://jslice.sourceforge.net/ for download.
MyBatchFramework is an open-source lightweight framework designed to create easily robust and manageable batch programs into the Java language. Its main features: multithreaded execution, scheduling, JMX management, batch execution report, history.
The SrcML Framework allows converting Sourcecode to a XML representation on which tools can then be used to deduce statical data for analyzing and visualizing the initial source. It also provides easy ways to write programs which modify other programs.
jppa is a pointer and purity analysis tool for Javaprograms. Mainly a purity analysis tool: given a full Java program, it detects pure JML-style methods, i.e., methods that do not mutate existing objects (they may mutate new ones).