0

I'm having a class MailSend which needs to get .png resource, but I can't read it, tried using classloader but it goes to another directory from jar. The closes directory I get from using MailSend.class.getResource("") but the resource is two folders up I tried using ../.. but if gives me exception is there an alternative to go up or I need to use something else?

0 Answers0