Jump to content

milktatious

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About milktatious

  • Birthday 01/01/1900

milktatious's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. OK the whole thread wasn't stickied, so let me just sum it up. you cannot currently use technic or minecraft with java 7. you need to downgrade to java 6 in order to make technic and minecraft work. BUT, you cannot run a tekkit server with java 6, you must upgrade to java 7.This is a java issue, not the fault of the technic crew. If you absolutely MUST have a tekkit server and run minecraft and technic on the same computer, then here is what you must do: have both java 6 and java 7 installed to your computer. Download the .jar version of minecraft from http://www.minecraft.net/download . have it on your desktop, you will not click on it. open it with a batch file containing this: "C:\program files\java\jre6\bin\java.exe" -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame To run technic pack in this scenario, (this is at least what I did): have the technic launcher .exe on your desktop. you will not click on it. open it with a batch file containing this: mkdir %APPDATA%\.techniclauncher\rtemp "C:\program files\java\jre6\bin\java.exe" -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar this should solve your problem if you need java 7 on your computer for any reason. this only works if you have BOTH java 7 and java 6 on your computer. If this still doesn't work or minecraft and technic don't load up and you don't have java 7, install the latest java 6 update. Then, delete any other versions of java on your computer. change path variable to java 6, which you can find out how to do on another post. if it STILL isn't working, then an antivirus or firewall is blocking you from connecting to minecraft.net. you have to allow both minecraft(.exe or .jar) and techniclauncher(.exe or .jar) through your firewall. the steps to doing this are different depending on which antivirus or firewall software you are using. I HOPE I HELPED!
  2. Re: Re: Update Failed! thank you so much freakachu. I assume, If I wanted to run minecraft with java 6, I would change the paths that lead to technic launcher to the location of the minecraft launcher? I put this in a bat file: mkdir %APPDATA%\.minecraft\bin "C:\program files\java\jre6\bin\java.exe" -Xmx1G -jar %APPDATA%\.minecraft\bin\minecraft.jar pause it tells me it fails to load the main-class manifest attribute from minecraft.jar. what do I have to do to the bat? EDIT nevermind, I got it. Thanks so much again freakachu, now I can finally enjoy the technic pack to its fullest.
  3. ok, well, I have no experience with programming at all, how would I make a batch file to run minecraft specifically with java 6? Mod Note: The following information is offered AS IS and we can not officially support it since we haven't had to do it and can't test it. It's there for anyone who wants to try it.
×
×
  • Create New...