Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jasonekratz
Last active October 10, 2018 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonekratz/8533d02bf6380b6ee8965f878f21da77 to your computer and use it in GitHub Desktop.
Save jasonekratz/8533d02bf6380b6ee8965f878f21da77 to your computer and use it in GitHub Desktop.
class Foo {
public static void main(String[] args) {
System.getProperty("java.library.path");
}
}
@jasonekratz
Copy link
Author

Use as the code for a Java scratch file in IntelliJ IDEA. Per the docs the class declaration and main method should be created automatically for Java files but that isn't working for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment