[go: up one dir, main page]

Showing 18 open source projects for "jdk 1.6"

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
  • Native Teams: Payments and Employment for International Teams Icon
    Native Teams: Payments and Employment for International Teams

    Expand Your Global Team in 85+ Countries

    With Native Teams’ Employer of Record (EOR) service, you can compliantly hire in 85+ countries without setting up a legal entity. From dedicated employee support and localised benefits to tax optimisation, we help you build a global team that feels truly cared for.
    Learn More
  • 1
    JCTools

    JCTools

    Java Concurrency Tools for the JVM

    Java Concurrency Tools for the JVM. This project aims to offer some concurrent data structures currently missing from the JDK. There’s more to come and contributions/suggestions are most welcome. JCTools has enjoyed support from the community and contributions in the form of issues/tests/documentation/code have helped it grow. JCTools offers excellent performance at a reasonable price (FREE! under the Apache 2.0 License). It’s stable and in use by such distinguished frameworks as Netty, RxJava and others. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Infinite Wisdom

    Java RTS framework

    ...It has networking and replay support, and have some building blocks to build AI agents (discretized path finding in a continous world). Update (2025. Jun): javax.xml.bind.annotation.XmlAccessType was removed from JDKs later than 1.8. So use the project with JDKs from 1.6 to 1.8. Write in the forum if you're interested in running it on a more modern JDK. The demo program's entry point is Dom1Bootstrapper. You can download a runnable demo jar from the files. If your default JDK is higher than 1.8, it won't start on double click. Update (2014. May 9.): Detailed documentation is uploaded (i.e. my thesis). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Cocos2d-x

    Cocos2d-x

    Open-source, cross-platform, game-development tools

    ...Fast and compressed textures: PVR compressed and uncompressed textures, ETC1 compressed textures, and more. Language: C++, with Lua and JavaScript bindings. Android Studio 3.0.0+ to build Android games(tested with 3.0.0). JRE or JDK 1.6+ is required for web publishing. Fast font rendering using Fixed and variable-width fonts.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Composable, Open Source Payments Platform Icon
    Composable, Open Source Payments Platform

    Build or enhance your payments stack, while maintaining control with an open-source, full-stack and modular infrastructure.

    Juspay's Payments Orchestration Platform offers a comprehensive product suite for businesses, including open-source payment orchestration, global payouts, seamless authentication, payment tokenization, fraud & risk management, end-to-end reconciliation, unified payment analytics & more. The company’s offerings also include end-to-end white label payment gateway solutions & real-time payments infrastructure for banks. These solutions help businesses achieve superior conversion rates, reduce fraud, optimize costs, and deliver seamless customer experiences at scale.
    Learn More
  • 5
    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
  • 6
    SoaBox
    SoaBox lets you create a virtual version of your SOA environment. Clients (WS-Webservices,RESTful, JMS, HTTP, FTP, Filesystem, POJOs/Custom Code), servers (HTTP/Endpoints) and data (XML, SOAP, CSV, etc). It's written in Java and runs with JBoss 5.x and 6.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GWsftpTargetConnector

    an alternative SFTP connector for PeopleSoft

    ...Using PeopleCode API and Integration Broker, you can send or receive files directrly from PeopleSoft Integration Gateway. The Connector is developed in Java and is compatible with most PeopleTools release using JDK 1.6 or 1.6+. The Connector is using OpenSFTP API which supports SSH2 protocl: • Userauth: password, publickey (DSA, RSA) • Host key type: ssh-dsa, ssh-rsa • passphrase: empty or not • Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1 • Cipher: blowfish-cbc,3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-ctr,arcfour,arcfour128,arcfour256 • MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96 Contact: psconnector@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SQLG2 is preprocessor and library that combines ideas of JDBC, SQLJ and iBATIS to simplify writing DB access code for small and medium-sized applications, making it similar to PL/SQL development. It is intended for use under JDK 1.6 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...The files you will need to copy from Mavericks to Yosemite are: /System/Library/QuickTimeJava to the same location /System/Library/Java/Extensions/QTJava.zip to /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Also download the latest version, the only change of which is to ask for Java 1.6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your Classes Icon
    Manage your Classes

    For educational organizations looking for a class management software of size of school, academy or studio

    DreamClass helps you efficiently manage all of your processes. Enjoy professional school management for any educational institution, in minutes!
    Learn More
  • 10
    PHParser

    PHParser

    A Lexer and a Parser to PHP scripts

    ...Invoking this parser yields an explicit parse tree (AST) and a tree walker suitable for further analysis. This tool package is based upon: - ANTLR 3.2 or higher (www.antlr.org). - JDK 1.6 or higher (java.sun.com). - Grammar specifications of PHP 5.3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IP-Port Analyzer
    ...Feel free to comment and help me debug and enhance this software. I'm doing this has a way to get back into programming and trying to stay up to date on it as well. *** REQUIREMENTS *** - JAVA 1.6 (JRE or JDK)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    ...Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor>() { @Override public MineBeanWithConstructor create() { return new MineBeanWithConstructor(1,""); } }); Custom validators, primitive generators can be added "BeanEqualsConfiguration". 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
  • 13
    Twister Music Player
    An audio player writtern in Java. It requires Java JDK 1.6 and it works only on Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    Java to PDF. For now, it only has a function to combine multiple image files (.jpg, .bmp or .png) into a single pdf file. Tools: NetBeans 6.9 and JDK 1.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    There are implementations of solutions to questions in the Euler Project. For now they will be implemented primarily in Java (JDK 1.6)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An open source TFTP server written using Java JDK 1.6 and licensed under GPLv3. OkTFTPd loosely implements RFCs 1350, 2347, 2348, and 2349. This project is developing and still requires code, code cleanup, documentation, and more overkill enhancements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This opentool adds a new compiler option to the project properties build java page for compiling projects using JDK 1.6 (JDK 6) language extensions in JBuilder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next