Showing 4323 open source projects for "dr java windows"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    Weapon M

    Weapon M

    Java client for TradeWars 2002

    Weapon M is a Java client for the classic game TradeWars 2002. == NOTICE == Due to the perpetual brokenness of SourceForge, the project wiki, issue tracker, and binary downloads have been moved to Chalcodes.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Ben's Burrows

    DF clone with multiplayer

    A very superficial clone of Dwarf Fortress with the main goals being multiplayer support, mouse driven interface and slightly more modern graphics. https://github.com/bensmith87/yadf https://www.ohloh.net/p/yadf
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Launcher Officiel du serveur Soramine for Linux and Mac
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Snowflake

    A simple Java-based Sudoku program.

    You can edit, generate, solve etc. normal 9x9 puzzles. After publishing, I realized there is a special type of sudoku, namely snowflake sudoku, but it is not related to my program. I'm not a professional programmer, I just like to creating code, especially when it is related to AI. Have fun! :)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    2D P2P RPG Engine

    Java Client + JS/Canvas Server-Side System, with maintained Objects

    This has been a big dream of mine, and I've spent the last 5 years learning everything I could about Software Design, Web Design, and most important of all, Game Design, so I could develop my own Game Engine and make games as I pleased, and I figure what better way to make myself popular in the real world than to release an Open-Source 2D Peer-2-Peer Self-Containable Web Server/Client Game Engine, and CHALLENGE other people to make branches for their own spin-off projects. I WANT a project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    The goal of the jOpenRPG project is to create an OpenRPG compatible client written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Aliza Gaming API

    An extensible development framework for roleplay games.

    AlizaGameAPI is a robust, open-source Java-based framework designed to streamline and enhance the development of 2D and 3D games. It offers a comprehensive set of tools, utilities, and libraries, empowering developers to create immersive and dynamic gaming experiences with ease. Key Features: Modular Architecture, Rich Graphics and UI Components, Comprehensive Game Logic and Character Management, Environment and World-Building Tools, Statistical and Mathematical Utilities, Enhanced...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Comet Pinball

    A libgdx pinball game.

    Comet Pinball is a classic arcade game implemented in Java. It uses the libgdx game library with Open GL graphics and Box2d physics. The game is designed to use highly customizable play fields. Starting the game will create an XML file which defines the play field. Feel free to edit by using the game manual as a reference.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    My Undying Love
    This is the project page.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A computer version of the World War 2 tactical boardgame "Squad Leader" originally published by The Avalon Hill Games Company. Play any scenario against anyone around the world!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    JagoClient is a Java software to play the board game Go over internet servers, to edit Go game records, to play against the computer (with gnugo), and to play point-to-point games.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    C-Lesh and SMW Engine

    C-Lesh is a game programming language for 2D games.

    C-Lesh is a game programming language for 2D games - mainly arcade and platform games. When combined with the Super Mario World (SMW) engine you can create awesome 2D platform games like Super Mario World. This language evolved from a "clone" of TI-BASIC which I began developing when I was having memory (segmentation fault) bugs with C. C-Lesh lacks memory allocation and destruction. There is no need to use pointers and you can never get memory leaks or program crashes caused by memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple & powerful dice roller, written in Java & based on expression-building. Allows dice rolls of any desired complexity, and special effects eg treating all 1s as 2s. Intended for role-playing games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Dutch open source game, playing in the Netherlands, written in Duch to get dutch people involved with Java and Open GL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    sudoku Solver

    sudoku Solver

    A sudoku solver project built with Java with a user friendly interface

    This project has been built to allow you solve any Sudoku problem in no time. The project built using Java programming language. It`s simple interface built using Swing technology. A smart algorithm has been designed to solve your problem. First, using the systematic human way of solving. If the human failed to solve, your problem will be passed to a stronger algorithm that based on Try and Fail techniques and possibilities. Enjoy, learn and develop. You need to install Java JRE to run the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mouse Run

    Mouse Run

    Programming Game, A Practice Tool for Building Intelligent Things

    Mouse Run is a programming game where programmers can implement a mouse and let it run in a maze to hunt of cheese. It is a battle among programmers to test who can build the most intelligent mouse, given limited information during the game. Programmers need only implement one code file, extending from an abstract class that will contain the logic of the individual mouse. The game Host will gather all the mouse implementation and let them run in the maze. It is real fun for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Schach

    Ein einfaches Schachspiel

    Ein einfaches 2D-Schachspiel mit vielen Features: Unter anderem können sie über Internet mit anderen Spielern zusammenspielen. Ein Schach-Bot ist geplant. Das Projekt befindet sich noch in einer frühen Beta-Phase und enthält noch viele Fehler!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Multiverse

    Multiverse

    Open Source Virtual World and MMOG Development Platform

    3D Client (Windows), Server, and Tools to easily create massively multiplayer games and virtual worlds. If you want to contribute to the source code please go to https://github.com/multiversemmo/MultiversePlatform
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    PowerBlock

    Fast Minecraft Classic Server

    PowerBlock is a server written from scratch for Minecraft classic. What sets it apart from other software its huge versatility. Thanks to the Rhino scripting engine, anyone can create scripts, or plugins, for PowerBlock in Notepad! No complicated IDE setup required! Written in Java, PowerBlock can be run on ANY Operating System, unlike other software which requires Mono, and other heavy, sluggish frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Project provide real-time analysis Star Wars the Old Republic ("SWTOR") combat logs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    FloydEditor is an Eclipse plugin for the interactive fiction authoring tool Floyd. FloydEditor supports structural overview for written floyd code, context sensitive support for code insertions and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Behaviour Trees is a Java framework for easily building and running generic behaviour trees. Here, "behaviour tree" refers to the technique used to control the behaviour of characters in video games. IMPORTANT NOTE: our source code has been moved to GitHub. You will find it at: https://github.com/gaia-ucm/jbt Note however that all the binary files will still be distributed here at SourceForge.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25

    CoffeeMud For AI

    CoffeeMudForAI is plaform to design AI in

    CoffeeMudForAI is part of the Mud AI platform project. A MUD(multi user dungeon) is text base environment. Think World of Warcraft(or any other massively multiplayer online game) but text based. AI or artificial intelligence is the field that is interested in the creation of non-organic intelligence. Mud AI platform goals 1. To provide a platform for AI research that has robotic-like sensory limitations but doesn't actually require robotics. 2. To provide a platform for undergraduate...
    Downloads: 1 This Week
    Last Update:
    See Project