Server Start bat file issue

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

xFHAxWAR

New Member
Jul 29, 2019
17
0
0
I downloaded the server pack for direwolf 20(v.1.0.11) minecraft 1.6.4 and extracted the files to an empty folder on my desktop, when i ran the bat file called ServerStart the cmd screen told me that the text in the batch file
"
java -Xms2048m -Xmx2048m -XX:permSize=128m -jar FTBServer-1.6.4-965.jar nogui
pause
"
is not recognized as an internal or external command.

and i have windows 7
then i went to java.com to check and see if i had the most current version of java and it said that I have the current version 7 update 45[DOUBLEPOST=1389488734][/DOUBLEPOST]how can i fix this?
 

yugic

New Member
Jul 29, 2019
26
0
0
Can you put a printscreen of your folder that you extracted the files into and the cmd
 

xFHAxWAR

New Member
Jul 29, 2019
17
0
0
upload_2014-1-12_9-25-27.png

upload_2014-1-12_9-25-56.png

upload_2014-1-12_9-26-19.png


When I extracted the files from a zipped folder called "modpacks^Direwolf20_1_6_4^1_0_11^Direwolf20Server" it created another folder with the same name on my desktop and then I moved that folder into a new folder called server.
 

Attachments

  • upload_2014-1-12_9-24-31.png
    upload_2014-1-12_9-24-31.png
    47.2 KB · Views: 94

yugic

New Member
Jul 29, 2019
26
0
0
As far as I can tell you don't have the lastest java installed on your PC
Make shure you have Java 7 installed!
 

xFHAxWAR

New Member
Jul 29, 2019
17
0
0
he moved the thread to Server Tech Support, probably so its easier for more people to find and help fix

and for your line do i just add javaw before -jar or replace permsize 128 with it[DOUBLEPOST=1389542025][/DOUBLEPOST]and remove nogui?
 

yugic

New Member
Jul 29, 2019
26
0
0
oh sorry didnt see it before..
try typing:

C:\Program Files\Java\jre7\bin\java.exe -version
pause
 

yugic

New Member
Jul 29, 2019
26
0
0
ops i messed up..
try like this:

"C:\Program Files\Java\jre7\bin\java.exe" -version
pause