thanks so much for that and thank you for looking into the project files...
perhaps I am being a bit impatient but one small thing. I cant seem to open the json roll back tool. here is the log that I get when I try to run the command line
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\DELL>V
'▬' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\DELL>java -cp skeletonViewer.jar com.esotericsoftware.spine.JsonRollbac
k input.json output.json
Error: Could not find or load main class com.esotericsoftware.spine.JsonRollback
C:\Users\DELL>cd downloads
C:\Users\DELL\Downloads>java -cp skeletonViewer.jar com.esotericsoftware.spine.J
sonRollback input.json output.json
Exception in thread "main" com.badlogic.gdx.utils.SerializationException: Error
reading file: input.json
at com.badlogic.gdx.utils.Json.fromJson(Json.java:702)
at com.esotericsoftware.spine.JsonRollback.main(JsonRollback.java:56)
Caused by: com.badlogic.gdx.utils.SerializationException: Error parsing file: in
put.json
at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:77)
at com.badlogic.gdx.utils.Json.fromJson(Json.java:700)
... 1 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: input
.json (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:144)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:163)
at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:75)
... 2 more
Caused by: java.io.FileNotFoundException: input.json (The system cannot find the
file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:140)
... 4 more
C:\Users\DELL\Downloads>java -cp skeletonViewer.jar com.esotericsoftware.spine.J
sonRollback input.json output.json
Exception in thread "main" com.badlogic.gdx.utils.SerializationException: Error
reading file: input.json
at com.badlogic.gdx.utils.Json.fromJson(Json.java:702)
at com.esotericsoftware.spine.JsonRollback.main(JsonRollback.java:56)
Caused by: com.badlogic.gdx.utils.SerializationException: Error parsing file: in
put.json
at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:77)
at com.badlogic.gdx.utils.Json.fromJson(Json.java:700)
... 1 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: input
.json (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:144)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:163)
at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:75)
... 2 more
Caused by: java.io.FileNotFoundException: input.json (The system cannot find the
file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:140)
... 4 more
C:\Users\DELL\Downloads>A