[HowTo] No run.bat when Ender fresh install with updater.jar

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby borka » Tue Sep 02, 2014 12:03 am

ty for reporting - OP edited
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby borka » Fri Nov 07, 2014 10:07 pm

*bump
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby Mxwhite484 » Wed Jan 07, 2015 11:19 pm

Im not very good with computers, Very entry level. So if someone would be kind enough to post exactly what I need to type into the notepad that would be greatly appreciated.

Im on windows 8.1, 64bit with a 64 bit browser and 64 bit java install, I tried to type in:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
Pause

And it still didnt work, someone mentioned that it ran without the -r so i removed it and still noting, it says The system could not find the path specified.

How do I fix this and play the game?
Mxwhite484
 
Posts: 55
Joined: Sat Jan 03, 2015 4:58 pm
Location: USA

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby borka » Thu Jan 08, 2015 12:13 am

search for cmd.exe - run it - type in
Code: Select all
java -version


if it says
Code: Select all
java version "1.8.0_25"
:

Code: Select all
"C:\Program Files\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
pause
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby Mxwhite484 » Thu Jan 08, 2015 2:12 am

borka wrote:search for cmd.exe - run it - type in
Code: Select all
java -version


if it says
Code: Select all
java version "1.8.0_25"
:

Code: Select all
"C:\Program Files\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
pause


It does day that and when I type that in, it says could not find path specified, Should I try typing the path till i get to java.exe specific to where my java is and then type in the -Xms stuff?

Also should it be javaws.exe? or just java? and I dont have a haven.jar i have an update.jar.

please and thanks
Mxwhite484
 
Posts: 55
Joined: Sat Jan 03, 2015 4:58 pm
Location: USA

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby borka » Thu Jan 08, 2015 2:19 am

Code: Select all
"C:\Program Files\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar updater.jar
pause


java path is for 64 Bit Java

if it doesn't work try with
Code: Select all
"C:\Program Files (x86)\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar updater.jar
pause


java path is for 32 Bit Java on 64 Bit OS


javaws.exe you'll need to start .jnlp files - Ender client has nothing to do with .jnlp files - thus java.exe or javaw.exe to start haven.jar which is downloaded besides other needed files by updater.jar
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby Phoenix246 » Thu Jan 08, 2015 4:09 am

I don't know how to copy the text to be like the OP in a white box
Image

Error Message
Image

64 bit windows OS and 64 bit java
User avatar
Phoenix246
 
Posts: 517
Joined: Sun Feb 13, 2011 3:49 am

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby borka » Thu Jan 08, 2015 4:29 am

change run.bat to
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r


! java.exe not javaw.exe ! for 64 Bit Java

And you can mark and copy by right clicking the title part of cmd window - it gives you a menue where you can chosse "edit" and then mark, then copy

I don't know how to copy the text to be like the OP in a white box

use "Code" from top row in edit window
Last edited by borka on Thu Jan 08, 2015 3:31 pm, edited 1 time in total.
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby Mxwhite484 » Thu Jan 08, 2015 4:46 am

borka wrote:
Code: Select all
"C:\Program Files\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar updater.jar
pause


java path is for 64 Bit Java

if it doesn't work try with
Code: Select all
"C:\Program Files (x86)\Java\jre8\bin\java.exe" -Xms256m -Xmx512m -jar updater.jar
pause


java path is for 32 Bit Java on 64 Bit OS


javaws.exe you'll need to start .jnlp files - Ender client has nothing to do with .jnlp files - thus java.exe or javaw.exe to start haven.jar which is downloaded besides other needed files by updater.jar


for both of these it still told me that it couldnt find the path
Mxwhite484
 
Posts: 55
Joined: Sat Jan 03, 2015 4:58 pm
Location: USA

Re: [HowTo] No run.bat when Ender fresh install with updater

Postby Ninijutsu » Thu Jan 08, 2015 8:29 am

Navigate to it on your own computer, and copy/paste the path (make sure you have \java.exe at the end)
Of another era.
User avatar
Ninijutsu
 
Posts: 2225
Joined: Sat May 22, 2010 4:22 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot], PetalBot [Bot] and 1 guest