I must be doing something seriously wrong here because I can't get the client to work by any means. Heres what I have done so far.
>Update Java
>Download client
>Try running Launcher.CLASS
>Add this @echo off
start "" javaw -jar Launcher.jar as a .bat file to where the launcher.CLASS is
>Change the launcher.CLASS to Launcher.jar (didnt work)
>Wiped client, redownloaded and changed the .bat file to this @echo off
start "" javaw -jar Launcher.CLASS
>Try running Launcher.CLASS in Java
Nothing has worked and I have no idea what to do.