🌐
Replit
replit.com › languages › java10
Java Online Compiler & Interpreter - Replit
Write and run Java code using our Java online compiler & interpreter. You can build, share, and host applications right from your browser!
🌐
Replit
replit.com › @replit › Java
Java - Replit
Java is a concurrent, class-based, statically typed object-oriented language.
🌐
Reddit
reddit.com › r/replit › how do i create a basic java console app now that the search bar and "choose a template" are gone?
r/replit on Reddit: How do I create a basic Java console app now that the search bar and "choose a template" are gone?
September 11, 2025 - r/replit • · youtu · upvote · · comments · How to play music on java · r/replit • · upvote · · comment · I built a UI builder using Compose Multiplatform that exports Compose code · r/androiddev • · upvotes · · comments · Java Replit for Sophia class ·
🌐
Replit
webflow.replit.com › languages › java-online-compiler
Java Online Compiler & Interpreter | Replit
Develop software faster and better with Replit’s autonomous AI. ... Your code auto-saves every 30 seconds and can be saved manually with Ctrl/Cmd + S; changes persist across refreshes or browser closes, but all projects reset daily at midnight UTC (run statistics persist). Use the Share button to generate a link; others can view and fork their own copy to edit independently, but real-time simultaneous editing is not supported. Java JDK 21 with all standard libraries (java.util, java.io, java.time, java.net, etc.); you can verify by running java -version in the terminal.
🌐
Replit
replit.com › templates
Developer Frameworks - Replit
Select a Developer Framework to scaffold your project
🌐
Reddit
reddit.com › r/roguelikedev › using java and repl.it for a beginner
r/roguelikedev on Reddit: Using java and repl.it for a beginner
May 17, 2021 -

So my friend and I decided we want to make a roguelike for a APCS final project. We have to use Java and ideally use some sort of online IDE like Repl.it where we both can work on it at the same time/be online. I'd prefer to continue using Repl.it but am also thinking of adding graphics, what are your thoughts. I have no idea how I would implement procedural generation and use graphics on repl.it (or any other IDE for that matter lol) so any advice/guidance would be much much appreciated. Thank you!

🌐
Google Play
play.google.com › store › apps › details
Replit: Vibe Code Apps - Apps on Google Play
October 24, 2025 - [email protected] · 1001 E Hillsdale Blvd Ste 400 Foster City, CA 94404-1642 United States · +1 628-203-7651 · arrow_forward · DataCamp: Learn Python/AI/Code · DataCamp · 4.6star · Programming Hub: Learn to code · Coding and Programming · 4.7star · Sololearn: Learn to code · Sololearn - Learn to Code · 4.6star · Claude by Anthropic · Anthropic PBC · 4.6star · GitHub · GitHub · 4.6star · Coding X : Learn Python, Java ·
Rating: 4 ​ - ​ 15.1K votes
🌐
Replit
replit.com › @replit › Java-Swing
Java (Swing) - Replit
Java is a popular object-oriented language. Swing is a graphical user interface (GUI) toolkit for creating interactive applications in Java.
Find elsewhere
🌐
Replit
replit.com › learn
Learn - Replit
We will cover the entire development lifecycle, from AI-assisted research and planning to adding complex features like user authentication and a persistent Database. You will learn how to leverage the integrated Replit Workspace, use checkpoints for safe version control, and collaborate with Agent to debug your code.
🌐
Replit
replit.com
Replit – Build apps and sites with AI
Vibe coding makes software creation accessible to everyone, entirely through natural language. Whether it’s personal software for yourself and family, a new business coming to life, or internal tools at your workplace, Replit is the best place for anybody to build.
🌐
Code.org
forum.code.org › csa
Java Lab for Self-Created Projects (Replit Alternative?) - CSA - Code.org Professional Learning Community
August 4, 2025 - In the past, I had used Replit ... where I could view student code. Replit no longer supports teams for education, and Juicemind has switched to a paid subscription model. On code.org, I have not found any way to create Java programs from scratch to assign self-created ...
🌐
Replit
replit.com › @abhay7dev › Java-Tutorial
Java Tutorial - Replit
A tutorial on java, check it out here: https://replit.com/talk/learn/Java-and-The-ultimate-tutorial-to-get-you-started/58672
🌐
NixOS Discourse
discourse.nixos.org › jobs
Replit Software Engineer, Java/Kotlin or Generalist Developer Experience - Jobs - NixOS Discourse
November 24, 2023 - My team at Replit (the Developer Experience team) has multiple Software Engineer positions open. We’re looking for people with experience in the Java/Kotlin specifically or Generalists. Our team is remote. Junior candidates will be considered for the SF Bay Area; Senior candidates can be ...
🌐
Stack Overflow
stackoverflow.com › questions › 76140896 › how-to-edit-replit-file-to-run-a-custom-class
javafx - How to edit .replit file to run a custom class - Stack Overflow
From the replit site: “Write code with Ghostwriter, an AI-powered pair programmer.” -> can your pair not help you with your question? (honest question). ... Sure, you can make change like so. run = "java --module-path javafx-sdk-18.0.2/lib --add-modules javafx.controls Main" -> run = "java --module-path javafx-sdk-18.0.2/lib --add-modules javafx.controls App"
🌐
Replit
replit.com › templates › languages
Frameworks | Languages - Replit
Java is a concurrent, class-based, statically typed object-oriented language.
🌐
Replit
replit.com › desktop
Replit Desktop App - Replit
A native Replit experience free of browser distractions.
🌐
JDoodle
jdoodle.com
JDoodle - Online Compiler, Editor for Java, C/C++, etc
JDoodle is an Online Compiler, Editor, IDE for Java, C, C++, PHP, Perl, Python, Ruby and many more. You can run your programs on the fly online, and you can save and share them with others. Quick and Easy way to compile and run programs online.
🌐
Sololearn
sololearn.com › en › Discuss › 3214472 › how-to-permanently-update-java-version-on-replit-closed-with-no-answer
How to permanently update Java version on replit? [Closed with no answer] | Sololearn: Learn to code for FREE!
My original replit has jdk-17.0.5. I want to update it to jdk-19.0.1(the recent one) What I tried: I used jabba an external tool found randomly on GitHub. I used sdkman to update the Java version and successfully it worked but now when I opened the repl the change was reverted back to original state.
🌐
Reddit
reddit.com › r/replit › help, why does replit print "hello world" instead of running this program? i'm new to java
help, why does replit print "hello world" instead of running this program? I'm new to java : r/replit
July 4, 2024 - You need to edit the .replit config file. You need to change run = "java -classpath .:target/dependency/* Main" to run = "java -classpath .:target/dependency/* String_Inverter"