Showing 727 open source projects for "java editor jar"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Multilangeditor is an Eclipse plugin that provides an editor that is able to manage different languages in a single file, using specific syntax coloring for each of them. Users can contribute their languages using an extension point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eclipse Plugin for exporting signed Jars similar to Eclipse JAR Export
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A fully SWT integrated WYSIWYG HTML editing widget for Eclipse Platform based on Mozilla Editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a tool for managing changes to database schemas based on Active Record migrations. Features multiple schema interactions, runtime variable substitution, script creation, and much more. Visit http://migrations.sourceforge.net for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    This small java library is designed easily to create and run step-by-step tutorials in java guis. A tutorial is described in xml and can be easily created with the shipped editor. Localisation and included resource (html, css, images) are also supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GEECoP (Graphical Editor and Engine for Constrained Processes) is a tool to graphically design control-flow graphs and their associated constraints. It supports creation of Concurrent Transaction Logic formulas and validation of constrained processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    (Really) Thin HTTP Client: no https, small jar file size (never over 25kb), no dependencies (just jre1.6+ or jdk1.6+), can do POST and GET request methods, can send POST methods with multipart/form-data, can send request parameters and fast. Get it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Reflective Ecore Model Diagram Editor is a GMF based Eclipse plugin which provides a graphical editor for any EMF model file, using only the meta-model such as .ecore and .xsd file. You don't need any .gmfgraph, .gmftool, .gmfmap, or .gmfgen files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The project is a IoC and AOP java Container.<br> 1 it is very lightweight, just one litter jar.<br> 2 Support IoC and AOP.<br> 3 Support SOA in JVM.<br> 4 Can integrate with the SpringFramework.<br>
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10
    Jarrunner is a java library to execute external java programs (jar) inside the running JVM (instead of forking a separate one). Additional features are an isolated mode to prevent class loading conflicts and the interception of all System#exit() calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DreamIT is an editor for mostly HTML and PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SHEF is a WYSIWYG HTML editor framework and embeddable component for Swing. It takes the pain out of using JEditorPane.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Source editing framework. Starting from common model for source editing, it will end up as an implementation of advanced source editor under various legacy platforms. Will be implemented as platform plug-in/add-on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Provides support for editing RELAX NG documents in the Eclipse IDE. Integrates with standard WST XML editor to provide content completion and validation of edited XML file based on it's RELAX NG schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    this is an unofficial project which pack and distribute 3rd party jar files for Slackware linux. .SlackBuild scripts are also available; if you need java resources for your Slackware box, this is the right place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    small & symple disassembler, resource unpacker and flowchart graphical editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A CUP/LEX editor plugin for Eclipse
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Eclipse Plug-In for deploying a project into one "fat" executable jar file containing all referenced libraries. References are taken from the project settings, so no manual configuration is necessary.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    The XNGR XML Browser is an XML browser framework, that provides the functionality to associate Markers, Services and Actions with directories, files, XML documents, and nodes in an XML document. Services included are a simple XML Editor and XML Viewer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    a set LaTex plugins for Netbeans with full project management (multiple files allowed), editor, code completion (Ctrl-Space), build and view support (latex, bibtex and xdvi, linux), code injection (Alt-Enter), spellcheck, error and warning handling ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The open web architecture framework defines web applications in an eclipse based DSL editor. A code generator transforms the models into a Google Web Toolkit / Google App Engine project which can be customized by the developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An Eclipse plugin that will allows a user to quickly and accurately create and edit fusedocs in the CFEclipse editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XPontus , a free java based, Open Source XML Editor
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    The Version Checker Tool traverses the given folder or directory and groups the found classes by java major and minor version. It helps to identify and resolve the java run time compatibility issues with class and jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB