Results 1 to 4 of 4
- 08-17-2011, 04:33 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 1
- Rep Power
- 0
Could not find the main class: java. Program will exit
I'm attempting to allocate more RAM for the hit game Minecraft, and I've made a batch file which is
But I get the error above when I attempt to run it. Is it not able to find Java? Not recognizing it as a command? What's the deal?Java Code:@ECHO OFF "C:\Program Files\Java\jre6\bin\javaw.exe" java -Xmx1024M -Xms1024M -jar "C:\Program Files\Minecraft\Server\minecraft_server.jar"
I'm running 64-bit Windows 7.
- 08-17-2011, 04:41 PM #2
Member
- Join Date
- Aug 2011
- Posts
- 95
- Rep Power
- 0
Use "javaw" or "java", not both. (So drop "java" from the command line.)
- 01-11-2012, 11:25 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
Re: Could not find the main class: java. Program will exit
What do you mean? I had the same problem as the OP. So I removed 'java' and it is now:
@ECHO OFF
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xmx2048M -Xms2048M -jar "C:\Users\Jay\Downloads\minecraft.exe"
or should it be
@ECHO OFF
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" java -Xmx2048M -Xms2048M -jar "C:\Users\Jay\Downloads\minecraft.exe"?
when I do take out the java, I get a new error 'Could not create the Java virtual machine'.
- 01-11-2012, 11:56 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
Could not find the main class: Hello. Program will exit.
By tmulherin in forum New To JavaReplies: 4Last Post: 05-28-2011, 07:29 PM -
Could not find the main class, program will exit.
By CourseLanguage in forum New To JavaReplies: 18Last Post: 05-03-2011, 10:14 PM -
Could not find the main class, program will exit.
By aryubi in forum New To JavaReplies: 39Last Post: 02-19-2010, 10:02 AM -
Could not find the main class. Program will exit.
By XSROSSITER in forum New To JavaReplies: 0Last Post: 01-30-2010, 04:17 AM -
Could not find the main class. Program will exit.
By Carrier in forum New To JavaReplies: 1Last Post: 04-22-2009, 02:27 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks