Hello,
I've tried to run the Technic Launcher by directly using java.exe on its main class and it works in the sense that it opens. However, I can't seem to be getting the username or password parameters working. For example,
cd C:\Program Files\Java\jre7\bin
java -cp C:\Users\Christopher\Desktop\Main\Minecraft\Launchers\TechnicLauncher.jar org.spoutcraft.launcher.entrypoint.Start -u orthoplex64 -console
displays the console but does not modify the username box. Is this because I formatted the arguments incorrectly (if so, then why didn't it say I did something wrong like it do