[Resolved]saveResource cant find the file

Discussion in 'Plugin Development' started by surtic, Mar 26, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    surtic

    Hi all,

    I want to make Default Language Files (English and German) and Load / Save it on the First start from the Resources Folder in the Jar File.

    But i dont see what i make wrong. Can anyone Help me?

    Code:
    // Resources
    saveResource("en_US.yml", true);
    saveResource("de_DE.yml", true);
    Ordner Structure and Error Message can you see on the Screenshot.
    [​IMG]
     
  2. how about specifying the path?
    so "resource/en_US.yml"
     
  3. Offline

    surtic

Thread Status:
Not open for further replies.

Share This Page