resources

How to add an exe file to project resources, C# windowd forms

I would like to add an exe file inside the project, so that when you click the button, run the exe file that will be inside m ... un it? I suspect this is how it is done: Process.Start("program.exe"); I suspect this is done somehow through the resources

getResource() java Resource folder

Why when I try to call ServiceImpl.class.getClassLoader().getResource("coopAccess_db") I get null returned, but if I put it in a folder and specify the appropriate path getResource("db/coopAccess_db"), the normal url

How do the icons of a program not have to be in a resource folder or something?

I'm using Java, but it's a pretty general question, actually. When I load an image as a program icon (program icon, save, lo ... AutoCAD, etc.) generally do not have, at least apparently, a folder with the icons used in the program? How does this happen?