0
I’m having trouble exporting my project with icons.
1º Export -> "Runnable jar file"
2º I leave the first option marked.
3º When I run on Linux or on another machine other than mine the icons are not displayed at all.
One of the labels looks like this:
lblIcone.setIcon(new ImageIcon(
".\\- Projetos\\Pizzaria\\src\\Icones\\ecommerce-and-business-icons\\128\\company.png"));
Someone could guide me how to solve this?
If you copy your images and place them next to your exported . jar will work. This solves for you or Voce needs the images to go inside your jar?
– Math