Jump to content

can't seem to get crash fixes working


Luka25565

Recommended Posts

  • Replies 134
  • Created
  • Last Reply

Top Posters In This Topic

Ok i dont really understand this part

 

@ECHO OFF

SET BINDIR=%~dp0
CD /D "%BINDIR%
REM

and then ok i renamed the java folder jre7 with a java 8 install inside and then i ran javaw.exe and then i dont know what to do with this part

 

-Xmx1024M -Xms1024M -jar ASIS.jar

PAUSE
Link to comment
Share on other sites

Sorry i dont really know programing and stuff that much so i know you think im the dumbest person ever. And again a dont understand what am i supposed ro do when im in the jre1.8.0_102 directory should i pud the bat file with the Xmx1024M -Xms1024M -jar ASIS.jar and also at the end put a pause?

Link to comment
Share on other sites

Ok now put the bat file with this written:

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%
"C:/Program Files(x86)/Java/jre1.8.0_102/bin/javaw.exe" -Xmx1024M -Xms1024M -jar ASIS.jar
PAUSE

 

inside the folder where ASIS.jar is located and launch it as administrator.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...