AssetNotFound Exception

Hi, I’m trying to use the path for the following method.

[java]settings.setSettingsDialogImage(“C:\Users\alfonso\Desktop\708459-1920x1080-java1920x1200.jpg”);[/java]

I’m getting this stack trace:

Exception in thread “main” com.jme3.asset.AssetNotFoundException: C:\Users\alfonso\Desktop\708459-1920x1080-java1920x1200.jpg
at com.jme3.system.JmeDesktopSystem.showSettingsDialog(JmeDesktopSystem.java:112)
at com.jme3.system.JmeSystem.showSettingsDialog(JmeSystem.java:128)
at com.jme3.app.SimpleApplication.start(SimpleApplication.java:125)
at mygame.Main.main(Main.java:26)
Java Result: 1

I’m at a lose at what to do. Could someone please help me?

Did you read any docs on loading assets at all?
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_asset

@normen said: Did you read any docs on loading assets at all? https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_asset

“Place your textures in a subdirectory of assets/Textures/” whoops, lol. I’m reading from a book, and not the docs so I wouldn’t know. Thanks buddy :smiley: