Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 Ok i have java 8 in the same filder but its called jre8. Now ima gonna do exactly the same as you told me. Link to comment Share on other sites More sharing options...
Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 Ok i dont really understand this part @ECHO OFFSET BINDIR=%~dp0CD /D "%BINDIR%REMand 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.jarPAUSE Link to comment Share on other sites More sharing options...
Project579 Posted September 4, 2016 Share Posted September 4, 2016 @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR% "your Java 8 directory" -Xmx1024M -Xms1024M -jar ASIS.jar PAUSE Link to comment Share on other sites More sharing options...
Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 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 More sharing options...
Project579 Posted September 4, 2016 Share Posted September 4, 2016 put the bat file where asis.jar is located. Link to comment Share on other sites More sharing options...
Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 (edited) It is in there now what Edited September 4, 2016 by Luka25565 Link to comment Share on other sites More sharing options...
Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 i get this when i run the bat file with the Xmx1024 -Xms1024 and the rest that you said i should write this is the bat file in the ASIS folder Link to comment Share on other sites More sharing options...
Project579 Posted September 4, 2016 Share Posted September 4, 2016 ok tell me the java 8 directory pls. Link to comment Share on other sites More sharing options...
Luka25565 Posted September 4, 2016 Author Share Posted September 4, 2016 C:/ Program Files(x86)/ Java/jre1.8.0_102 Link to comment Share on other sites More sharing options...
Project579 Posted September 4, 2016 Share Posted September 4, 2016 Ok now put the bat file with this written:@ECHO OFFSET BINDIR=%~dp0CD /D "%BINDIR%"C:/Program Files(x86)/Java/jre1.8.0_102/bin/javaw.exe" -Xmx1024M -Xms1024M -jar ASIS.jarPAUSE inside the folder where ASIS.jar is located and launch it as administrator. Link to comment Share on other sites More sharing options...
Recommended Posts