mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.6K
active users

Learn more

argv minus one

If you are doing , and you've downloaded a jar of documentation for some library, can directly display it without unpacking the jar!

Just prepend `jar:file://`, and append `!/index.html`, to form a URL.

For example, if the jar is located at:
/home/you/.m2/repository/com/example/example-library/1.0/example-library-1.0-javadoc.jar

Then use this URL:
jar:file:///home/you/.m2/repository/com/example/example-library/1.0/example-library-1.0-javadoc.jar!/index.html