You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On page 14 on the LibGDX Cookbook, section title "Making sure everything is in order", item number 6.
Item in question states:
"
6. We now need to tell the desktop project where the assets are located. Right-click on the desktop project (environment-test-desktop), select Properties | Run/Debug Settings, select DesktopLauncher, and click on Edit.
"
Building from latest version available in this repository the item "DesktopLauncher" is not an item available to edit from "Run/Debug Settings" as expected.
I proceeded by completing the following steps:
On the "Run/Debug Settings" screen previous mentioned click "New"
Select "Java Application" and click "OK"
Give it the name "DesktopLauncher"
For the text box "Main Class:" type the following "com.cookbook.environment.desktop.DesktopLauncher"
Proceed with the rest of the cookbook as per normal.
The text was updated successfully, but these errors were encountered:
Hey, I know I am 9 months late, but I figured I would pass on the solution in case anyone else has this problem. Just run the application first and it will prompt you to select DesktopLauncher. It will give you an error, but now when you go to the environment-test-desktop -> properties -> run/debug settings the DesktopLauncher will be there and you can add the working directory under the arguments tab.
On page 14 on the LibGDX Cookbook, section title "Making sure everything is in order", item number 6.
Item in question states:
"
6. We now need to tell the desktop project where the assets are located. Right-click on the desktop project (environment-test-desktop), select Properties | Run/Debug Settings, select DesktopLauncher, and click on Edit.
"
Building from latest version available in this repository the item "DesktopLauncher" is not an item available to edit from "Run/Debug Settings" as expected.
I proceeded by completing the following steps:
The text was updated successfully, but these errors were encountered: