How to create own launcher

Discussion in 'Plugin Development' started by O_soldier, Feb 16, 2012.

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

    O_soldier

    Hello, I'm not sure it's the better forum for this question but let's try

    So my question is: I'm using MCP to code mods but with this tool is there a way to create my own Minecraft Launcher like in big server for add own block into a different minecraft

    So when I just export MCP from eclipse the .jar just do a black screen; why ?
     
  2. Offline

    NeoSilky

    The Minecraft Launcher code is different to the Minecraft Source code :)
     
  3. Offline

    hammale

    Honestly I wouldn't try reinventing the wheel, just use SpoutCraft :)
     
  4. Offline

    O_soldier

    Oup Forget this thread, I found the answer
     
  5. Offline

    mushroomhostage

    If anyone still wants to do this, you can create your own launcher to load mods using a custom classloader (see java.lang.ClassLoader). But its non-trivial, probably best to use existing launchers if you can.
     
Thread Status:
Not open for further replies.

Share This Page