obscured47 0 Light Poster

Hello gurus!

I have a very annoying problem with the font on a server-client program I'm working on. Probably that it's a server-client thing doesn't matter. Anyway, I want to use custom font on the client side. I have the.ttf and try to use it with Font.createFont() and deriveFont(). I got it working on eclipse, but when I make a jar file it fails. I used a JOptionPane to show me the path when it throws the exception and it seems that it adds an "!" after jar. Something like this: blahblah/client.jar!/font.ttf

Any ideas?