But now, with Java 7 u11, it just opens the command prompt and says:' javaw' is not recognized as a internal or external command, operable program, or batch file.
But now, after I updated Java to 7 update 11, this no longer works. I previously used Java 7 update 10. Could somebody help?
javaw -Xmx2048m -Xms1024m -jar "C:\Users\[Myname]\Desktop\Minecraft.exe"
The command prompt just opens and closes without giving me time to even see it.
My server also doesn't work. Its a bukkit server, i have this typed into the run.bat file for my server:
javaw -Xmx1024M -Xms1024M -jar craftbukkit-1.4.6-R0.3.jar
PAUSE
But now, with Java 7 u11, it just opens the command prompt and says:' javaw' is not recognized as a internal or external command, operable program, or batch file.
But now, after I updated Java to 7 update 11, this no longer works. I previously used Java 7 update 10. Could somebody help?
Thanks.
HugeMinefan