Skip to content

Instantly share code, notes, and snippets.

@Forkk
Created January 11, 2012 22:38
Show Gist options
  • Save Forkk/1597206 to your computer and use it in GitHub Desktop.
Save Forkk/1597206 to your computer and use it in GitHub Desktop.
String path = AccessController.doPrivileged(new PrivilegedExceptionAction()
{
public Object run() throws Exception
{
return Util.getWorkingDirectory() + File.separator + "bin" + File.separator;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment