Wait...that's weird.
They did set the def class....
But then why is Java not seeing it?
Running "java -jar Creacion.jar" from command line.
Running Creacion.jar directly
Running "java -jar Juego.jar" from command line.
Running Juego.jar directly
MYA use relative path so you have to execute with java from the folder containing the .jar files (which also contains data
folder).
First, change working directory:
D:
cd D:\Itch.io\Files\Apps\make-your-adventure
Then open with java:
java -jar Juego.jar
Same steps for Creacion.jar
If you have no luck send me the log.
Thanks for this useful information! We will make it easier to run the game and the editor to avoid these problems.