Jacob Drew Posted July 26, 2012 Posted July 26, 2012 Hello, Is there a way to change it so that technic launcher runs 64bit Java?
Torezu Posted July 26, 2012 Posted July 26, 2012 Yes - either leave that as the only installed Java, or run the launcher .jar with a batch file that directs it to the correct version.
Jacob Drew Posted July 28, 2012 Author Posted July 28, 2012 Could you write a batch file to work off of?
Torezu Posted July 28, 2012 Posted July 28, 2012 I could, but it's easier to use the one in the server files and modify it. The server's fairly small. It'll look something like: java -jar technic-launcher.jar pause You can also use the whole java path, like so (or something similar): "c:\program files\java\jre7\bin\java.exe" -jar technic-launcher.jar pause
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now