Showing 192 open source projects for "java jdk"

View related business solutions
  • 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
  • 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
    JBoss Nagios Integration

    JBoss Nagios Integration

    Poll JMX attributes from Java based applications with Nagios

    Integrate JBoss into Nagios monitoring through a small Collector MBean and a perl based Nagios plugin. Lets you read you and monitor JMX values from JBoss servers very efficiently. On the Nagios server no JDK or JBoss installation is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    FakeSigningProvider

    Java JCE provider that injects your own code signing cert into JVM

    The development of JCE providers for the Oracle JDK is complicated due to the fact that JCE providers containing strong cryptography have to be digitally signed by Oracle. This JCE provider 'FakeSigningProvider' enables you to create your own RSA key pair and X.509 code signing certificate. The provider replaces one of the JVM built-in certificates by the custom one. Developers can perform JCE code signing of their own JCE providers using their custom RSA key pair.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JAutoItX

    JAutoItX is a java binding for AutoItX.

    ...AutoItX is a DLL version of AutoIt v3 that provides a subset of the features of AutoIt via an ActiveX/COM and DLL interface. What is JAutoItX? 1. JAutoItX is a java binding for AutoItX. 2. Supported os: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008/2008 R2, Windows 7, Windows 8 (desktop mode) 3. JAutoItX tested under Windows XP SP3. 4. Supported jdk: jdk 1.5 or later 5. JAutoItX is released under Apache License 2.0. 6. JAutoItX's home page is https://github.com/wangzhengbo/JAutoItX, you can download the compiled jar from https://sourceforge.net/projects/jautoitx, old versions can be downloaded from http://code.google.com/p/jautoitx/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    java-hash

    A MD5, SHA calculate gui tool written in java.

    A MD5, SHA calculate gui tool written in java, support "MD5", "MD2", "SHA", "SHA-1", "SHA-256", "SHA-384", "SHA-512", "RipeMD128", "RipeMD160", "Tiger", "Whirlpool", "Adler32", "CRC32". Require jdk 1.5 or higher. Usage: java -jar JavaHash-1.0.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    Joda - Time

    Project moved to GitHub

    Joda-Time provides a library of classes to replace the Java JDK Date and Time classes including formatting. It is based around the ISO8601 datetime standard, but also provides full support for other calendar systems, such as Gregorian and Buddhist. Project moved to GitHub: https://github.com/JodaOrg/joda-time
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    BeatsGod

    BeatsGod

    BeatsGod is a new program made for those who want to create in music.

    ...Once that's finished installing, open the file labeled "BeatsGod (For Mac)" if you are a mac user or "BeatsGod (For Windows) if you are a windows user. If you are having problems (as it's a work in progress) please contact beatsgod@mac.com. Thanks! For Mac - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-macosx-x64.dmg For Windows x86 - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-windows-i586.exe For Windows x64 - http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-windows-x64.exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Temperature converter 4 java

    Temperature converter 4 java

    A java program to convert temperatures

    This program has an educational purpose only. It demonstrates a very simple application to convert temperatures between Celsius, Kelvin and Fahrenheit scales
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Concurrency Freaks

    A library with Scalable (and fast) Read-Write locks

    This library contains Java code for several Read-Write Locks: - ScalableRWLock: A rw-lock that scales with the number of threads doing read-lock. - ScalableRWLockS: Similar to above but different implementation. - ScalableStampedRWLock: An hybrid of the ScalableRWLock and the StampedLock provided in JDK 8, which provides good overall performance. - FAARWLock: Uses a Fetch-And-Add operation for the read-lock which means it is not so scalable as ScalableRWLock but it is still faster than classical implementations
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    A Java 2 (JDK 1.3/1.4) compatible virtual machine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    RapidJDBC

    RapidJDBC - Java library for easier JDBC and SQL development

    A JDBC wrapper build on AspectJ interceptors. Annotation based solution. Also provides a simple ORM for entities. For information please visit homepage or read readme.md file from source and release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fastjson is a JSON processor (JSON parser + JSON generator) written in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    SQL Mapper

    SQL Mapper is a simple Java library which helps in dealing with JDBC.

    Using this library you can focus on how you want to map results of your SQL query to your domain objects. You don't need to use any xml configuration (like, for example in MyBatis/iBatis). You also don't need to use any annotations to run SQL Mapper. The SQL Mapper is similar to Spring JDBC Framework, but it has some of its features simplified and some changed. It runs on JDK 7 or higher. The zip archive contains the library jar, sources and javadocs, and also a demo which shows how to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    ...Also can be used for instantiate beans and fill fields with random values, look at class "ObjectGenerator". Compiled under JDK 1.6 Codebase is small, please look sources for details. Separate validators also can be used, for ex. GetterSetterValidator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SPED Fiscal. Documentação técnica e layout: http://www.fazenda.gov.br/confaz/confaz/Atos/Atos_Cotepe/2008/ac009_08.htm Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Source: https://github.com/jom76/coffeepot-br-sped-fiscal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SINTEGRA. Projeto baseado em Maven. Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Documentação técnica e layout: http://www.sefaz.es.gov.br/LegislacaoOnline/lpext.dll/InfobaseLegislacaoOnline/ricms%20-%20dec%201090-r/08%20-%20anexos/090-anexo%20xxxvi.htm?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PACS VM

    PACS VM

    ISO - Customized version of dcm4chee 2.17.3 for MySQL.

    1. Add JBoss Application Server 4.2.3.GA for JDK 6. 2. Cleanup for Windows and deprecated files. 3. Off CONSOLE records - http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    MoonPlanner

    MoonPlanner

    Moon calendar: shows moon's phase, signs and relatives plant's part

    MoonPlanner is a Java calendar that allow to view moon's phases, moon's signs (constellations in which the moon is), and show the part of the plant corresponding to each sign (flower, fruit, leaf or root). For every calendar's day the user can attach notes (that are stored in a persistent database). At the startup the program will remind you if there will be notes for current day.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18

    iOSUI

    iOS like UI in Swing

    Swing based component suite for creating iOS (iPhone, iPad) like UI. Smooth animations, list views, switches, animated scroll controls, etc. Please NOTE: this project is not for developing iOS application in Java, it is for developing applications for desktop systems, which looks similar to iOS apps. Implemented in pure Java (however it requires Oracle (Sun) JRE, Open JDK has poor implementation of transparent frames) and tested on Windows, OSX and Linux (Ubuntu with GNOME) It is an almost complete component suite to let developers to create iOS like applications for desktop systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    persian-calendar

    Java Persian Calendar library

    NOTICE: for the time bieng we are at http://code.google.com/p/persian-calendar/ a light-weight and easy to use Persian Calendar system (known as jalali or shamsi) for JDK. algorithms for converting Julian days to the Persian calendar, and vice versa are adopted from "casema.nl/couprie/calmath/persian/index.html" written entirely in VB. The algorithms is not exactly the same as the original. I've done some minor changes in the sake of performances and corrected some bugs. By...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jpathwatch
    A file watching facility for Java. Uses native platform support to avoid polling on selected platforms (currently supports win32, Mac OS X, Linux and FreeBSD on x86 platforms). Implements JDK 7's WatchService, but also runs on Java 5 and 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Twister Music Player
    An audio player writtern in Java. It requires Java JDK 1.6 and it works only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Es una distribucion de Ubuntu muy ligera y corre con 128 MB de ram. Solo contiene el "Core Utils", Sun Java JDK 1.6.0.20 y Grinder 3.4. Se ejecuta en modo texto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fundamental java classes which are not to be found in the JDK at the moment -mainly for functional(-like) programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ohioedge CRM + BPM Server

    Ohioedge CRM + BPM Server

    Ohioedge CRM + BPM + Group/Membership Management Server

    Ohioedge is a Web-based, Enterprise Java (J2EE Certified by Sun!) CRM + BPM application designed for $15-200M organizations requiring multi-functional, enterprise-wide co-ordination of sales (work) generation and fulfillment (workflow) activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project provides useful tools/plugins for simplifying the development with Eclipse. Our first tool is a log file viewer plugin for Eclipse that reads JavaUtil JDK logs from socket or file. Multiple logs can be viewed at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB