I created a server, and, I did everything correctly, cuz i compared all the steps with every tutorial I could find. I did it for 1.8. When I opened minecraft up, it said---
[20:35:27 INFO]: Finished downloading C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8.jar for job 'Version & Libraries': Used own copy as it matched etag
[20:35:27 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:00.592)
[20:35:27 INFO]: Launching game
[20:35:27 INFO]: Unpacking natives to C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763
[20:35:28 INFO]: Launching in C:\Users\ANDREA\AppData\Roaming\.minecraft
[20:35:28 INFO]: Half command: C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763 -cp C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.17\authlib-1.5.17.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8.jar net.minecraft.client.main.Main
[20:35:28 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe" (in directory "C:\Users\ANDREA\AppData\Roaming\.minecraft"): CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source) ~[?:1.8.0_31]
at com.mojang.launcher.game.process.direct.DirectGameProcessFactory.startGame(DirectGameProcessFactory.java:14) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.game.MinecraftGameRunner.launchGame(MinecraftGameRunner.java:208) [launcher.jar:1.6.11]
at com.mojang.launcher.game.runner.AbstractGameRunner.onDownloadJobFinished(AbstractGameRunner.java:186) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:122) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:1.6.11]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method) ~[?:1.8.0_31]
at java.lang.ProcessImpl.<init>(Unknown Source) ~[?:1.8.0_31]
at java.lang.ProcessImpl.start(Unknown Source) ~[?:1.8.0_31]
... 12 more
[20:35:28 INFO]: Deleting C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763
You dont have to read the whole thing. Although, If you are a good programmer, pls try to find out what to do. I open minecraft, it has the blue loading bar at the bottom to show what it downloads, and goes to the game log. It works for every other version though, but only 1.8/1.8.1 has the server on it. I used the server program underneath the minecraft download link. Not any other custom minecraft server program.
All my files were already backed up. I deleted my minecraft server, and java, re-installed java, but it still will not open. I have the latest version of java though.
Does this file that it is complaining about exist?
[20:35:28 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe" (in directory "C:\Users\ANDREA\AppData\Roaming\.minecraft"): CreateProcess error=2, The system cannot find the file specified
If not, then is MC automatically choosing this in your launcher profile, or did you manually point it there? Is the checkbox checked or unchecked?
If the box is checked, you are forcing to use a specific Java that isn't there. Uncheck the box and let MC choose, or leave it checked and change it to an actual Java installation. If the box is unchecked then MC is somehow choosing a non existent Java. The fastest way to fix might be to check the box and enter the path to a real Java.
[20:35:27 INFO]: Finished downloading C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8.jar for job 'Version & Libraries': Used own copy as it matched etag
[20:35:27 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:00.592)
[20:35:27 INFO]: Launching game
[20:35:27 INFO]: Unpacking natives to C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763
[20:35:28 INFO]: Launching in C:\Users\ANDREA\AppData\Roaming\.minecraft
[20:35:28 INFO]: Half command: C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763 -cp C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.17\authlib-1.5.17.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar;C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8.jar net.minecraft.client.main.Main
[20:35:28 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe" (in directory "C:\Users\ANDREA\AppData\Roaming\.minecraft"): CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source) ~[?:1.8.0_31]
at com.mojang.launcher.game.process.direct.DirectGameProcessFactory.startGame(DirectGameProcessFactory.java:14) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.game.MinecraftGameRunner.launchGame(MinecraftGameRunner.java:208) [launcher.jar:1.6.11]
at com.mojang.launcher.game.runner.AbstractGameRunner.onDownloadJobFinished(AbstractGameRunner.java:186) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:122) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:1.6.11]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:1.6.11]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method) ~[?:1.8.0_31]
at java.lang.ProcessImpl.<init>(Unknown Source) ~[?:1.8.0_31]
at java.lang.ProcessImpl.start(Unknown Source) ~[?:1.8.0_31]
... 12 more
[20:35:28 INFO]: Deleting C:\Users\ANDREA\AppData\Roaming\.minecraft\versions\1.8\1.8-natives-36785896199763
You dont have to read the whole thing. Although, If you are a good programmer, pls try to find out what to do. I open minecraft, it has the blue loading bar at the bottom to show what it downloads, and goes to the game log. It works for every other version though, but only 1.8/1.8.1 has the server on it. I used the server program underneath the minecraft download link. Not any other custom minecraft server program.
"C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe
if that dosent work try re-installing minecraft backup mods saves resourepacks etc frist
[20:35:28 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe" (in directory "C:\Users\ANDREA\AppData\Roaming\.minecraft"): CreateProcess error=2, The system cannot find the file specified
If not, then is MC automatically choosing this in your launcher profile, or did you manually point it there? Is the checkbox checked or unchecked?
If the box is checked, you are forcing to use a specific Java that isn't there. Uncheck the box and let MC choose, or leave it checked and change it to an actual Java installation. If the box is unchecked then MC is somehow choosing a non existent Java. The fastest way to fix might be to check the box and enter the path to a real Java.
how do you do that?
I do not know where u find the file directory
you find it in C:\Users\ANDREA\AppData\Roaming\.minecraft