I am having trouble with Cube Twister.
When ever I double click on the .jar file it gives me this.
Where do I go to change the Java Option thing.
I am having trouble with Cube Twister.
When ever I double click on the .jar file it gives me this.
Where do I go to change the Java Option thing.
What kind of computer are you running?
just run "java CubeTwister -Xmx512M" in your console..
Start -> run -> cmd
I went there, and it says 1024 MB RAM.
CubeTwister doesn't have a space in its name.![]()
You need to run the .jar file.
Also, you should run that console command in the same folder as the .jar file.
If you want that simplified
- copy/move the .jar file into your "My Documents" folder
- type or copy-paste the following 3 lines into notepad
- Save it as "CubeTwister.bat", on your desktop or in your "My Documents" or wherever it's easy to findCode:c: cd %HOMEPATH%\MYDOCU~1 java -jar <insert_name_of_jar_file_here>.jar -Xmx512M
- Double click the new file
*as for that last line with the red text, for example the .jar file is named CubeTwister, it should be
java -jar CubeTwister.jar -Xmx512M
Last edited by bundat; 03-29-2009 at 11:57 AM.
Bookmarks