The "/C" file could not be found or is not available. Please select another file.

Showing 1146 open source projects for "java compiler with source code"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Create Web Appliaction by XML Script for JAVA.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Java 1.5 Generics For converter to 1.4.2
    This tool makes it possible to convert Generics and extended for loops of version 1.5 and 1.6 to the old style used in Java 1.4 Use this only if you you have a lot of extended forloops and generics. This is working, after conversion check correctness
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Sugar4j generates code without the use of external text files, templates, JSP and the like. The static and the dynamic parts are both contained in the same Sugar4j java file. Everything is java. publicc().classs("Sugar4j").empty();
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Property/configuration mechanism for high-performance C++ applications. Similar to but more flexible than Java properties. Property settings provide type safety, expressive error messages and full-featured expressions. Based on the Lua language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    This is the tool for generating C++ and Java finite state machines and also diagrams. The benefits of this solution: It is light and fast. It is using dynamic memory allocation very low. Logic of transitions is separated from implementation of event
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    SqlWrapper
    Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    JAC (Java Asn1 Compiler) is a tool for you if you want to (1)parse your asn1 file (2)create .java classes and (3)encode/decode instances of your classes. Just forget all asn1 byte streams, and take the advantage of OOP! BER, CER and DER are all supported
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    PET is a C++ library that implements generic regular path expressions. It provides a set of classes and overloaded operators that allow the programmer to define regular path expressions over user-defined data structures using solely the GCC compiler
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A command line interface for creating and managing Apache iBatis mapping files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    Simplemodel
    Simplemodel is a code generator for eclipse users which allows them to create models in a more efficient and faster way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    WSDL2XForms generates XForms for the operations of a given WSDL file. The tool is implemented using Java and XSLT.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Code generator over apache POI. Generates entities, it's configuration, reader and writer from and to existing excel file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Tool to enhance robustness of php development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Compose* is a project that aims at enhancing the modularization capabilities of component- and object-based programming. In particular, Compose* offers aspect-oriented programming through the composition filters model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    * Java classes for parsing text, conversion to XML or to evaluate in Java. The parser is textual-script-controlled with a syntax near Backus Naur Format, named ZBNF. * Some routines for conversion: C-Header or Java to XMI, XML-Documentation generation,
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JspAppWiz is a JSP based RAD tool that builds simple to moderately complex MVC (Model 2) JSP applications. Requires nothing more than some online configuration and selecting database fields and a compatible controls for pages that you design online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Provides a Java programmable only text file editor. No gui is available. It supplies most of the features you expect from an editor including selections.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Powerful Java code generator. Reads model information from simple annotated POJO class definitions. Generation of contexts, DB create scripts, and all the layers needed for an enterprise Java Application. Generator works based on Velocity templates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A tool for parsing Java JMX MBeans and creating Java Source code that may subsequently be used to access the MBeans through type-safe accessors. The intention is to support JMX attributes (simple and complex), operations and notifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Alchim is a set of tools to help create and build project (mainly java and scala project).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    JadRetro is a Java decompiler helper supporting Java 1.5+ classes. JadRetro is not a decompiler itself, it is a class transformer helping some old (but good) Java decompilers to convert more class files and/or generate more correct source code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    jAstyle is a 100% pure Java port of the GPL’d AStyle (http://astyle.sourceforge.net/). jAstyle is intented to be created as a library and not as a command line tool, so It does not support those options associated to standard output or console.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    platform independant tool suite for c. including c compiler for pcode target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AsDoclet can be used to generate actionscript files out of Java sources. Such a tool is essentially useful for RIA and Client/Server applications where value objects are transmitted between server and client as serialized data.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.