Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • 1
    Tried renaming plugin file while server running: i.imgur.com/xibyF.png Commented Sep 27, 2012 at 18:32
  • open cmd window, change to this directory and use ren MonsterB.jar MonsterB.ja_ - it should work. It works for dll and exe files definitely. Commented Sep 27, 2012 at 18:36
  • i.imgur.com/4cQWl.png Commented Sep 27, 2012 at 18:38
  • 1
    no, Windows maps portions of the executable file into memory Commented Sep 27, 2012 at 19:12
  • 10
    NTFS actually does support it, but the C Library fopen command calls CreateFile with the FILE_SHARE_DELETE flag, so it disallows it for most programs that open files. Commented Oct 17, 2012 at 15:25