Last active
September 29, 2024 21:29
-
-
Save tueda/a200b3f747d0fc864be8b4dd09be5a1e to your computer and use it in GitHub Desktop.
Java-Colab.ipynb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For reference, nowadays the easiest way to run Java on Colab would be:
java (IJava/j!)
.Then the above examples work well (including
%maven ...
).