Hi,
    I've created a class that generates a report and works perfectly fine. What I'm trying to do now is get it to run on the Linux server. I have a small script that attempts to launch the class but for some reason it won't launch. The error reads: java.lang.NoSuchMethodError: com.lowagie.text.Font: method <init>(IFI)V not found 
It occurs at the line where I create a Font object. The classpath appears to be fine.
Any ideas?
Thanks in advance

Reply via email to