
Edit: Looked at the first few pages but didn't think it applied as I already had java 8 update 60 64bit, but reinstalling it fixed it
Vertine wrote:Salinn wrote:When I try to stitch I'm getting:
C:\Mapclass>java -cp stitch "c:\tempmaps" "maptest1.png"
Error: Could not find or load main class c:\tempmaps
(sorry couldn't post screenie)
Am I doing it wrong? I moved all my map tiles to C:\tempmaps and stitch.class is in the c:\mapclass folder.
Yes. You need to have a period between stitch and the directory for the maps. Also, check your case: it may be Stitch.class instead of stitch.class.
RoD wrote:Im getting this error
D:\amber-30.08.15-windows-amd64\map>(java -cp . Stitch "2015-08-30 23.11.29" "2015-08-30 23.11.29.png" )
Error: no se ha encontrado o cargado la clase principal Stitch
D:\amber-30.08.15-windows-amd64\map>(java -cp . Stitch "2015-08-30 23.30.32" "2015-08-30 23.30.32.png" )
Error: no se ha encontrado o cargado la clase principal Stitch
borka wrote:Stitch.class and Stitch.bat in map folder
Stitch.bat - run by doubleclicking outputs a png for each subfolder (as admin without errors)
- Code: Select all
for /d %%d in (*) do (java -cp . Stitch "%%d" "%%d.png")
pause
Serinitus wrote:Also, how do we update the client now?
Users browsing this forum: Claude [Bot] and 5 guests