Skip to content

Instantly share code, notes, and snippets.

@danirod
Created January 21, 2016 07:32
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 danirod/a676dbf86c5d3ac3badb to your computer and use it in GitHub Desktop.
Save danirod/a676dbf86c5d3ac3badb to your computer and use it in GitHub Desktop.
Weird Java PWD issues
Main-Class: Test
class Test {
public static void main(String[] args) {
javax.swing.JOptionPane.showMessageDialog(null, "La ruta es: " + System.getProperty("user.dir"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment