- Đã chỉnh sửa
Problem when I usin JSON RollBack
Hello. When I using JSON RollBack I always see tis error: Error: Could not find or load main class com.esotericsoftware.spine.JsonRollback . What I do wrong?
C:\Users\TeT>java -cp skeletonViewer-beta.jar com.esotericsoftware.spine.JsonRollback input.json 3.7 output.json
Error: Could not find or load main class com.esotericsoftware.spine.JsonRollback
Your skeletonViewer-beta.jar
needs to be in the folder where you run the command, so in the C:\Users\TeT
folder. Alternatively you can specify the full path to the JAR, eg C:\somewhere\skeletonViewer-beta.jar
.
Nate đã viếtYour
skeletonViewer-beta.jar
needs to be in the folder where you run the command, so in theC:\Users\TeT
folder. Alternatively you can specify the full path to the JAR, egC:\somewhere\skeletonViewer-beta.jar
.
Thank You, Nate! You save me again :grinteeth:
I'm having this same issue - I know this is an older thread but I figure I would post here before creating a new instance
Directory of I:\GAMEMAKER\SOTGK\MainChar\Atlas
01/22/2021 06:51 PM <DIR> .
01/22/2021 06:51 PM <DIR> ..
01/22/2021 05:34 PM 729 skeleton.atlas
01/22/2021 05:34 PM 10,818 skeleton.json
01/22/2021 05:34 PM 51,230 skeleton.png
01/22/2021 06:49 PM 2,026,345 skeletonViewer.jar
4 File(s) 2,089,122 bytes
2 Dir(s) 1,281,246,695,424 bytes free
I:\GAMEMAKER\SOTGK\MainChar\Atlas>java -cp skeletonViewer-beta.jar com.esotericsoftware.spine.JsonRollback skeleton.json 3.7 skeleton3_7.json
Error: Could not find or load main class com.esotericsoftware.spine.JsonRollback
Caused by: java.lang.ClassNotFoundException: com.esotericsoftware.spine.JsonRollback
I've been trying for about an hour messing with lots of files but to no avail, any help would be much appreciated!