Replit
Installation guide for Replit.com
Installing javaDraw in Replit
1. Download the JAR from the Releases Tab on GitHub.
2. Upload the javaDraw JAR into your project
3. Create a new file called ".replit" and paste the following command into its contents
run = "export CLASSPATH=\".:./*\"; javac -d . Main.java; java Main"
Last updated