Showing 285 open source projects for "jdk-6u45"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 1
    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
  • 2

    The Magda language

    Magda language resource site

    Magda is a programming language introduced in Jarek Kusmierek's PhD (http://www.mimuw.edu.pl/~jdk/mixiny.pdf) and continued in Mauro Mulatero's thesis (http://www.tesionline.it/default/tesi.asp?idt=45612). Magda's goal is to allow a programmer to write well-modularized, reusable code. Magda is based upon the core notion of mixin as the only unit of reuse. The power of modularization of mixins is enhanced by two unique features. The first feature is the modularization of constructors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JarSignerGUI

    JarSignerGUI

    Graphical User Interface for keytool and jarsigner JDK tools

    Using JarSignerGUI you can simply sign your JAR files without using the command line. It is written in Java and open source.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    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
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
  • 5

    kanban

    kanban 项目管理软件

    本软件环境要运行在JDK 7以上,TOMCAT+MYSQL环境中。 第一次安装时,请先修改WEB-Root\WEB-INF\classes\下jdbc.properties文件夹中的DBUserName,DBPassword选项,该选项分别是数据库用户名和密码。 本软件版权归裴京虎个人所有,联系方式有QQ:83399344.邮箱:pahxgh@qq.com.QQ群:230084930 ======================= 软件官网试用地址:http://www.cykanban.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Easy Equations

    Easy Equations

    Hand Written Equation Creator

    Easy Equations is a utility using which one can write the mathematical equations. The focus of this utility is to provide user friendly access to write mathematical equations which is helpful for students, lecturers, mathematicians and Research persons who prefer using mathematical equations in a document, PowerPoint or web sites. Works on Windows as well as Linux platforms. Software Requirements: JDK 7 or higher. Linux Platform with kernel version 2.7 or higher.(for Linux users).python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IP-Port Analyzer
    ... 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
  • 8
    This program converts INTEGER to a BINARY number. This is made in Java, with Swing Interface. This will run on any machine that has JDK 7 and above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fastjson is a JSON processor (JSON parser + JSON generator) written in Java.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10

    High-order HMM in Java

    A duration high-order hidden Markov model (DHO-HMM) in Java.

    This project provides an implementation of duration high-order hidden Markov model (DHO-HMM) in Java. It is compactible with JDK 5 & 6. It was used in the author's research on speech recognition of Mandarin digits. There are some Chinese words in this project and I am afraid that I don't have enough time to translate to English recently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This App makes Tables. You will need JDK 7 to run this App. This App will run on any OS, just JVM should be present.
    Downloads: 0 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 use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BlazeDS backport jdk 1.4.2_17

    blazeDS war and source

    BlazeDS 4.0.0 backport to jdk 1.4.2_17, war and source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    ...>() { @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
  • 15
    A drop-in replacement for the src.zip shipped with Oracle Java 7, that contains sources to all Java classes that are shipped or generated by the OpenJDK project (the official src.zip only covers public classes), plus tools to generate it.
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Color Hound

    Color Hound

    Color Hound - A pure java color picker

    ...-hound/ to a local folder on your disk. Extract the zip and execute the color-hound-1.0.jar using Java SE or run the ColorHound-1.0.exe on windows based system. System Requirement: Minimum System Requirement * JRE/JDK 1.6.0 or more * 10MB of Harddisk space * 256 MB of RAM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Jadira Framework

    A Domain Driven Design framework for Hibernate

    Jadira provides repositories, user types and other classes for domain driven design with Hibernate. Includes user types for use with the two main Java Date and Time Libraries - Joda Time and the early review draft of JSR 310 as well as for Joda Money and libphonenumber, and JDK enumerated types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    hadoop4win
    Hadoop for Windows using Cygwin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 6 This Week
    Last Update:
    See Project
  • 22

    quick-json parser

    parse/generate json the way you want quickly. configure/validate json

    ... # Support for two types of configuration (JSON/XML) for using quick-json validating parser # Require JDK 1.5 # No dependency on external libraries # Support for Json Generation through object serialization # Support for collection type selection during parsing process
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    Java Customization Builder

    A tool which is used to customize jre and your java application

    Java Customization Builder is a tool which customizes your java application and JRE, and makes an EXE loader for the java application. It is a java application building tool enabling you to generate a very small java archive package which has a slimmed jre. For the swing application, the archive is less than 5M, for the SWT application, the archive is less than 3M usually. And the customed java applicaton can run on the Windows which doesn't install a JRE, and be loaded by an executable.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    MoonPlanner

    MoonPlanner

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

    ... and 2020. This tool can be useful to plan gardening tasks or to view some astrology informations. References and requirements: - JRE/JDK version 1.5 or later must be installed on host computer. - UI are made using SWT by Eclipse (see http://www.eclipse.org/swt/). - The software uses AstroLib library version 1.1.5 provided by Mark Huss to calculate Moon's phases (http://mhuss.com/AstroLib.html). - The software uses Apache Derby 10.9.1.0 (http://db.apache.org/derby/) as embedded database.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    n way Duplicate File / Directory Finder

    please use open source- htp://code.google.com/p/off-dup-finder/

    Project moved here: http://code.google.com/p/off-dup-finder/ (USE OPEN SOURCE) ------Deprecated----------------------------------- This project needs GNU GCJ 4.5 for linux ( 'apt-get install gcj-jdk' on ubuntu live-cd or 'dpkg -s gcj-jdk') to run executable(with sudo privilege). This project Manages duplicate file / directories in offline/online mode . 'ls-laR' output(offline) from 'ubuntu' linux can be given to this program to generate copy/diff/automated file/dir remove scripts for one way...
    Downloads: 0 This Week
    Last Update:
    See Project