Page 1 of 1
For Windows 7 64bit users trying to start SpringMapEdit
Posted: 28 Mar 2012, 21:14
by 100Gbps
%WINDIR%\system32\java.exe -classpath springmapedit.jar;lib_win32/gluegen-rt.jar;lib_win32/jogl.jar;lib_win32/swt.jar -Xms128m -Xmx1024m -Djava.library.path=lib_win32 application.SpringMapEditApplication
pause
should be
%WINDIR%\SysWOW64\java.exe -classpath springmapedit.jar;lib_win32/gluegen-rt.jar;lib_win32/jogl.jar;lib_win32/swt.jar -Xms128m -Xmx1024m -Djava.library.path=lib_win32 application.SpringMapEditApplication
pause
It's a good idea to add this in the FAQ!
Re: For Windows 7 64bit users trying to start SpringMapEdit
Posted: 28 Mar 2012, 21:25
by abma
no, not faq, please add it to the dedicated wiki-page:
http://springrts.com/wiki/Maps:SpringMapEdit
(or better, make an upstream bug report and fix it!)
Re: For Windows 7 64bit users trying to start SpringMapEdit
Posted: 04 Apr 2012, 23:40
by Frostregen
Nice to know they have finally fixed the 64bit java installer. I will change it for the next release^^
Greetings,
Frostregen
Re: For Windows 7 64bit users trying to start SpringMapEdit
Posted: 05 Apr 2012, 12:13
by 1v0ry_k1ng
hey, I want to get springmapedit working on 64bit but I don't understand what is being said here. translate to derp?
Re: For Windows 7 64bit users trying to start SpringMapEdit
Posted: 05 Apr 2012, 12:32
by Beherith
Edit the starting .bat files to those above.