Showing 192 open source projects for "java jdk"

View related business solutions
  • 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
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 1
    Launch4j Executable Wrapper
    Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.
    Leader badge
    Downloads: 2,960 This Week
    Last Update:
    See Project
  • 2
    KeyHolder password manager

    KeyHolder password manager

    Store your passwords in an offline encrypted file!

    Need a JDK to run, download it here: https://www.oracle.com/java/technologies/downloads/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Xodus

    Xodus

    Transactional schema-less embedded database used by JetBrains

    JetBrains Xodus is a transactional schema-less embedded database that is written in Java and Kotlin. It was initially developed for JetBrains YouTrack, an issue tracking and project management tool. Xodus is also used in JetBrains Hub, the user management platform for JetBrains' team tools, and in some internal JetBrains projects. Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation. Xodus is schema-less and agile. It does not require schema...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    File-Splitter

    File-Splitter

    A simple tool for split, zip, and encrypt files

    Need a JDK to run, download it here: https://www.oracle.com/java/technologies/downloads/
    Downloads: 1 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
    Swagger2Markup

    Swagger2Markup

    Swagger to AsciiDoc or Markdown converter

    The primary goal of this project is to simplify the generation of up-to-date RESTful API documentation by combining documentation that’s been hand-written with auto-generated API documentation produced by Swagger. The result is intended to be an up-to-date, easy-to-read, on- and offline user guide, comparable to GitHub’s API documentation. The output of Swagger2Markup can be used as an alternative to swagger-UI and can be served as static content. Swagger2Markup converts a Swagger JSON or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    STL viewer

    STL Viewer for java

    ... on the toolbar reverts to the initial view - Pre-requisites Release 0.9.0 Java 11 JDK/JRE. Some JDK/JRE broke the right button pan function. If you encounter the issue, try Tools > "fix mouse interactions" Release 0.8.0 Java 8 JDK/JRE. this is the previous working release. If you are running Java 8, use this release. - note - review readme.md and the various files in distributed files for further details
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    NPasswordGenerator

    NPasswordGenerator

    A useful tool for generating passwords of any complexity

    NPasswordGenerator is a useful tool for generating passwords of any complexity. You can generate several passwords of any length and any content at once. You can choose what your password will contain. Requires JDK 19.0.2 at least to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NColor

    NColor

    Сonvenient, functional and versatile palette.

    Ncolor is a convenient, functional and versatile palette. With this palette you can get color codes in RSL, HEX, etc. The program has many palettes: RSL, XSL, NSV, CMYK. Low CPU load and light weight. Requires JDK 19.0.2 at least to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NNumberGenerator

    NNumberGenerator

    A simple number generator with a user-friendly interface.

    NNumberGenerator is a useful utility for generating random integer and decimal numbers. Requires JDK 19.0.2 at least to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Test case generator

    Test case generator

    GUI based tool to generate test cases for competitive programmers

    Test Case Generator (TCG) is opensource and easy to use gui based tool to generate test cases to use in competitive programming. The tool supports test cases for Array, String, Matrix, Graph and Palindrome. Installation - To run this tool, you will need JAVA JDK 8 or later version installed on your host machine. Download JAVA JDK 8 or above from here, if not already installed. - Download Test Case Generator - Double click the downloaded package to start the application. - For Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Shift Time Calculator

    Shift Time Calculator

    Calculates Shift Times

    Calculates Shift Times - Really handy, if like me you struggle with those quarter to the hour and quarter past the hour starts and finishes. Includes break times, just enter how long you took for that break. Medics, Steelworkers, and anyone who works shifts may find this handy. Written in java (Open JDK 11), this will work on Linux, Mac and Windows as long as you have a Java Runtime environment installed. Windows installer with bundled java runtime environment for those without...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    JUnit 4

    JUnit 4

    A programmer-oriented testing framework for Java

    JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. You need to have a JDK installed and a text editor. (In general it is recommended to use a build tool for building your software and running the tests.). JUnit features include assertions for testing expected results, test fixtures for sharing common test data, test runners for running tests. JUnit was originally written by Erich Gamma and Kent Beck. JUnit is Open...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    MinPOS

    MinPOS

    Stability POS software, Free soft develop from Openbravo POS

    Release: v4.02 Welcome to the MinPOS family. MinPOS is Point Of Sale free software licensed. You can use and free update forever. It's developed from Openbravo POS but modified so many. Please see how to install at Wiki Support multi-language (English, France, Vietnam...) Run good: Retail, Market, Restaurant, Hotel, Motel, Karaoke, Nail, Billiard... -------------- In this release (4.02): - Update Mysql script created for all versions of Mysql and Mariadb. - Update JDK 8. - Set...
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 15
    geometry-api-java

    geometry-api-java

    The Esri Geometry API for Java enables developers to write apps

    The Esri Geometry API for Java can be used to enable spatial data processing in 3rd-party data-processing solutions. Developers of custom MapReduce-based applications for Hadoop can use this API for spatial processing of data in the Hadoop system. The API is also used by the Hive UDF’s and could be used by developers building geometry functions for 3rd-party applications such as Cassandra, HBase, Storm and many other Java-based “big data” applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    tamacat-httpd

    Java HTTP Server / Reverse Proxy

    [Moved] https://github.com/tamacat-1-4 The tamacat-httpd is a open source Java Web Server software, powered by Apache HttpComponents. This is a customizable HTTP/HTTPS Server framework and Reverse Proxy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    OscarSM-660L_lang_key

    Force to work Lang key on Win10 (redirect to LAlt+LShift press)

    OscarSM-660L's key "Lang" sends RCtrl+RShift to windows, so I hooked these events and transfer them to LAlt+LShift events (using jna library). You have to install at least JDK-8 on your PC (almost 95% PC already has it). Run ClickHere.vbs and follow further instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EA Async

    EA Async

    EA Async implements async-await methods in the JVM

    EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes; And improves productivity by making asynchronous code simpler and more readable. The methods look blocking but are actually transformed into asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Materialistic for Hacker News

    Materialistic for Hacker News

    A material-design Hacker News Android reader

    Material design Hacker News client for Android, uses official HackerNews/API, Dagger for dependency injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    fast-serialization

    fast-serialization

    FST: fast java serialization drop in-replacement

    Up to 10 times faster 100% JDK Serialization compatible drop-in replacement (Ok, might be 99% ..). As an example: Lambda Serialization which came with 1.8 worked instantly. Android compatible since version 2.17 (use FSTConfiguration.createAndroidDefaultConfiguration() both on the server and client side. The configuration object has to be passed into FSTObjectIn/Output constructors) FSTStructs is very similar to IBM's packed objects. The difference is you can run it with Oracle JDK today...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JavadocToolUI

    JavadocToolUI

    JavadocToolUI helps you to create customized API documentation.

    JavadocToolUI helps you to create customized API documentation for your Java projects. This tool allows you to specify standard and advanced documentation generation options through its user interface. JavadocToolUI can be used by any version of the Oracle Javadoc utility. Specially formatted Javadoc comments created by you can also be merged into the resulting documentation files. This tool uses most of the available options specified under the Oracle JDK Javadoc utility. For more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jMednafen

    jMednafen

    jMednafen is a front-end for Mednafen

    jMednafen by Nikodim jMednafen is a front-end for Mednafen (http://sourceforge.net/projects/mednafen/) where the latter is a command-line-driven multi-system emulator utilizing OpenGL and SDL. jMednafen is purely written in Java 7 and it doesn't require anything, but this version of Java such as JRE or JDK, ver. 7 or newer. This is a cross-platform application that works under a graphical user interface (GUI). It is open source. To ease running video games for consoles is its goal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JavacTo

    Translate java source into another language

    JavacTo is a prototype tool designed to evaluate the need and value of translating java code into another programming language. An ideal language for translation is a language that supports the concept of packages, classes, interfaces, and enums as well as built-in memory garbage collection. Languages such as C# and D, are well suited as a translation “To” language. Eclipse project provided to get started. Three visitor classes provided to learn how to use JavacTo and write visitor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JavaFX Maven Plugin

    JavaFX Maven Plugin

    Maven plugin for JavaFX

    The JavaFX Maven Plugin provides a way to assemble distribution bundles for JavaFX applications (8+) from within Maven. This plugin is essentially a Maven wrapper for the packaging tool that comes with JavaFX, it's called Javapackager. The JavaFX Maven Plugin simplifies the integration of JavaFX applications with Maven, allowing developers to build and package JavaFX applications.
    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.