- 수정됨
Can't downgrade my json from 3.8 to 3.7
Hi all! :grinteeth:
I have the file.json and the skeletonViewer in the same folder.
The SV is the same version from which Spine the file came from (3. 8 )
I right click and select Git Bash here
I write
java -cp "skeletonViewer.jar" com.esotericsoftware.spine.JsonRollback "[filename].json" "3.7" "[filename]_downgrade.json"
I get the error: Error: Could not find or load main class com.esotericsoftware.spine.JsonRollback
What am I missing? I have searched the forum, but none of the solutions worked for me
Thank you in advance!
Try this version.
https://drive.google.com/file/d/1GLopZh7CTdoUKyRz07LD58H_1-KIaMo7/view
or just use the latest SV(make sure you use latest JDK as well)
Using the newest version of SV worked!
The guide says to use the corresponding version, I guess that's not always the case.
Thank you!